Skip to content

Commit 5d77e04

Browse files
chore(main): release 2.4.0
1 parent e1e476a commit 5d77e04

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

77

8+
## [2.4.0](https://github.com/googleapis/python-firestore/compare/v2.3.4...v2.4.0) (2022-01-24)
9+
10+
11+
### Features
12+
13+
* add context manager support in client ([#470](https://github.com/googleapis/python-firestore/issues/470)) ([1e1de20](https://github.com/googleapis/python-firestore/commit/1e1de20000c4441c4c015709d5c3512a53c74d6b))
14+
* add support for Python 3.10 ([#469](https://github.com/googleapis/python-firestore/issues/469)) ([ddcb099](https://github.com/googleapis/python-firestore/commit/ddcb0990e092416eb9a334fac5d8d9251bc43496))
15+
* allow 'Collection.where(__name__, in, [hello, world])' ([#501](https://github.com/googleapis/python-firestore/issues/501)) ([7d71244](https://github.com/googleapis/python-firestore/commit/7d71244c3dab0052452d93f52e1f71bdae88459c))
16+
* update client libraries to support Database operations ([#513](https://github.com/googleapis/python-firestore/issues/513)) ([74d8171](https://github.com/googleapis/python-firestore/commit/74d81716c9168b0e3e2fdd203a47292ebb28eb6f))
17+
18+
19+
### Bug Fixes
20+
21+
* **deps:** drop packaging dependency ([6b5a779](https://github.com/googleapis/python-firestore/commit/6b5a7795bb2827b65f8015fcef6663880a29a65d))
22+
* **deps:** require google-api-core >= 1.28.0 ([6b5a779](https://github.com/googleapis/python-firestore/commit/6b5a7795bb2827b65f8015fcef6663880a29a65d))
23+
* handle empty last chunk correctly in 'Query._chunkify' ([#489](https://github.com/googleapis/python-firestore/issues/489)) ([3ddc718](https://github.com/googleapis/python-firestore/commit/3ddc718d50143e33b8af4ff1ba29e7cadf76a57c))
24+
* hash snapshots using correct type for 'update_time' ([#467](https://github.com/googleapis/python-firestore/issues/467)) ([5e66a73](https://github.com/googleapis/python-firestore/commit/5e66a73f7e9d3131f483bf5961e8dc308f5e8dc3))
25+
* stop / start stream after filter mismatch ([#502](https://github.com/googleapis/python-firestore/issues/502)) ([a256752](https://github.com/googleapis/python-firestore/commit/a256752d425a6d9ec1047c7e6f38226d34a0254e))
26+
27+
28+
### Documentation
29+
30+
* list oneofs in docstring ([6b5a779](https://github.com/googleapis/python-firestore/commit/6b5a7795bb2827b65f8015fcef6663880a29a65d))
31+
832
### [2.3.4](https://www.github.com/googleapis/python-firestore/compare/v2.3.3...v2.3.4) (2021-09-30)
933

1034

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.4"
25+
version = "2.4.0"
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)