|
4 | 4 |
|
5 | 5 | [1]: https://pypi.org/project/google-cloud-firestore/#history |
6 | 6 |
|
| 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 | + |
7 | 53 |
|
8 | 54 | ## [2.21.0](https://github.com/googleapis/python-firestore/compare/v2.20.2...v2.21.0) (2025-05-23) |
9 | 55 |
|
|
0 commit comments