Skip to content

Commit 7e175c6

Browse files
larkeetseaver
authored andcommitted
chore(spanner): release 1.12.0 (googleapis#9530)
1 parent 160cef6 commit 7e175c6

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

spanner/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44

55
[1]: https://pypi.org/project/google-cloud-spanner/#history
66

7+
## 1.12.0
8+
9+
10-23-2019 19:09 PDT
10+
11+
12+
### Implementation Changes
13+
- Add `batch_create_session` calls to session pools. ([#9488](https://github.com/googleapis/google-cloud-python/pull/9488))
14+
15+
### New Features
16+
- Add `client_options` to client constructor. ([#9151](https://github.com/googleapis/google-cloud-python/pull/9151))
17+
18+
### Internal / Testing Changes
19+
- Harden 'test_reload_instance' systest against eventual consistency failures. ([#9394](https://github.com/googleapis/google-cloud-python/pull/9394))
20+
- Harden 'test_transaction_batch_update_w_syntax_error' systest. ([#9395](https://github.com/googleapis/google-cloud-python/pull/9395))
21+
- Propagate errors from 'Transaction.batch_update' in systest. ([#9393](https://github.com/googleapis/google-cloud-python/pull/9393))
22+
723
## 1.11.0
824

925
10-15-2019 06:55 PDT

spanner/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-spanner"
2424
description = "Cloud Spanner API client library"
25-
version = "1.11.0"
25+
version = "1.12.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)