Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Commit 775cc88

Browse files
chore(main): release 5.3.0 (#2136)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 2f1e8d1 commit 775cc88

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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.0](https://github.com/googleapis/nodejs-pubsub/compare/v5.2.4...v5.3.0) (2026-02-19)
8+
9+
10+
### Features
11+
12+
* Manual proto pushing ([#2134](https://github.com/googleapis/nodejs-pubsub/issues/2134)) ([2f1e8d1](https://github.com/googleapis/nodejs-pubsub/commit/2f1e8d198ffbc14795f9f0d0a88095d69ac437a3))
13+
714
## [5.2.4](https://github.com/googleapis/nodejs-pubsub/compare/v5.2.3...v5.2.4) (2026-02-11)
815

916

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

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@google-cloud/opentelemetry-cloud-trace-exporter": "^2.0.0",
28-
"@google-cloud/pubsub": "^5.2.4",
28+
"@google-cloud/pubsub": "^5.3.0",
2929
"@google-cloud/storage": "^7.11.1",
3030
"@opentelemetry/api": "^1.6.0",
3131
"@opentelemetry/resources": "^1.17.0",

0 commit comments

Comments
 (0)