Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fab6c50

Browse filesBrowse files
authored
Release 1.7.0 (#6896)
1 parent 6d0b178 commit fab6c50
Copy full SHA for fab6c50

File tree

Expand file treeCollapse file tree

2 files changed

+27
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+27
-1
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+26Lines 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

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.