From ccd8a40eb95a1681ba0fa4b63a2f9d8e9253234d Mon Sep 17 00:00:00 2001 From: Steve Bazyl Date: Wed, 16 Dec 2015 11:34:05 -0800 Subject: [PATCH] Update version, changelog --- CHANGELOG.md | 14 +++++++++++++- lib/google/apis/version.rb | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a7719ce5..c57631eaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +# 0.9.0.pre4 +* (Breaking change) Updated name method name generation for improved + consistency, some services may have changed. +* Updated generated APIs +* Fix streaming downloads with redirects +* No longer swallow exceptions raised in blocks +* Avoid masking errors caused by retries with resumable uploads +* Deprecating the authorization support under Google::APIClient. Equivalent + functionality is now available in google-auth-library-ruby. These will + be removed in the 0.9 release. + # 0.9.0.pre3 -* (Breaking change) Update method signatures to include require query parameters in the list of non-keyword args +* (Breaking change) Update method signatures to include required query + parameters in the list of non-keyword args # 0.9.0.pre2 * Add raw HTTP status code & body to errors diff --git a/lib/google/apis/version.rb b/lib/google/apis/version.rb index 36eea1ed6..f95af6555 100644 --- a/lib/google/apis/version.rb +++ b/lib/google/apis/version.rb @@ -15,7 +15,7 @@ module Google module Apis # Client library version - VERSION = '0.9.pre3' + VERSION = '0.9.pre4' # Current operating system # @private