8000 Release datastore 1.9.0 (#8751) · renovate-bot/python-datastore@baa4d68 · GitHub
[go: up one dir, main page]

Skip to content

Commit baa4d68

Browse files
authored
Release datastore 1.9.0 (#8751)
1 parent e780d8c commit baa4d68

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

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

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

7+
## 1.9.0
8+
9+
07-24-2019 16:04 PDT
10+
11+
12+
### Implementation Changes
13+
- Allow kwargs to be passed to create_channel (via synth). ([#8388](https://github.com/googleapis/google-cloud-python/pull/8388))
14+
15+
### New Features
16+
- Add 'client_options' support (via synth). ([#8506](https://github.com/googleapis/google-cloud-python/pull/8506))
17+
- Add 'Client.reserve_ids' API wrapper. ([#8178](https://github.com/googleapis/google-cloud-python/pull/8178))
18+
19+
### Dependencies
20+
- Bump minimum version for google-api-core to 1.14.0. ([#8709](https://github.com/googleapis/google-cloud-python/pull/8709))
21+
22+
### Documentation
23+
- Link to googleapis.dev documentation in READMEs. ([#8705](https://github.com/googleapis/google-cloud-python/pull/8705))
24+
- Add compatibility check badges to READMEs. ([#8288](https://github.com/googleapis/google-cloud-python/pull/8288))
25+
26+
### Internal / Testing Changes
27+
- Pin black version (via synth). ([#8580](https://github.com/googleapis/google-cloud-python/pull/8580))
28+
- Remove typing information for kwargs to not conflict with type checkers ([#8546](https://github.com/googleapis/google-cloud-python/pull/8546))
29+
- Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464))
30+
- Declare encoding as utf-8 in pb2 files (via synth). ([#8350](https://github.com/googleapis/google-cloud-python/pull/8350))
31+
- Add disclaimer to auto-generated template files (via synth). ([#8312](https://github.com/googleapis/google-cloud-python/pull/8312))
32+
- Suppress checking 'cov-fail-under' in nox default session (via synth). ([#8238](https://github.com/googleapis/google-cloud-python/pull/8238))
33+
- Blacken noxfile.py, setup.py (via synth). ([#8120](https://github.com/googleapis/google-cloud-python/pull/8120))
34+
- Add empty lines (via synth). ([#8055](https://github.com/googleapis/google-cloud-python/pull/8055))
35+
736
## 1.8.0
837

938
05-17-2019 08:28 PDT

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-datastore"
2424
description = "Google Cloud Datastore API client library"
25-
version = "1.8.0"
25+
version = "1.9.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)
0