diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4e662474ffe..e49a2afe4e7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -32,7 +32,7 @@ "handwritten/logging": "11.2.2", "handwritten/logging-bunyan": "5.1.2", "handwritten/logging-winston": "6.0.2", - "handwritten/pubsub": "5.3.1", + "handwritten/pubsub": "5.3.2", "handwritten/spanner": "8.7.1", "handwritten/storage": "7.21.0", "packages/google-ads-admanager": "0.6.0", diff --git a/changelog.json b/changelog.json index acb5b6fca62..67b82191f29 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,33 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "changes": [ + { + "type": "fix", + "sha": "3ec901e2cb45859adfbe914bc0385e6cdf2f2e9a", + "message": "Remove vulnerable dependency `uuid`", + "issues": [ + "8120" + ], + "scope": "deps" + }, + { + "type": "fix", + "sha": "08959de575487690194fe851414ac7f6357e29e2", + "message": "Increase streaming pull timeout", + "issues": [ + "8345" + ], + "scope": "pubsub" + } + ], + "version": "5.3.2", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/pubsub", + "id": "3c705d6b-4501-4b68-a2ff-c1e7f9c99c10", + "createTime": "2026-06-11T00:08:48.711Z" + }, { "changes": [ { @@ -80093,5 +80120,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-06-08T17:51:13.237Z" + "updateTime": "2026-06-11T00:08:48.711Z" } \ No newline at end of file diff --git a/handwritten/pubsub/CHANGELOG.md b/handwritten/pubsub/CHANGELOG.md index d1803daec02..4ae732d4ae1 100644 --- a/handwritten/pubsub/CHANGELOG.md +++ b/handwritten/pubsub/CHANGELOG.md @@ -5,6 +5,14 @@ [1]: https://www.npmjs.com/package/@google-cloud/pubsub?activeTab=versions +## [5.3.2](https://github.com/googleapis/google-cloud-node/compare/pubsub-v5.3.1...pubsub-v5.3.2) (2026-06-11) + + +### Bug Fixes + +* **deps:** Remove vulnerable dependency `uuid` ([#8120](https://github.com/googleapis/google-cloud-node/issues/8120)) ([3ec901e](https://github.com/googleapis/google-cloud-node/commit/3ec901e2cb45859adfbe914bc0385e6cdf2f2e9a)) +* **pubsub:** Increase streaming pull timeout ([#8345](https://github.com/googleapis/google-cloud-node/issues/8345)) ([08959de](https://github.com/googleapis/google-cloud-node/commit/08959de575487690194fe851414ac7f6357e29e2)) + ## [5.3.1](https://github.com/googleapis/google-cloud-node/compare/pubsub-v5.3.0...pubsub-v5.3.1) (2026-05-11) diff --git a/handwritten/pubsub/package.json b/handwritten/pubsub/package.json index 875998dd31a..0658fa5eeb8 100644 --- a/handwritten/pubsub/package.json +++ b/handwritten/pubsub/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/pubsub", "description": "Cloud Pub/Sub Client Library for Node.js", - "version": "5.3.1", + "version": "5.3.2", "license": "Apache-2.0", "author": "Google Inc.", "engines": {