Skip to content

Commit 135b15d

Browse files
author
Jon Wayne Parrott
authored
Release google-cloud-spanner 1.2.0 (googleapis#5033)
1 parent af29617 commit 135b15d

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

spanner/CHANGELOG.md

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

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

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+
725
## 1.1.0
826

927
### Dependencies

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.1.0'
25+
version = '1.2.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)