Skip to content

Commit 1463d4b

Browse files
chore(main): release pubsub 5.3.1
1 parent 841f0ca commit 1463d4b

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"handwritten/logging": "11.2.1",
1515
"handwritten/logging-bunyan": "5.1.1",
1616
"handwritten/logging-winston": "6.0.1",
17-
"handwritten/pubsub": "5.3.0",
17+
"handwritten/pubsub": "5.3.1",
1818
"handwritten/spanner": "8.6.0",
1919
"handwritten/storage": "7.19.0",
2020
"packages/gapic-node-processing": "0.1.7",

changelog.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "841f0ca06d3d70278bb1d0c99535ad3c73c3d5d4",
9+
"message": "Remove messages from leasing on nackWithResponse",
10+
"issues": [
11+
"7817"
12+
],
13+
"scope": "pubsub"
14+
}
15+
],
16+
"version": "5.3.1",
17+
"language": "JAVASCRIPT",
18+
"artifactName": "@google-cloud/pubsub",
19+
"id": "402e00a1-5891-4caf-978b-0ded49ece586",
20+
"createTime": "2026-03-31T21:42:12.029Z"
21+
},
422
{
523
"changes": [
624
{
@@ -69375,5 +69393,5 @@
6937569393
"createTime": "2023-01-28T04:18:24.718Z"
6937669394
}
6937769395
],
69378-
"updateTime": "2026-03-25T19:27:43.346Z"
69396+
"updateTime": "2026-03-31T21:42:12.029Z"
6937969397
}

handwritten/pubsub/CHANGELOG.md

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

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

7+
## [5.3.1](https://github.com/googleapis/google-cloud-node/compare/pubsub-v5.3.0...pubsub-v5.3.1) (2026-03-31)
8+
9+
10+
### Bug Fixes
11+
12+
* **pubsub:** Remove messages from leasing on nackWithResponse ([#7817](https://github.com/googleapis/google-cloud-node/issues/7817)) ([841f0ca](https://github.com/googleapis/google-cloud-node/commit/841f0ca06d3d70278bb1d0c99535ad3c73c3d5d4))
13+
714
## [5.3.0](https://github.com/googleapis/nodejs-pubsub/compare/v5.2.4...v5.3.0) (2026-02-19)
815

916

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.0",
4+
"version": "5.3.1",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

0 commit comments

Comments
 (0)