From bf668ad738f3dcf15cce1d2923b758ec0827a153 Mon Sep 17 00:00:00 2001 From: larkee Date: Tue, 12 Nov 2019 11:08:57 +1100 Subject: [PATCH 1/2] chore(spanner): release 1.13.0 --- 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 97593703a647..67e0b6116160 100644 --- a/spanner/CHANGELOG.md +++ b/spanner/CHANGELOG.md @@ -4,6 +4,26 @@ [1]: https://pypi.org/project/google-cloud-spanner/#history +## 1.13.0 + +11-11-2019 15:59 PST + + +### Implementation Changes +Fix TransactionPingingPool to stop thowing ''NoneType' object is not callable' error. ([#9609](https://github.com/googleapis/google-cloud-python/pull/9609)) +Return sessions from pool in LIFO order. ([#9454](https://github.com/googleapis/google-cloud-python/pull/9454)) + +### New Features + +### Dependencies + +### Documentation +- Add Python 2 sunset banner to documentation. ([#9036](https://github.com/googleapis/google-cloud-python/pull/9036)) +- Update description of the timeout_secs parameter. ([#9381](https://github.com/googleapis/google-cloud-python/pull/9381)) + +### Internal / Testing Changes +- Harden 'test_transaction_batch_update*' systests against partial success + abort. ([#9579](https://github.com/googleapis/google-cloud-python/pull/9579)) + ## 1.12.0 10-23-2019 19:09 PDT diff --git a/spanner/setup.py b/spanner/setup.py index c8c47ef4a8d8..b76e9f33ccbc 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.12.0" +version = "1.13.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From 9571c7b78238f9e0ba9b59c8a27149e7ed218c50 Mon Sep 17 00:00:00 2001 From: larkee Date: Tue, 12 Nov 2019 14:19:37 +1100 Subject: [PATCH 2/2] address PR comments --- spanner/CHANGELOG.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/spanner/CHANGELOG.md b/spanner/CHANGELOG.md index 67e0b6116160..7262e584878a 100644 --- a/spanner/CHANGELOG.md +++ b/spanner/CHANGELOG.md @@ -13,16 +13,12 @@ Fix TransactionPingingPool to stop thowing ''NoneType' object is not callable' error. ([#9609](https://github.com/googleapis/google-cloud-python/pull/9609)) Return sessions from pool in LIFO order. ([#9454](https://github.com/googleapis/google-cloud-python/pull/9454)) -### New Features - -### Dependencies - ### Documentation - Add Python 2 sunset banner to documentation. ([#9036](https://github.com/googleapis/google-cloud-python/pull/9036)) -- Update description of the timeout_secs parameter. ([#9381](https://github.com/googleapis/google-cloud-python/pull/9381)) +- Update description of the `timeout_secs` parameter. ([#9381](https://github.com/googleapis/google-cloud-python/pull/9381)) ### Internal / Testing Changes -- Harden 'test_transaction_batch_update*' systests against partial success + abort. ([#9579](https://github.com/googleapis/google-cloud-python/pull/9579)) +- Harden `test_transaction_batch_update*` systests against partial success + abort. ([#9579](https://github.com/googleapis/google-cloud-python/pull/9579)) ## 1.12.0