Skip to content

Commit

Permalink
Release Storage 1.10.0
Browse files Browse the repository at this point in the history
* Support Shared Configuration.
* Fix verification for gzipped files.
  * Add skip_decompress to File#download
  * Update documentation and examples for gzip-encoded files.
* Fix issue with IAM Policy not refreshing properly.
* Update Google API Client dependency.
* Update authentication documentation
  • Loading branch information
blowmage committed Feb 28, 2018
1 parent 79e4130 commit 26265f7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/manifest.json
Expand Up @@ -416,8 +416,9 @@
"name": "google-cloud-storage",
"defaultService": "google/cloud/storage",
"versions": [
"v1.9.0",
"v1.10.0",
"master",
"v1.9.0",
"v1.8.0",
"v1.7.1",
"v1.7.0",
Expand Down
10 changes: 10 additions & 0 deletions google-cloud-storage/CHANGELOG.md
@@ -1,5 +1,15 @@
# Release History

### 1.10.0 / 2018-02-27

* Support Shared Configuration.
* Fix verification for gzipped files.
* Add skip_decompress to File#download
* Update documentation and examples for gzip-encoded files.
* Fix issue with IAM Policy not refreshing properly.
* Update Google API Client dependency.
* Update authentication documentation

### 1.9.0 / 2017-11-20

* Add `Google::Cloud::Storage.anonymous` to support public data access.
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-storage/lib/google/cloud/storage/version.rb
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Storage
VERSION = "1.9.0".freeze
VERSION = "1.10.0".freeze
end
end
end
2 changes: 1 addition & 1 deletion google-cloud/google-cloud.gemspec
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "google-cloud-resource_manager", "~> 0.29.0"
gem.add_dependency "google-cloud-spanner", "~> 1.2"
gem.add_dependency "google-cloud-speech", "~> 0.29.0"
gem.add_dependency "google-cloud-storage", "~> 1.8"
gem.add_dependency "google-cloud-storage", "~> 1.10"
gem.add_dependency "google-cloud-trace", "~> 0.30.0"
gem.add_dependency "google-cloud-translate", "~> 1.1"
gem.add_dependency "google-cloud-video_intelligence", "~> 1.0.0"
Expand Down

0 comments on commit 26265f7

Please sign in to comment.