Skip to content

Commit

Permalink
Release google-cloud-storage 1.29.0 (#7664)
Browse files Browse the repository at this point in the history
#### Features

* quota_project can be set via library configuration ([#7656](https://www.github.com/googleapis/google-cloud-ruby/issues/7656))

#### Bug Fixes

* Fix encoding of space characters in #signed_url version: :v4
  * Fix encoding of space characters to use percent encoding (%20) instead of plus sign (+).

#### Documentation

* Add custom time to file metadata sample
  • Loading branch information
yoshi-automation committed Sep 22, 2020
1 parent 33b3c14 commit f70c340
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions google-cloud-storage/CHANGELOG.md
@@ -1,5 +1,20 @@
# Release History

### 1.29.0 / 2020-09-22

#### Features

* quota_project can be set via library configuration ([#7656](https://www.github.com/googleapis/google-cloud-ruby/issues/7656))

#### Bug Fixes

* Fix encoding of space characters in #signed_url version: :v4
* Fix encoding of space characters to use percent encoding (%20) instead of plus sign (+).

#### Documentation

* Add custom time to file metadata sample

### 1.28.0 / 2020-08-26

* Add Object Lifecycle Management fields
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.28.0".freeze
VERSION = "1.29.0".freeze
end
end
end

0 comments on commit f70c340

Please sign in to comment.