diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 95956805878..cb3bfed2eea 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -27,7 +27,7 @@ "handwritten/cloud-profiler": "7.0.1", "handwritten/datastore": "10.1.1", "handwritten/error-reporting": "3.0.6", - "handwritten/firestore": "8.7.0", + "handwritten/firestore": "8.7.1", "handwritten/google-cloud-dns": "5.3.2", "handwritten/logging": "11.3.0", "handwritten/logging-bunyan": "5.1.2", diff --git a/changelog.json b/changelog.json index 59e384e9ffb..63c2fdfc255 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,24 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "changes": [ + { + "type": "fix", + "sha": "1d3c655992216e4e79a86480f84ff7eae9a5e6c5", + "message": "Prevent adding telemetry events to ended spans (#8847)", + "issues": [ + "8939" + ], + "scope": "firestore" + } + ], + "version": "8.7.1", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/firestore", + "id": "6665a2a9-3296-4808-b73d-b7fb66454e3c", + "createTime": "2026-07-24T15:28:23.230Z" + }, { "changes": [ { @@ -83144,5 +83162,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-07-23T20:57:58.341Z" + "updateTime": "2026-07-24T15:28:23.230Z" } \ No newline at end of file diff --git a/handwritten/firestore/CHANGELOG.md b/handwritten/firestore/CHANGELOG.md index 07a3bdd828b..959164874a8 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 +## [8.7.1](https://github.com/googleapis/google-cloud-node/compare/firestore-v8.7.0...firestore-v8.7.1) (2026-07-24) + + +### Bug Fixes + +* **firestore:** Prevent adding telemetry events to ended spans ([#8847](https://github.com/googleapis/google-cloud-node/issues/8847)) ([#8939](https://github.com/googleapis/google-cloud-node/issues/8939)) ([1d3c655](https://github.com/googleapis/google-cloud-node/commit/1d3c655992216e4e79a86480f84ff7eae9a5e6c5)) + ## [8.7.0](https://github.com/googleapis/google-cloud-node/compare/firestore-v8.6.0...firestore-v8.7.0) (2026-07-21) diff --git a/handwritten/firestore/package.json b/handwritten/firestore/package.json index 1eed7d17d65..b4d0d814cfb 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": "8.7.0", + "version": "8.7.1", "license": "Apache-2.0", "author": "Google Inc.", "engines": {