File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55[ 1 ] : https://pypi.org/project/google-cloud-datastore/#history
66
7+ ## 1.7.0
8+
9+ ### Implementation Changes
10+
11+ - Do not pass 'offset' once the query iterator has a cursor (#5503 )
12+ - Add test runs for Python 3.7 and remove run for 3.4 (#5295 )
13+
14+ ### Documentation
15+
16+ - minor fix to datastore example (#5452 )
17+ - Add example showing explicit unicode for text values in entities. (#5263 )
18+
19+ ### Internal / Testing Changes
20+
21+ - Modify system tests to use prerelease versions of grpcio (#5304 )
22+ - Avoid overwriting '__ module__ ' of messages from shared modules. (#5364 )
23+ - Attempt again to reproduce #4264 . (#5403 )
24+ - Fix bad trove classifier
25+
726## 1.6.0
827
928### Implementation changes
Original file line number Diff line number Diff line change 2222
2323name = 'google-cloud-datastore'
2424description = 'Google Cloud Datastore API client library'
25- version = '1.6 .0'
25+ version = '1.7 .0'
2626# Should be one of:
2727# 'Development Status :: 3 - Alpha'
2828# 'Development Status :: 4 - Beta'
You can’t perform that action at this time.
0 commit comments