File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed
Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 55[ 1 ] : https://pypi.org/project/google-cloud-firestore/#history
66
77
8+ ## 1.3.0
9+
10+ 07-09-2019 13:19 PDT
11+
12+
13+ ### Implementation Changes
14+ - Add missing transforms to 'google.cloud.firestore' shim. ([ #8481 ] ( https://github.com/googleapis/google-cloud-python/pull/8481 ) )
15+ - Preserve reference to missing documents in 'Client.get_all'. ([ #8472 ] ( https://github.com/googleapis/google-cloud-python/pull/8472 ) )
16+ - Add gRPC keepalive to gapic client initialization. ([ #8264 ] ( https://github.com/googleapis/google-cloud-python/pull/8264 ) )
17+ - Add disclaimer to auto-generated template files. ([ #8314 ] ( https://github.com/googleapis/google-cloud-python/pull/8314 ) )
18+ - Use correct environment variable to guard the 'system' part. ([ #7912 ] ( https://github.com/googleapis/google-cloud-python/pull/7912 ) )
19+
20+ ### New Features
21+ - Add 'client_options' support, update list method docstrings (via synth). ([ #8509 ] ( https://github.com/googleapis/google-cloud-python/pull/8509 ) )
22+ - Allow kwargs to be passed to create_channel (via synth). ([ #8390 ] ( https://github.com/googleapis/google-cloud-python/pull/8390 ) )
23+ - Add 'FieldPath.documentId()'. ([ #8543 ] ( https://github.com/googleapis/google-cloud-python/pull/8543 ) )
24+
25+ ### Documentation
26+ - Fix docstring example for 'Client.collection_group'. ([ #8438 ] ( https://github.com/googleapis/google-cloud-python/pull/8438 ) )
27+ - Normalize docstring class refs. ([ #8102 ] ( https://github.com/googleapis/google-cloud-python/pull/8102 ) )
28+
29+ ### Internal / Testing Changes
30+ - Pin black version (via synth). ([ #8583 ] ( https://github.com/googleapis/google-cloud-python/pull/8583 ) )
31+ - All: Add docs job to publish to googleapis.dev. ([ #8464 ] ( https://github.com/googleapis/google-cloud-python/pull/8464 ) )
32+ - Declare encoding as utf-8 in pb2 files (via synth). ([ #8352 ] ( https://github.com/googleapis/google-cloud-python/pull/8352 ) )
33+ - Suppress checking 'cov-fail-under' in nox default session (via synth). ([ #8241 ] ( https://github.com/googleapis/google-cloud-python/pull/8241 ) )
34+ - Blacken noxfile.py, setup.py (via synth). ([ #8123 ] ( https://github.com/googleapis/google-cloud-python/pull/8123 ) )
35+ - Add empty lines (via synth). ([ #8058 ] ( https://github.com/googleapis/google-cloud-python/pull/8058 ) )
36+
837## 1.2.0
938
103905-16-2019 12:25 PDT
Original file line number Diff line number Diff line change 2222
2323name = "google-cloud-firestore"
2424description = "Google Cloud Firestore API client library"
25- version = "1.2 .0"
25+ version = "1.3 .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