Skip to content

Commit 3b27042

Browse files
chore: librarian release pull request: 20260114T132406Z (#1157)
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v1.0.1 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:b8058df4c45e9a6e07f6b4d65b458d0d059241dd34c814f151c8bf6b89211209 <details><summary>google-cloud-firestore: 2.23.0</summary> ## [2.23.0](v2.22.0...v2.23.0) (2026-01-14) ### Features * pipelines preview (#1156) ([9462d10](9462d106)) ### Bug Fixes * stream generator type (#1148) ([165d367](165d367c)) </details>
1 parent 9462d10 commit 3b27042

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:b8058df4c45e9a6e07f6b4d65b458d0d059241dd34c814f151c8bf6b89211209
22
libraries:
33
- id: google-cloud-firestore
4-
version: 2.22.0
4+
version: 2.23.0
55
last_generated_commit: 1a9d00bed77e6db82ff67764ffe14e3b5209f5cd
66
apis:
77
- path: google/firestore/v1

CHANGELOG.md

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

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

7+
## [2.23.0](https://github.com/googleapis/python-firestore/compare/v2.22.0...v2.23.0) (2026-01-14)
8+
9+
10+
### Features
11+
12+
* pipelines preview (#1156) ([9462d106dcda516e24a518dbd32a3ee5a39e40ca](https://github.com/googleapis/python-firestore/commit/9462d106dcda516e24a518dbd32a3ee5a39e40ca))
13+
14+
15+
### Bug Fixes
16+
17+
* stream generator type (#1148) ([165d367c342cb4205f13cf6d4fcd001419f9e2da](https://github.com/googleapis/python-firestore/commit/165d367c342cb4205f13cf6d4fcd001419f9e2da))
18+
719
## [2.22.0](https://github.com/googleapis/python-firestore/compare/v2.21.0...v2.22.0) (2025-12-16)
820

921

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

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

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

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

0 commit comments

Comments
 (0)