Skip to content
Open
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 .release-please-individual-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/bigframes": "2.43.0",
"packages/google-cloud-bigtable": "2.38.0",
"packages/google-cloud-firestore": "2.27.0",
"packages/google-cloud-firestore": "2.28.0",
"packages/google-crc32c": "1.8.0",
"packages/pandas-gbq": "0.35.0",
"packages/sqlalchemy-bigquery": "1.17.0"
Expand Down
2 changes: 1 addition & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ libraries:
python:
default_version: v1
- name: google-cloud-firestore
version: 2.27.0
version: 2.28.0
apis:
- path: google/firestore/v1
- path: google/firestore/admin/v1
Expand Down
15 changes: 15 additions & 0 deletions packages/google-cloud-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@

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

## [2.28.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-firestore-v2.27.0...google-cloud-firestore-v2.28.0) (2026-06-18)


### Features

* **firestore:** drop Python 3.7-3.9 support and regenerate ([#17247](https://github.com/googleapis/google-cloud-python/issues/17247)) ([b11224f](https://github.com/googleapis/google-cloud-python/commit/b11224ff3ed76718b079dd9a44226cfea52c6562))
* regenerate google-cloud-[e-i] packages ([#17079](https://github.com/googleapis/google-cloud-python/issues/17079)) ([5239b18](https://github.com/googleapis/google-cloud-python/commit/5239b1814f216676bf02dea08726313ad355439d))


### Bug Fixes

* **firestore:** Imropve improper pipeline aliases ([#16651](https://github.com/googleapis/google-cloud-python/issues/16651)) ([f728bd6](https://github.com/googleapis/google-cloud-python/commit/f728bd6120c47f45f8e380a1e8c8d763e5e0c361))
* **firestore:** remove usage of typing_extensions ([#17357](https://github.com/googleapis/google-cloud-python/issues/17357)) ([cdaf213](https://github.com/googleapis/google-cloud-python/commit/cdaf2139d26fab2a063b8cc530c7d1a61544e097))
* make test_utils unique_resource_id parallel-safe ([#17440](https://github.com/googleapis/google-cloud-python/issues/17440)) ([ac1f5d5](https://github.com/googleapis/google-cloud-python/commit/ac1f5d55900d4787f2ced6b5350ef530f700794b))

## [2.26.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-firestore-v2.25.0...google-cloud-firestore-v2.26.0) (2026-03-23)


Expand Down
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.27.0" # {x-release-please-version}
__version__ = "2.28.0" # {x-release-please-version}
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.27.0" # {x-release-please-version}
__version__ = "2.28.0" # {x-release-please-version}
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.27.0" # {x-release-please-version}
__version__ = "2.28.0" # {x-release-please-version}
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.27.0" # {x-release-please-version}
__version__ = "2.28.0" # {x-release-please-version}
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.27.0" # {x-release-please-version}
__version__ = "2.28.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-firestore",
"version": "2.27.0"
"version": "2.28.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-firestore",
"version": "2.27.0"
"version": "2.28.0"
},
"snippets": [
{
Expand Down
Loading