Skip to content

Commit d4cd7f8

Browse files
authored
Release firestore 1.3.0 (googleapis#8625)
* Release 1.3.0
1 parent 231ef77 commit d4cd7f8

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

firestore/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,35 @@
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

1039
05-16-2019 12:25 PDT

firestore/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-firestore"
2424
description = "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'

0 commit comments

Comments
 (0)