Skip to content

Commit 8068ff2

Browse files
chore(main): release google-cloud-firestore 2.28.0
1 parent 141ad0e commit 8068ff2

10 files changed

Lines changed: 24 additions & 9 deletions

File tree

.release-please-individual-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages/bigframes": "2.43.0",
33
"packages/google-cloud-bigtable": "2.38.0",
4-
"packages/google-cloud-firestore": "2.27.0",
4+
"packages/google-cloud-firestore": "2.28.0",
55
"packages/google-crc32c": "1.8.0",
66
"packages/pandas-gbq": "0.35.0",
77
"packages/sqlalchemy-bigquery": "1.17.0"

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@ libraries:
11321132
python:
11331133
default_version: v1
11341134
- name: google-cloud-firestore
1135-
version: 2.27.0
1135+
version: 2.28.0
11361136
apis:
11371137
- path: google/firestore/v1
11381138
- path: google/firestore/admin/v1

packages/google-cloud-firestore/CHANGELOG.md

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

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

7+
## [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-19)
8+
9+
10+
### Features
11+
12+
* **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))
13+
* 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))
14+
15+
16+
### Bug Fixes
17+
18+
* **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))
19+
* **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))
20+
* 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))
21+
722
## [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)
823

924

packages/google-cloud-firestore/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.27.0" # {x-release-please-version}
16+
__version__ = "2.28.0" # {x-release-please-version}

packages/google-cloud-firestore/google/cloud/firestore_admin/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.27.0" # {x-release-please-version}
16+
__version__ = "2.28.0" # {x-release-please-version}

packages/google-cloud-firestore/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.27.0" # {x-release-please-version}
16+
__version__ = "2.28.0" # {x-release-please-version}

packages/google-cloud-firestore/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.27.0" # {x-release-please-version}
16+
__version__ = "2.28.0" # {x-release-please-version}

packages/google-cloud-firestore/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.27.0" # {x-release-please-version}
16+
__version__ = "2.28.0" # {x-release-please-version}

packages/google-cloud-firestore/samples/generated_samples/snippet_metadata_google.firestore.admin.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-firestore",
11-
"version": "2.27.0"
11+
"version": "2.28.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-firestore/samples/generated_samples/snippet_metadata_google.firestore.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-firestore",
11-
"version": "2.27.0"
11+
"version": "2.28.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)