Skip to content

Commit 2b9dc85

Browse files
chore: release main
1 parent a1b2d63 commit 2b9dc85

12 files changed

Lines changed: 27 additions & 12 deletions

File tree

.release-please-bulk-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages/bigquery-magics": "0.15.1",
33
"packages/db-dtypes": "1.7.1",
44
"packages/django-google-spanner": "5.1.0",
5-
"packages/gapic-generator": "1.39.0",
5+
"packages/gapic-generator": "1.39.1",
66
"packages/gcp-sphinx-docfx-yaml": "3.3.2",
77
"packages/google-ads-admanager": "0.10.5",
88
"packages/google-ads-datamanager": "0.9.3",
@@ -124,7 +124,7 @@
124124
"packages/google-cloud-eventarc-publishing": "0.10.1",
125125
"packages/google-cloud-filestore": "1.17.1",
126126
"packages/google-cloud-financialservices": "0.4.1",
127-
"packages/google-cloud-firestore": "2.31.0",
127+
"packages/google-cloud-firestore": "2.32.0",
128128
"packages/google-cloud-functions": "1.24.0",
129129
"packages/google-cloud-gdchardwaremanagement": "0.5.1",
130130
"packages/google-cloud-geminidataanalytics": "0.13.3",

librarian.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ libraries:
9292
python:
9393
library_type: INTEGRATION
9494
- name: gapic-generator
95-
version: 1.39.0
95+
version: 1.39.1
9696
python:
9797
library_type: CORE
9898
- name: gcp-sphinx-docfx-yaml
@@ -1174,7 +1174,7 @@ libraries:
11741174
python:
11751175
default_version: v1
11761176
- name: google-cloud-firestore
1177-
version: 2.31.0
1177+
version: 2.32.0
11781178
apis:
11791179
- path: google/firestore/v1
11801180
- path: google/firestore/admin/v1

packages/gapic-generator/CHANGELOG.md

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

55
[1]: https://pypi.org/project/gapic-generator/#history
66

7+
## [1.39.1](https://github.com/googleapis/google-cloud-python/compare/gapic-generator-v1.39.0...gapic-generator-v1.39.1) (2026-09-18)
8+
9+
10+
### Bug Fixes
11+
12+
* **bazel:** allow CustomProtoInfo in gapic_compat_proto_library ([#18417](https://github.com/googleapis/google-cloud-python/issues/18417)) ([11bdf92](https://github.com/googleapis/google-cloud-python/commit/11bdf928710031cd3dd279215d1be2bd7d73e18f))
13+
714
## [1.39.0](https://github.com/googleapis/google-cloud-python/compare/gapic-generator-v1.38.0...gapic-generator-v1.39.0) (2026-08-21)
815

916

packages/gapic-generator/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
name = "gapic-generator"
2323
description = "Google API Client Generator for Python"
2424
url = "https://github.com/googleapis/google-cloud-python/tree/main/packages/gapic-generator"
25-
version = "1.39.0"
25+
version = "1.39.1"
2626
release_status = "Development Status :: 5 - Production/Stable"
2727
dependencies = [
2828
# Ensure that the lower bounds of these dependencies match what we have in the

packages/google-cloud-firestore/CHANGELOG.md

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

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

7+
## [2.32.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-firestore-v2.31.0...google-cloud-firestore-v2.32.0) (2026-09-18)
8+
9+
10+
### Features
11+
12+
* **firestore:** add BSONBinary support ([#18389](https://github.com/googleapis/google-cloud-python/issues/18389)) ([85556ad](https://github.com/googleapis/google-cloud-python/commit/85556add4f5d6693684265f146d3f1778b40968e))
13+
* **firestore:** add BSONTimestamp support ([#18390](https://github.com/googleapis/google-cloud-python/issues/18390)) ([a1b2d63](https://github.com/googleapis/google-cloud-python/commit/a1b2d6303a9e5f10b1f48b1d9e3c0df0eb9cd136))
14+
715
## [2.31.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-firestore-v2.30.0...google-cloud-firestore-v2.31.0) (2026-09-17)
816

917

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.31.0" # {x-release-please-version}
16+
__version__ = "2.32.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.31.0" # {x-release-please-version}
16+
__version__ = "2.32.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.31.0" # {x-release-please-version}
16+
__version__ = "2.32.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.31.0" # {x-release-please-version}
16+
__version__ = "2.32.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.31.0" # {x-release-please-version}
16+
__version__ = "2.32.0" # {x-release-please-version}

0 commit comments

Comments
 (0)