Skip to content

Commit fab6c50

Browse files
authored
Release 1.7.0 (#6896)
1 parent 6d0b178 commit fab6c50

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

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

7+
## 1.7.0
8+
9+
12-10-2018 13:10 PST
10+
11+
12+
### Implementation Changes
13+
- Add PingingPool and TransactionPingingPool to toplevel module ([#6886](https://github.com/googleapis/google-cloud-python/pull/6886))
14+
- Add `operation_id` parameter to `Database.update_ddl`. ([#6825](https://github.com/googleapis/google-cloud-python/pull/6825))
15+
- Pick up changes to GAPIC method configuration ([#6615](https://github.com/googleapis/google-cloud-python/pull/6615))
16+
- Add timeout + retry settings to Sessions/Snapshots ([#6536](https://github.com/googleapis/google-cloud-python/pull/6536))
17+
- Pick up fixes to GAPIC generator. ([#6576](https://github.com/googleapis/google-cloud-python/pull/6576))
18+
19+
### Dependencies
20+
- Update dependency to google-cloud-core ([#6835](https://github.com/googleapis/google-cloud-python/pull/6835))
21+
22+
### Internal / Testing Changes
23+
- Add baseline for synth.metadata
24+
- Blacken. ([#6846](https://github.com/googleapis/google-cloud-python/pull/6846))
25+
- Update noxfile.
26+
- Blacken all gen'd libs ([#6792](https://github.com/googleapis/google-cloud-python/pull/6792))
27+
- Omit local deps ([#6701](https://github.com/googleapis/google-cloud-python/pull/6701))
28+
- Run black at end of synth.py ([#6698](https://github.com/googleapis/google-cloud-python/pull/6698))
29+
- Run Black on Generated libraries ([#6666](https://github.com/googleapis/google-cloud-python/pull/6666))
30+
- Add templates for flake8, coveragerc, noxfile, and black. ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642))
31+
- Add tags to DML system tests ([#6580](https://github.com/googleapis/google-cloud-python/pull/6580))
32+
733
## 1.6.1
834

935
11-09-2018 14:49 PST

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

0 commit comments

Comments
 (0)