8000 Release datastore 1.6.0 (#4955) · renovate-bot/python-datastore@2b7d459 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b7d459

Browse files
author
Jon Wayne Parrott
authored
Release datastore 1.6.0 (#4955)
1 parent 48640ff commit 2b7d459

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

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

7+
## 1.6.0
8+
9+
### Implementation changes
10+
11+
- Don't check 'exclude_from_indexes' for empty lists. (#4915)
12+
13+
### Dependencies
14+
15+
- The minimum version for `google-api-core` has been updated to version 1.0.0. This may cause some incompatibility with older google-cloud libraries, you will need to update those libraries if you have a dependency conflict. (#4944, #4946)
16+
17+
### Testing and internal changes
18+
19+
- Install local dependencies when running lint (#4936)
20+
- Re-enable lint for tests, remove usage of pylint (#4921)
21+
- Normalize all setup.py files (#4909)
22+
- Exercise datastore query result paging (#4905)
23+
- Pass '*session.posargs' through on command line for system tests. (#4904)
24+
725
## 1.5.0
826

927
### Interface additions

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

0 commit comments

Comments
 (0)
0