We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af29617 commit 135b15dCopy full SHA for 135b15d
2 files changed
spanner/CHANGELOG.md
@@ -4,6 +4,24 @@
4
5
[1]: https://pypi.org/project/google-cloud-spanner/#history
6
7
+## 1.2.0
8
+
9
+### New features
10
11
+- Added batch query support (#4938)
12
13
+### Implementation changes
14
15
+- Removed custom timestamp class in favor of the one in google-api-core. (#4980)
16
17
+### Dependencies
18
19
+- Update minimum version for google-api-core to 1.1.0 (#5030)
20
21
+### Documentation
22
23
+- Update package metadata release status to 'Stable' (#5031)
24
25
## 1.1.0
26
27
### Dependencies
spanner/setup.py
@@ -22,7 +22,7 @@
name = 'google-cloud-spanner'
description = 'Cloud Spanner API client library'
-version = '1.1.0'
+version = '1.2.0'
# Should be one of:
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments