From c0e996d03c34e98ef624653b93c1ed52c56ff540 Mon Sep 17 00:00:00 2001 From: Thea Flowers Date: Tue, 11 Sep 2018 12:07:44 -0700 Subject: [PATCH] Release spanner 1.5.0 (#5925) --- spanner/CHANGELOG.md | 20 ++++++++++++++++++++ spanner/setup.py | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/spanner/CHANGELOG.md b/spanner/CHANGELOG.md index df96b080128f..0cbe68c91d55 100644 --- a/spanner/CHANGELOG.md +++ b/spanner/CHANGELOG.md @@ -4,6 +4,26 @@ [1]: https://pypi.org/project/google-cloud-spanner/#history +## 1.5.0 + +### New Features + +- Add support for session / pool labels ([#5734](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5734)) +- Add support for gRPC connection management ([#5553](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5553)) + +### Dependencies + +- Add `grpcio-gcp` dependency for Cloud Spanner ([#5904](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5904)) + +### Internal / Testing Changes + +- Don't hardcode endpoint URL in grpc_gcp unit tests. ([#5893](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5893)) +- Run `grpc_gcp` unit tests only with Python 2.7 / 3.6. ([#5871](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5871)) +- Nox: use inplace installs ([#5865](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5865)) +- Benchmarks: print() is a function in Python 3 ([#5862](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5862)) +- Retry `test_transaction_read_and_insert_then_rollback` when aborted. ([#5737](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5737)) +- Skip the flaky `test_update_database_ddl` systest. ([#5704](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5704)) + ## 1.4.0 ### Implementation Changes diff --git a/spanner/setup.py b/spanner/setup.py index 8769e1af3eb7..65667d46c099 100644 --- a/spanner/setup.py +++ b/spanner/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-spanner' description = 'Cloud Spanner API client library' -version = '1.4.0' +version = '1.5.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'