Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea65ec7

Browse files
chore: release 2.3.3 (#454)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent dfaf4a2 commit ea65ec7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

packages/google-cloud-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+
### [2.3.3](https://www.github.com/googleapis/python-firestore/compare/v2.3.2...v2.3.3) (2021-09-24)
9+
10+
11+
### Bug Fixes
12+
13+
* add 'dict' annotation type to 'request' ([32bc180](https://www.github.com/googleapis/python-firestore/commit/32bc18080346d21dc1e0a4a7142707f6888c5359))
14+
* harden 'query.stream' against retriable exceptions ([#456](https://www.github.com/googleapis/python-firestore/issues/456)) ([0dca32f](https://www.github.com/googleapis/python-firestore/commit/0dca32f054e274c4d8cc2cc05f4c8b91aee9e183))
15+
* unbreak query orders w/ non-orderable operators ([#453](https://www.github.com/googleapis/python-firestore/issues/453)) ([2dbbba0](https://www.github.com/googleapis/python-firestore/commit/2dbbba027659322e60be248726c96c06e7a9e441))
16+
17+
18+
### Performance Improvements
19+
20+
* strip proto wrappers in '_helpers.decode_{value,dict}' ([#458](https://www.github.com/googleapis/python-firestore/issues/458)) ([335e2c4](https://www.github.com/googleapis/python-firestore/commit/335e2c432e3d5377c2e5fb504ff8d4a319dec63c))
21+
822
### [2.3.2](https://www.github.com/googleapis/python-firestore/compare/v2.3.1...v2.3.2) (2021-09-09)
923

1024

packages/google-cloud-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 = "2.3.2"
25+
version = "2.3.3"
2626
release_status = "Development Status :: 5 - Production/Stable"
2727
dependencies = [
2828
# NOTE: Maintainers, please do not require google-api-core>=2.x.x

0 commit comments

Comments
 (0)