From b936a8ded5ef6b27b264fe66e4ab7a20968c2dcf Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Wed, 28 Aug 2019 09:47:13 -0700 Subject: [PATCH] Release storage 1.19.0 --- storage/CHANGELOG.md | 20 ++++++++++++++++++++ storage/setup.py | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/storage/CHANGELOG.md b/storage/CHANGELOG.md index 0f85c3e3d2f8..e0220b603712 100644 --- a/storage/CHANGELOG.md +++ b/storage/CHANGELOG.md @@ -4,6 +4,26 @@ [1]: https://pypi.org/project/google-cloud-storage/#history +## 1.19.0 + +08-28-2019 09:45 PDT + +### Implementation Changes +- Expose 'HMACKeyMetadata.id' field. ([#9115](https://github.com/googleapis/google-cloud-python/pull/9115)) +- Make 'Blob.bucket' a readonly property. ([#9113](https://github.com/googleapis/google-cloud-python/pull/9113)) +- Clarify 'response_type' for signed_url methods. ([#8942](https://github.com/googleapis/google-cloud-python/pull/8942)) + +### New Features +- Add `client_options` to constructors for manual clients. ([#9054](https://github.com/googleapis/google-cloud-python/pull/9054)) + +### Documentation +- Remove compatability badges from READMEs. ([#9035](https://github.com/googleapis/google-cloud-python/pull/9035)) + +### Internal / Testing Changes +- Remove CI for gh-pages, use googleapis.dev for api_core refs. ([#9085](https://github.com/googleapis/google-cloud-python/pull/9085)) +- Fix tests broken by yesterday's google-resumable-media release. ([#9119](https://github.com/googleapis/google-cloud-python/pull/9119)) +- Harden 'test_access_to_public_bucket' systest against 429 / 503 errors. ([#8997](https://github.com/googleapis/google-cloud-python/pull/8997)) + ## 1.18.0 08-07-2019 00:37 PDT diff --git a/storage/setup.py b/storage/setup.py index b17c01b07d66..017caf1cfa1b 100644 --- a/storage/setup.py +++ b/storage/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-storage" description = "Google Cloud Storage API client library" -version = "1.18.0" +version = "1.19.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'