8000 Release datastore-1.8.0 (#8020) · renovate-bot/python-datastore@8254abe · GitHub
[go: up one dir, main page]

Skip to content

Commit 8254abe

Browse files
authored
Release datastore-1.8.0 (#8020)
1 parent 70a2929 commit 8254abe

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-datastore/#history
66

7+
## 1.8.0
8+
9+
05-17-2019 08:28 PDT
10+
11+
### Implementation Changes
12+
- Add routing header to method metadata (via synth). ([#7593](https://github.com/googleapis/google-cloud-python/pull/7593))
13+
- Remove classifier for Python 3.4 for end-of-life. ([#7535](https://github.com/googleapis/google-cloud-python/pull/7535))
14+
15+
### New Features
16+
- Add `client_info` support to client. ([#8013](https://github.com/googleapis/google-cloud-python/pull/8013))
17+
18+
### Dependencies
19+
- Pin `google-cloud-core >= 1.0.0, < 2.0dev`. ([#7993](https://github.com/googleapis/google-cloud-python/pull/7993))
20+
21+
### Documentation
22+
- Update client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307))
23+
- Pick up stub docstring fix in GAPIC generator. ([#6968](https://github.com/googleapis/google-cloud-python/pull/6968))
24+
25+
### Internal / Testing Changes
26+
- Add nox session `docs` (via synth). ([#7768](https://github.com/googleapis/google-cloud-python/pull/7768))
27+
- Copy lintified proto files (via synth). ([#7446](https://github.com/googleapis/google-cloud-python/pull/7446))
28+
- Add clarifying comment to blacken nox target. ([#7389](https://github.com/googleapis/google-cloud-python/pull/7389))
29+
- Add protos as an artifact to library ([#7205](https://github.com/googleapis/google-cloud-python/pull/7205))
30+
- Update copyright headers ([#7142](https://github.com/googleapis/google-cloud-python/pull/7142))
31+
- Protoc-generated serialization update. ([#7080](https://github.com/googleapis/google-cloud-python/pull/7080))
32+
733
## 1.7.3
834

935
12-17-2018 16:45 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-datastore'
2424
description = 'Google Cloud Datastore API client library'
25-
version = '1.7.3'
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)
0