From ef1703ea76c8f31a86d3a2d864d9ee17f41ad44d Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 19:56:05 +0000 Subject: [PATCH] chore(main): release firestore 9.0.2 --- .release-please-manifest.json | 2 +- changelog.json | 18 +++++++++++++++++- handwritten/firestore/CHANGELOG.md | 7 +++++++ handwritten/firestore/package.json | 2 +- 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index afcb9c9d3ab..78ca5ee1236 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -27,7 +27,7 @@ "handwritten/cloud-profiler": "8.0.1", "handwritten/datastore": "11.0.1", "handwritten/error-reporting": "4.0.1", - "handwritten/firestore": "9.0.1", + "handwritten/firestore": "9.0.2", "handwritten/google-cloud-dns": "6.0.1", "handwritten/logging": "12.0.1", "handwritten/logging-bunyan": "6.0.1", diff --git a/changelog.json b/changelog.json index 25410766d8d..7a867380bb1 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,22 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "changes": [ + { + "type": "fix", + "sha": "6540d48099f44cbdfc75d170bf8cd16e1ef5e7b5", + "message": "Configure grpc.use_local_subchannel_pool to prevent stream queuing", + "issues": [], + "scope": "firestore" + } + ], + "version": "9.0.2", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/firestore", + "id": "1323fa24-37e7-4735-b10e-7411cb58a950", + "createTime": "2026-09-04T19:55:59.948Z" + }, { "changes": [ { @@ -90939,5 +90955,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-09-03T21:26:39.377Z" + "updateTime": "2026-09-04T19:55:59.948Z" } \ No newline at end of file diff --git a/handwritten/firestore/CHANGELOG.md b/handwritten/firestore/CHANGELOG.md index 039aa4a702a..a74c228b53a 100644 --- a/handwritten/firestore/CHANGELOG.md +++ b/handwritten/firestore/CHANGELOG.md @@ -5,6 +5,13 @@ [1]: https://www.npmjs.com/package/@google-cloud/firestore?activeTab=versions +## [9.0.2](https://github.com/googleapis/google-cloud-node/compare/firestore-v9.0.1...firestore-v9.0.2) (2026-09-04) + + +### Bug Fixes + +* **firestore:** Configure grpc.use_local_subchannel_pool to prevent stream queuing ([6540d48](https://github.com/googleapis/google-cloud-node/commit/6540d48099f44cbdfc75d170bf8cd16e1ef5e7b5)) + ## [9.0.1](https://github.com/googleapis/google-cloud-node/compare/firestore-v9.0.0...firestore-v9.0.1) (2026-09-01) diff --git a/handwritten/firestore/package.json b/handwritten/firestore/package.json index fb08366175f..576727d861f 100644 --- a/handwritten/firestore/package.json +++ b/handwritten/firestore/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/firestore", "description": "Firestore Client Library for Node.js", - "version": "9.0.1", + "version": "9.0.2", "license": "Apache-2.0", "author": "Google Inc.", "engines": {