Skip to content

Commit c71b490

Browse files
authored
chore(firestore): release 1.6.1 (#10031)
1 parent 13a870c commit c71b490

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

firestore/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@
55
[1]: https://pypi.org/project/google-cloud-firestore/#history
66

77

8+
## 1.6.1
9+
10+
01-02-2020 10:35 PST
11+
12+
13+
### Implementation Changes
14+
- Recover watch streams on more error types ([#9995](https://github.com/googleapis/google-cloud-python/pull/9995))
15+
- Simplify 'Collection.add' and avoid a spurious API call ([#9634](https://github.com/googleapis/google-cloud-python/pull/9634))
16+
17+
### Documentation
18+
- Add new where operators to docstring ([#9789](https://github.com/googleapis/google-cloud-python/pull/9789))
19+
- Change spacing in docs templates (via synth) ([#9750](https://github.com/googleapis/google-cloud-python/pull/9750))
20+
- Add python 2 sunset banner to documentation ([#9036](https://github.com/googleapis/google-cloud-python/pull/9036))
21+
822
## 1.6.0
923

1024
11-06-2019 13:49 PST

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

0 commit comments

Comments
 (0)