Skip to content

Commit 7d773e6

Browse files
authored
Release 1.8.0 (googleapis#7487)
1 parent 4d19db9 commit 7d773e6

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

spanner/CHANGELOG.md

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

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

7+
## 1.8.0
8+
9+
03-05-2019 12:57 PST
10+
11+
12+
### Implementation Changes
13+
- Protoc-generated serialization update. ([#7095](https://github.com/googleapis/google-cloud-python/pull/7095))
14+
- Fix typo in exported param type name. ([#7295](https://github.com/googleapis/google-cloud-python/pull/7295))
15+
16+
### New Features
17+
- Add Batch DML support. ([#7485](https://github.com/googleapis/google-cloud-python/pull/7485))
18+
19+
### Documentation
20+
- Copy lintified proto files, update docstrings (via synth). ([#7453](https://github.com/googleapis/google-cloud-python/pull/7453))
21+
- Fix Batch object creation instructions. ([#7341](https://github.com/googleapis/google-cloud-python/pull/7341))
22+
- Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307))
23+
- Fix README to install spanner instead of datastore. ([#7301](https://github.com/googleapis/google-cloud-python/pull/7301))
24+
25+
### Internal / Testing Changes
26+
- Add clarifying comment to blacken nox target. ([#7403](https://github.com/googleapis/google-cloud-python/pull/7403))
27+
- Ensure that GRPC config file is included in MANIFEST.in after templating. ([#7046](https://github.com/googleapis/google-cloud-python/pull/7046))
28+
- Add protos as an artifact to library. ([#7205](https://github.com/googleapis/google-cloud-python/pull/7205))
29+
- Update copyright headers.
30+
731
## 1.7.1
832

933
12-14-2018 15:18 PST

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

0 commit comments

Comments
 (0)