Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit 6295c76

Browse files
committed
chore: create a release
1 parent 3295aec commit 6295c76

6 files changed

Lines changed: 52 additions & 5 deletions

File tree

.librarian/state.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator:latest
22
libraries:
33
- id: google-cloud-firestore
4-
version: 2.21.0
4+
version: 2.22.0
5+
last_generated_commit: ""
56
apis: []
67
source_roots:
78
- .

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,52 @@
44

55
[1]: https://pypi.org/project/google-cloud-firestore/#history
66

7+
## [2.22.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-firestore-v2.21.0...google-cloud-firestore-v2.22.0) (2025-10-29)
8+
9+
10+
### Features
11+
12+
* Add support for Python 3.14 (#1110) ([52b2055d01ab5d2c34e00f8861e29990f89cd3d8](https://github.com/googleapis/google-cloud-python/commit/52b2055d01ab5d2c34e00f8861e29990f89cd3d8))
13+
* Expose tags field in Database and RestoreDatabaseRequest public protos (#1074) ([49836391dc712bd482781a26ccd3c8a8408c473b](https://github.com/googleapis/google-cloud-python/commit/49836391dc712bd482781a26ccd3c8a8408c473b))
14+
* Added read_time as a parameter to various calls (synchronous/base classes) (#1050) * feat: Added read_time as a parameter to various calls (synchronous/base classes)
15+
* 🦉 Updates from OwlBot post-processor
16+
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
17+
* fixed tests + added system tests
18+
* 🦉 Updates from OwlBot post-processor
19+
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
20+
* Removed specific system test assertions
21+
* added system test with python datetimes
22+
* 🦉 Updates from OwlBot post-processor
23+
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
24+
* revised type hints
25+
* linting
26+
* feat: Added read_time as a parameter to various calls (async classes) (#1059)
27+
* feat: Added read_time as a parameter to various calls (async classes)
28+
* used TYPE_CHECKING; fixed unit tests
29+
* linting + fixing cover
30+
* final linting
31+
* TYPE_CHECKING
32+
* 🦉 Updates from OwlBot post-processor
33+
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
34+
* Update client.py
35+
fix no cover comment
36+
* fixed async system test
37+
--------- ([d8e3af1f9dbdfaf5df0d993a0a7e28883472c621](https://github.com/googleapis/google-cloud-python/commit/d8e3af1f9dbdfaf5df0d993a0a7e28883472c621))
38+
39+
40+
### Bug Fixes
41+
42+
* update the async transactional types (#1066) * fix: update the async transactional types to not require extra awaits
43+
* add typing extensions
44+
* python <3.10 compat
45+
* use a protocol
46+
* moved back to ParamSpec implementation
47+
* updated mypy.ini
48+
* fixed some types
49+
* 🦉 Updates from OwlBot post-processor
50+
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
51+
--------- ([210a14a4b758d70aad05940665ed2a2a21ae2a8b](https://github.com/googleapis/google-cloud-python/commit/210a14a4b758d70aad05940665ed2a2a21ae2a8b))
52+
753

854
## [2.21.0](https://github.com/googleapis/python-firestore/compare/v2.20.2...v2.21.0) (2025-05-23)
955

google/cloud/firestore/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.21.0" # {x-release-please-version}
16+
__version__ = "2.22.0" # {x-release-please-version}

google/cloud/firestore_admin_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.21.0" # {x-release-please-version}
16+
__version__ = "2.22.0" # {x-release-please-version}

google/cloud/firestore_bundle/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.21.0" # {x-release-please-version}
16+
__version__ = "2.22.0" # {x-release-please-version}

google/cloud/firestore_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.21.0" # {x-release-please-version}
16+
__version__ = "2.22.0" # {x-release-please-version}

0 commit comments

Comments
 (0)