File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://pypi.org/project/google-cloud-spanner/#history
6
6
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
+
7
33
## 1.6.1
8
34
9
35
11-09-2018 14:49 PST
Original file line number Diff line number Diff line change 22
22
23
23
name = 'google-cloud-spanner'
24
24
description = 'Cloud Spanner API client library'
25
- version = '1.6.1 '
25
+ version = '1.7.0 '
26
26
# Should be one of:
27
27
# 'Development Status :: 3 - Alpha'
28
28
# 'Development Status :: 4 - Beta'
You can’t perform that action at this time.
0 commit comments