-
Notifications
You must be signed in to change notification settings - Fork 83
Comparing changes
Open a pull request
base repository: googleapis/python-firestore
base: v2.21.0
head repository: googleapis/python-firestore
compare: v2.22.0
- 17 commits
- 108 files changed
- 8 contributors
Commits on Jun 4, 2025
-
feat: Added read_time as a parameter to various calls (synchronous/ba…
…se classes) (#1050) * feat: Added read_time as a parameter to various calls (synchronous/base classes) * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fixed tests + added system tests * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Removed specific system test assertions * added system test with python datetimes * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * revised type hints * linting * feat: Added read_time as a parameter to various calls (async classes) (#1059) * feat: Added read_time as a parameter to various calls (async classes) * used TYPE_CHECKING; fixed unit tests * linting + fixing cover * final linting * TYPE_CHECKING * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update client.py fix no cover comment * fixed async system test --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Daniel Sanche <sanche@google.com>
Configuration menu - View commit details
-
Copy full SHA for d8e3af1 - Browse repository at this point
Copy the full SHA d8e3af1View commit details
Commits on Jun 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7f96290 - Browse repository at this point
Copy the full SHA 7f96290View commit details
Commits on Jun 17, 2025
-
fix: update the async transactional types (#1066)
* fix: update the async transactional types to not require extra awaits * add typing extensions * python <3.10 compat * use a protocol * moved back to ParamSpec implementation * updated mypy.ini * fixed some types * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Jillian Kozyra <jillian.kozyra@gmail.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 210a14a - Browse repository at this point
Copy the full SHA 210a14aView commit details
Commits on Jun 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e6fd577 - Browse repository at this point
Copy the full SHA e6fd577View commit details
Commits on Jul 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4983639 - Browse repository at this point
Copy the full SHA 4983639View commit details
Commits on Oct 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 52b2055 - Browse repository at this point
Copy the full SHA 52b2055View commit details
Commits on Oct 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 40472db - Browse repository at this point
Copy the full SHA 40472dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65d9d16 - Browse repository at this point
Copy the full SHA 65d9d16View commit details
Commits on Oct 31, 2025
-
chore: Update gapic-generator-python to 1.26.2 (#1077)
* feat: add Firestore CloneDatabase support PiperOrigin-RevId: 789807783 Source-Link: googleapis/googleapis@3d37c58 Source-Link: googleapis/googleapis-gen@66d3f2f Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjZkM2YyZjNhYTU3ZDI0MjUzNGExZjM3MjZiNTk4ZjY0YmE2OWZjYiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: update Python generator version to 1.25.1 PiperOrigin-RevId: 800535761 Source-Link: googleapis/googleapis@4cf1f99 Source-Link: googleapis/googleapis-gen@133d25b Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTMzZDI1YjY4ZTcxMjExNmUxYzVkYzcxZmMzZWIzYzVlNzE3MDIyYSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: Update gapic-generator-python to 1.26.2 PiperOrigin-RevId: 802200836 Source-Link: googleapis/googleapis@d300b15 Source-Link: googleapis/googleapis-gen@a1ff0ae Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTFmZjBhZTcyZGRjYjY4YTI1OTIxNWQ4Yzc3NjYxZTJjZGJiOWIwMiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * feat: Add support for Python 3.14 fix: Deprecate credentials_file argument chore: Update gapic-generator-python to 1.28.0 PiperOrigin-RevId: 816753840 Source-Link: googleapis/googleapis@d06cf27 Source-Link: googleapis/googleapis-gen@a524e73 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTUyNGU3MzEwODgyYmJiOTliZmUxMzk5YjE4YmVkMzI4OTc5MjExYyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Daniel Sanche <sanche@google.com>
Configuration menu - View commit details
-
Copy full SHA for f4953d6 - Browse repository at this point
Copy the full SHA f4953d6View commit details
Commits on Nov 5, 2025
-
chore(python): remove configure_previous_major_version_branches (#1122)
Source-Link: googleapis/synthtool@6702a34 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:fbbc8db67afd8b7d71bf694c5081a32da0c528eba166fbcffb3b6e56ddf907d5 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Daniel Sanche <sanche@google.com>
Configuration menu - View commit details
-
Copy full SHA for fcfeea7 - Browse repository at this point
Copy the full SHA fcfeea7View commit details
Commits on Nov 13, 2025
-
chore(librarian): onboard to librarian (#1120)
This PR onboards `google-cloud-firestore` to librarian. Blocked on #1061. Fixes googleapis/librarian#2458 🦕 --------- Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for 5a4c312 - Browse repository at this point
Copy the full SHA 5a4c312View commit details
Commits on Nov 14, 2025
-
chore(librarian): Update Librarian container image SHA (#1131)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-firestore/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
Configuration menu - View commit details
-
Copy full SHA for d637aee - Browse repository at this point
Copy the full SHA d637aeeView commit details
Commits on Dec 16, 2025
-
fix(types): improve typing (#1136)
A few types were missing, which makes it hard to use Firestore with strict typechecking.
Configuration menu - View commit details
-
Copy full SHA for d1c730d - Browse repository at this point
Copy the full SHA d1c730dView commit details -
feat(gapic): support mTLS certificates when available (#1140)
Autogenerated gapic update Includes: - support for mTLS by default when the environment detects it - support for pipelines protos
Configuration menu - View commit details
-
Copy full SHA for 403afb0 - Browse repository at this point
Copy the full SHA 403afb0View commit details -
chore: fix broken Python 3.13 documentation link (#1135)
Fixes a broken link in the contributing guide
Configuration menu - View commit details
-
Copy full SHA for 9f9f182 - Browse repository at this point
Copy the full SHA 9f9f182View commit details -
chore: librarian update image pull request: 20251216T191850Z (#1144)
feat: update image to us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:b8058df4c45e9a6e07f6b4d65b458d0d059241dd34c814f151c8bf6b89211209
Configuration menu - View commit details
-
Copy full SHA for cdd926a - Browse repository at this point
Copy the full SHA cdd926aView commit details
Commits on Dec 17, 2025
-
chore: librarian release pull request: 20251216T132411Z (#1146)
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v0.7.0 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:b8058df4c45e9a6e07f6b4d65b458d0d059241dd34c814f151c8bf6b89211209 <details><summary>google-cloud-firestore: 2.22.0</summary> ## [2.22.0](v2.21.0...v2.22.0) (2025-12-16) ### Features * support mTLS certificates when available (#1140) ([403afb0](403afb08)) * Expose tags field in Database and RestoreDatabaseRequest public protos (#1074) ([4983639](49836391)) * Add support for Python 3.14 (#1110) ([52b2055](52b2055d)) * Added read_time as a parameter to various calls (synchronous/base classes) (#1050) ([d8e3af1](d8e3af1f)) ### Bug Fixes * update the async transactional types (#1066) ([210a14a](210a14a4)) * improve typing (#1136) ([d1c730d](d1c730d9)) </details>
Configuration menu - View commit details
-
Copy full SHA for 9b03049 - Browse repository at this point
Copy the full SHA 9b03049View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.21.0...v2.22.0