From 2a4fe834cb3b0bed0dd71cdf495c1ba3dc929dcc Mon Sep 17 00:00:00 2001 From: Chris Wilcox Date: Tue, 9 Jul 2019 13:22:56 -0700 Subject: [PATCH 1/2] Release 1.3.0 --- firestore/CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ firestore/setup.py | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/firestore/CHANGELOG.md b/firestore/CHANGELOG.md index df2c78d94363..db8871f82e3f 100644 --- a/firestore/CHANGELOG.md +++ b/firestore/CHANGELOG.md @@ -5,6 +5,37 @@ [1]: https://pypi.org/project/google-cloud-firestore/#history +## 1.3.0 + +07-09-2019 13:19 PDT + + +### Implementation Changes +- Add missing transforms to 'google.cloud.firestore' shim. ([#8481](https://github.com/googleapis/google-cloud-python/pull/8481)) +- Add gRPC keepalive to gapic client initialization. ([#8264](https://github.com/googleapis/google-cloud-python/pull/8264)) +- Add disclaimer to auto-generated template files. ([#8314](https://github.com/googleapis/google-cloud-python/pull/8314)) +- Use correct environment variable to guard the 'system' part. ([#7912](https://github.com/googleapis/google-cloud-python/pull/7912)) + +### New Features +- Add 'client_options' support, update list method docstrings (via synth). ([#8509](https://github.com/googleapis/google-cloud-python/pull/8509)) +- Allow kwargs to be passed to create_channel (via synth). ([#8390](https://github.com/googleapis/google-cloud-python/pull/8390)) +- Add 'FieldPath.documentId()'. ([#8543](https://github.com/googleapis/google-cloud-python/pull/8543)) + +### Documentation +- Preserve reference to missing documents in 'Client.get_all'. ([#8472](https://github.com/googleapis/google-cloud-python/pull/8472)) +- Fix docstring example for 'Client.collection_group'. ([#8438](https://github.com/googleapis/google-cloud-python/pull/8438)) +- Normalize docstring class refs. ([#8102](https://github.com/googleapis/google-cloud-python/pull/8102)) + +### Internal / Testing Changes +- Pin black version (via synth). ([#8583](https://github.com/googleapis/google-cloud-python/pull/8583)) +- All: Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464)) +- Declare encoding as utf-8 in pb2 files (via synth). ([#8352](https://github.com/googleapis/google-cloud-python/pull/8352)) +- Suppress checking 'cov-fail-under' in nox default session (via synth). ([#8241](https://github.com/googleapis/google-cloud-python/pull/8241)) +- Blacken noxfile.py, setup.py (via synth). ([#8123](https://github.com/googleapis/google-cloud-python/pull/8123)) +- Revert "Replace relative class refs with fully-qualifed names. ([#8039](https://github.com/googleapis/google-cloud-python/pull/8039))" ([#8095](https://github.com/googleapis/google-cloud-python/pull/8095)) +- Replace relative class refs with fully-qualifed names. ([#8039](https://github.com/googleapis/google-cloud-python/pull/8039)) +- Add empty lines (via synth). ([#8058](https://github.com/googleapis/google-cloud-python/pull/8058)) + ## 1.2.0 05-16-2019 12:25 PDT diff --git a/firestore/setup.py b/firestore/setup.py index fd75fba2d0e6..1892e6d4dd86 100644 --- a/firestore/setup.py +++ b/firestore/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-firestore" description = "Google Cloud Firestore API client library" -version = "1.2.0" +version = "1.3.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From c3992055cd2507ae647c75684ba77aa42933b212 Mon Sep 17 00:00:00 2001 From: Christopher Wilcox Date: Wed, 10 Jul 2019 09:19:38 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- firestore/CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/firestore/CHANGELOG.md b/firestore/CHANGELOG.md index db8871f82e3f..668561bb13c6 100644 --- a/firestore/CHANGELOG.md +++ b/firestore/CHANGELOG.md @@ -12,6 +12,7 @@ ### Implementation Changes - Add missing transforms to 'google.cloud.firestore' shim. ([#8481](https://github.com/googleapis/google-cloud-python/pull/8481)) +- Preserve reference to missing documents in 'Client.get_all'. ([#8472](https://github.com/googleapis/google-cloud-python/pull/8472)) - Add gRPC keepalive to gapic client initialization. ([#8264](https://github.com/googleapis/google-cloud-python/pull/8264)) - Add disclaimer to auto-generated template files. ([#8314](https://github.com/googleapis/google-cloud-python/pull/8314)) - Use correct environment variable to guard the 'system' part. ([#7912](https://github.com/googleapis/google-cloud-python/pull/7912)) @@ -22,7 +23,6 @@ - Add 'FieldPath.documentId()'. ([#8543](https://github.com/googleapis/google-cloud-python/pull/8543)) ### Documentation -- Preserve reference to missing documents in 'Client.get_all'. ([#8472](https://github.com/googleapis/google-cloud-python/pull/8472)) - Fix docstring example for 'Client.collection_group'. ([#8438](https://github.com/googleapis/google-cloud-python/pull/8438)) - Normalize docstring class refs. ([#8102](https://github.com/googleapis/google-cloud-python/pull/8102)) @@ -32,8 +32,6 @@ - Declare encoding as utf-8 in pb2 files (via synth). ([#8352](https://github.com/googleapis/google-cloud-python/pull/8352)) - Suppress checking 'cov-fail-under' in nox default session (via synth). ([#8241](https://github.com/googleapis/google-cloud-python/pull/8241)) - Blacken noxfile.py, setup.py (via synth). ([#8123](https://github.com/googleapis/google-cloud-python/pull/8123)) -- Revert "Replace relative class refs with fully-qualifed names. ([#8039](https://github.com/googleapis/google-cloud-python/pull/8039))" ([#8095](https://github.com/googleapis/google-cloud-python/pull/8095)) -- Replace relative class refs with fully-qualifed names. ([#8039](https://github.com/googleapis/google-cloud-python/pull/8039)) - Add empty lines (via synth). ([#8058](https://github.com/googleapis/google-cloud-python/pull/8058)) ## 1.2.0