Skip to content

Commit 985f4b1

Browse files
chore(main): release pubsub 5.3.2
1 parent 9c55d41 commit 985f4b1

4 files changed

Lines changed: 38 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"handwritten/logging": "11.2.2",
3333
"handwritten/logging-bunyan": "5.1.2",
3434
"handwritten/logging-winston": "6.0.2",
35-
"handwritten/pubsub": "5.3.1",
35+
"handwritten/pubsub": "5.3.2",
3636
"handwritten/spanner": "8.7.1",
3737
"handwritten/storage": "7.21.0",
3838
"packages/google-ads-admanager": "0.6.0",

changelog.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "3ec901e2cb45859adfbe914bc0385e6cdf2f2e9a",
9+
"message": "Remove vulnerable dependency `uuid`",
10+
"issues": [
11+
"8120"
12+
],
13+
"scope": "deps"
14+
},
15+
{
16+
"type": "fix",
17+
"sha": "08959de575487690194fe851414ac7f6357e29e2",
18+
"message": "Increase streaming pull timeout",
19+
"issues": [
20+
"8345"
21+
],
22+
"scope": "pubsub"
23+
}
24+
],
25+
"version": "5.3.2",
26+
"language": "JAVASCRIPT",
27+
"artifactName": "@google-cloud/pubsub",
28+
"id": "219a14f7-2129-4258-bcb8-cd9526eb6dc9",
29+
"createTime": "2026-06-12T00:21:30.291Z"
30+
},
431
{
532
"changes": [
633
{
@@ -80093,5 +80120,5 @@
8009380120
"createTime": "2023-01-28T04:18:24.718Z"
8009480121
}
8009580122
],
80096-
"updateTime": "2026-06-08T17:51:13.237Z"
80123+
"updateTime": "2026-06-12T00:21:30.291Z"
8009780124
}

handwritten/pubsub/CHANGELOG.md

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

66
[1]: https://www.npmjs.com/package/@google-cloud/pubsub?activeTab=versions
77

8+
## [5.3.2](https://github.com/googleapis/google-cloud-node/compare/pubsub-v5.3.1...pubsub-v5.3.2) (2026-06-12)
9+
10+
11+
### Bug Fixes
12+
13+
* **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))
14+
* **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))
15+
816
## [5.3.1](https://github.com/googleapis/google-cloud-node/compare/pubsub-v5.3.0...pubsub-v5.3.1) (2026-05-11)
917

1018

handwritten/pubsub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/pubsub",
33
"description": "Cloud Pub/Sub Client Library for Node.js",
4-
"version": "5.3.1",
4+
"version": "5.3.2",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

0 commit comments

Comments
 (0)