From 47e385f7206bd05cf1458c43a747cfbcdf89cb8f Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Wed, 24 Jul 2019 16:15:36 -0700 Subject: [PATCH 1/2] Release 1.9.0 --- datastore/CHANGELOG.md | 29 +++++++++++++++++++++++++++++ datastore/setup.py | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/datastore/CHANGELOG.md b/datastore/CHANGELOG.md index 549fd9abf451..ea3efa6ab056 100644 --- a/datastore/CHANGELOG.md +++ b/datastore/CHANGELOG.md @@ -4,6 +4,35 @@ [1]: https://pypi.org/project/google-cloud-datastore/#history +## 1.9.0 + +07-24-2019 16:04 PDT + + +### Implementation Changes +- Allow kwargs to be passed to create_channel (via synth). ([#8388](https://github.com/googleapis/google-cloud-python/pull/8388)) + +### New Features +- Add 'client_options' support (via synth). ([#8506](https://github.com/googleapis/google-cloud-python/pull/8506)) +- Add 'Client.reserve_ids' API wrapper. ([#8178](https://github.com/googleapis/google-cloud-python/pull/8178)) + +### Dependencies +- Bump minimum version for google-api-core to 1.14.0. ([#8709](https://github.com/googleapis/google-cloud-python/pull/8709)) + +### Documentation +- Link to googleapis.dev documentation in READMEs. ([#8705](https://github.com/googleapis/google-cloud-python/pull/8705)) +- Add compatibility check badges to READMEs. ([#8288](https://github.com/googleapis/google-cloud-python/pull/8288)) + +### Internal / Testing Changes +- Pin black version (via synth). ([#8580](https://github.com/googleapis/google-cloud-python/pull/8580)) +- Fixes [#8545](https://github.com/googleapis/google-cloud-python/pull/8545) by removing typing information for kwargs to not conflict with type checkers ([#8546](https://github.com/googleapis/google-cloud-python/pull/8546)) +- 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). ([#8350](https://github.com/googleapis/google-cloud-python/pull/8350)) +- Add disclaimer to auto-generated template files (via synth). ([#8312](https://github.com/googleapis/google-cloud-python/pull/8312)) +- Suppress checking 'cov-fail-under' in nox default session (via synth). ([#8238](https://github.com/googleapis/google-cloud-python/pull/8238)) +- Blacken noxfile.py, setup.py (via synth). ([#8120](https://github.com/googleapis/google-cloud-python/pull/8120)) +- Add empty lines (via synth). ([#8055](https://github.com/googleapis/google-cloud-python/pull/8055)) + ## 1.8.0 05-17-2019 08:28 PDT diff --git a/datastore/setup.py b/datastore/setup.py index 2860b1c67c44..7414c0ed29da 100644 --- a/datastore/setup.py +++ b/datastore/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-datastore" description = "Google Cloud Datastore API client library" -version = "1.8.0" +version = "1.9.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From d1dffb858966427363239a2d6d481365ffaffef6 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Thu, 25 Jul 2019 14:58:38 -0700 Subject: [PATCH 2/2] Update datastore/CHANGELOG.md Co-Authored-By: Tres Seaver --- datastore/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datastore/CHANGELOG.md b/datastore/CHANGELOG.md index ea3efa6ab056..621e31cd680b 100644 --- a/datastore/CHANGELOG.md +++ b/datastore/CHANGELOG.md @@ -25,7 +25,7 @@ ### Internal / Testing Changes - Pin black version (via synth). ([#8580](https://github.com/googleapis/google-cloud-python/pull/8580)) -- Fixes [#8545](https://github.com/googleapis/google-cloud-python/pull/8545) by removing typing information for kwargs to not conflict with type checkers ([#8546](https://github.com/googleapis/google-cloud-python/pull/8546)) +- Remove typing information for kwargs to not conflict with type checkers ([#8546](https://github.com/googleapis/google-cloud-python/pull/8546)) - 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). ([#8350](https://github.com/googleapis/google-cloud-python/pull/8350)) - Add disclaimer to auto-generated template files (via synth). ([#8312](https://github.com/googleapis/google-cloud-python/pull/8312))