Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .librarian/state.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:ce48ed695c727f7e13efd1fd68f466a55a0d772c87b69158720cec39965bc8b2
libraries:
- id: google-cloud-firestore
version: 2.21.0
version: 2.22.0
last_generated_commit: 659ea6e98acc7d58661ce2aa7b4cf76a7ef3fd42
apis:
- path: google/firestore/v1
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

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

## [2.22.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-firestore-v2.21.0...google-cloud-firestore-v2.22.0) (2025-12-15)


### Features

* Add support for Python 3.14 (#1110) ([52b2055d01ab5d2c34e00f8861e29990f89cd3d8](https://github.com/googleapis/google-cloud-python/commit/52b2055d01ab5d2c34e00f8861e29990f89cd3d8))
* Expose tags field in Database and RestoreDatabaseRequest public protos (#1074) ([49836391dc712bd482781a26ccd3c8a8408c473b](https://github.com/googleapis/google-cloud-python/commit/49836391dc712bd482781a26ccd3c8a8408c473b))
* Added read_time as a parameter to various calls (synchronous/base classes) (#1050) ([d8e3af1f9dbdfaf5df0d993a0a7e28883472c621](https://github.com/googleapis/google-cloud-python/commit/d8e3af1f9dbdfaf5df0d993a0a7e28883472c621))


### Bug Fixes

* update the async transactional types (#1066) ([210a14a4b758d70aad05940665ed2a2a21ae2a8b](https://github.com/googleapis/google-cloud-python/commit/210a14a4b758d70aad05940665ed2a2a21ae2a8b))
Comment on lines +7 to +19

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There's an inconsistency in the repository URLs used in this changelog entry. The links for version 2.22.0 point to the google-cloud-python monorepo, while previous entries and the pull request description point to the python-firestore repository. This also affects the tag format used in the comparison URL.

For consistency, it would be better to use the python-firestore repository for all links. The suggested change updates the URLs to point to the correct repository and use a consistent tag format.

Suggested change
## [2.22.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-firestore-v2.21.0...google-cloud-firestore-v2.22.0) (2025-12-15)
### Features
* Add support for Python 3.14 (#1110) ([52b2055d01ab5d2c34e00f8861e29990f89cd3d8](https://github.com/googleapis/google-cloud-python/commit/52b2055d01ab5d2c34e00f8861e29990f89cd3d8))
* Expose tags field in Database and RestoreDatabaseRequest public protos (#1074) ([49836391dc712bd482781a26ccd3c8a8408c473b](https://github.com/googleapis/google-cloud-python/commit/49836391dc712bd482781a26ccd3c8a8408c473b))
* Added read_time as a parameter to various calls (synchronous/base classes) (#1050) ([d8e3af1f9dbdfaf5df0d993a0a7e28883472c621](https://github.com/googleapis/google-cloud-python/commit/d8e3af1f9dbdfaf5df0d993a0a7e28883472c621))
### Bug Fixes
* update the async transactional types (#1066) ([210a14a4b758d70aad05940665ed2a2a21ae2a8b](https://github.com/googleapis/google-cloud-python/commit/210a14a4b758d70aad05940665ed2a2a21ae2a8b))
## [2.22.0](https://github.com/googleapis/python-firestore/compare/v2.21.0...v2.22.0) (2025-12-15)
### Features
* Add support for Python 3.14 (#1110) ([52b2055d01ab5d2c34e00f8861e29990f89cd3d8](https://github.com/googleapis/python-firestore/commit/52b2055d01ab5d2c34e00f8861e29990f89cd3d8))
* Expose tags field in Database and RestoreDatabaseRequest public protos (#1074) ([49836391dc712bd482781a26ccd3c8a8408c473b](https://github.com/googleapis/python-firestore/commit/49836391dc712bd482781a26ccd3c8a8408c473b))
* Added read_time as a parameter to various calls (synchronous/base classes) (#1050) ([d8e3af1f9dbdfaf5df0d993a0a7e28883472c621](https://github.com/googleapis/python-firestore/commit/d8e3af1f9dbdfaf5df0d993a0a7e28883472c621))
### Bug Fixes
* update the async transactional types (#1066) ([210a14a4b758d70aad05940665ed2a2a21ae2a8b](https://github.com/googleapis/python-firestore/commit/210a14a4b758d70aad05940665ed2a2a21ae2a8b))



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

Expand Down
2 changes: 1 addition & 1 deletion google/cloud/firestore/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.21.0" # {x-release-please-version}
__version__ = "2.22.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/firestore_admin_v1/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.21.0" # {x-release-please-version}
__version__ = "2.22.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/firestore_bundle/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.21.0" # {x-release-please-version}
__version__ = "2.22.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/firestore_v1/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.21.0" # {x-release-please-version}
__version__ = "2.22.0" # {x-release-please-version}
Loading