From 46facf292ef7c24dd3988275e8e43df928ff9aac Mon Sep 17 00:00:00 2001 From: larkee Date: Thu, 24 Oct 2019 16:09:13 +1100 Subject: [PATCH 1/2] chore(spanner): release 1.12.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 8a70c279c09a..85c55abeba71 100644 --- a/spanner/CHANGELOG.md +++ b/spanner/CHANGELOG.md @@ -4,6 +4,26 @@ [1]: https://pypi.org/project/google-cloud-spanner/#history +## 1.12.0 + +10-23-2019 19:09 PDT + + +### Implementation Changes + +### New Features +- feat(spanner): add batch_create_session calls to session pools ([#9488](https://github.com/googleapis/google-cloud-python/pull/9488)) +- feat(spanner): add client_options to constructor ([#9151](https://github.com/googleapis/google-cloud-python/pull/9151)) + +### Dependencies + +### Documentation + +### Internal / Testing Changes +- tests(spanner): harden 'test_reload_instance' against EC ([#9394](https://github.com/googleapis/google-cloud-python/pull/9394)) +- tests(spanner): harden 'test_transaction_batch_update_w_syntax_error' ([#9395](https://github.com/googleapis/google-cloud-python/pull/9395)) +- test(spanner): propagate errors from 'Transaction.batch_update' ([#9393](https://github.com/googleapis/google-cloud-python/pull/9393)) + ## 1.11.0 10-15-2019 06:55 PDT diff --git a/spanner/setup.py b/spanner/setup.py index 219903239e2f..c8c47ef4a8d8 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.11.0" +version = "1.12.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From a58e5294f929b0d7829b895ce164831ef67be7dc Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Thu, 24 Oct 2019 12:57:58 -0400 Subject: [PATCH 2/2] Normalized changelog entries - Remove empty sections. - Strip "conventional commits" prefixes, make entries imperative sentences. - Move non-feature to "Implementation Changes" section. - Use backticks around variable / parameter names. --- spanner/CHANGELOG.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/spanner/CHANGELOG.md b/spanner/CHANGELOG.md index 85c55abeba71..97593703a647 100644 --- a/spanner/CHANGELOG.md +++ b/spanner/CHANGELOG.md @@ -10,19 +10,15 @@ ### Implementation Changes +- Add `batch_create_session` calls to session pools. ([#9488](https://github.com/googleapis/google-cloud-python/pull/9488)) ### New Features -- feat(spanner): add batch_create_session calls to session pools ([#9488](https://github.com/googleapis/google-cloud-python/pull/9488)) -- feat(spanner): add client_options to constructor ([#9151](https://github.com/googleapis/google-cloud-python/pull/9151)) - -### Dependencies - -### Documentation +- Add `client_options` to client constructor. ([#9151](https://github.com/googleapis/google-cloud-python/pull/9151)) ### Internal / Testing Changes -- tests(spanner): harden 'test_reload_instance' against EC ([#9394](https://github.com/googleapis/google-cloud-python/pull/9394)) -- tests(spanner): harden 'test_transaction_batch_update_w_syntax_error' ([#9395](https://github.com/googleapis/google-cloud-python/pull/9395)) -- test(spanner): propagate errors from 'Transaction.batch_update' ([#9393](https://github.com/googleapis/google-cloud-python/pull/9393)) +- Harden 'test_reload_instance' systest against eventual consistency failures. ([#9394](https://github.com/googleapis/google-cloud-python/pull/9394)) +- Harden 'test_transaction_batch_update_w_syntax_error' systest. ([#9395](https://github.com/googleapis/google-cloud-python/pull/9395)) +- Propagate errors from 'Transaction.batch_update' in systest. ([#9393](https://github.com/googleapis/google-cloud-python/pull/9393)) ## 1.11.0