Skip to content

Commit 4108a69

Browse files
chore(main): release 5.0.0 (googleapis#2031)
🤖 I have created a release *beep* *boop* --- ## [5.0.0](https://togithub.com/googleapis/nodejs-pubsub/compare/v4.11.0...v5.0.0) (2025-04-28) ### ⚠ BREAKING CHANGES * migrate to Node 18 ([googleapis#2024](https://togithub.com/googleapis/nodejs-pubsub/issues/2024)) * remove (broken) legacy OTel support * remove legacy ack deadline options * move maxExtension into subscriber options ### Miscellaneous Chores * Migrate to Node 18 ([googleapis#2024](https://togithub.com/googleapis/nodejs-pubsub/issues/2024)) ([9ad808a](https://togithub.com/googleapis/nodejs-pubsub/commit/9ad808adb99b6e64c2c4431991721deae14b6400)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
1 parent 9ad808a commit 4108a69

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

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

7+
## [5.0.0](https://github.com/googleapis/nodejs-pubsub/compare/v4.11.0...v5.0.0) (2025-04-28)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* migrate to Node 18 ([#2024](https://github.com/googleapis/nodejs-pubsub/issues/2024))
13+
* remove (broken) legacy OTel support
14+
* remove legacy ack deadline options
15+
* move maxExtension into subscriber options
16+
17+
### Miscellaneous Chores
18+
19+
* Migrate to Node 18 ([#2024](https://github.com/googleapis/nodejs-pubsub/issues/2024)) ([9ad808a](https://github.com/googleapis/nodejs-pubsub/commit/9ad808adb99b6e64c2c4431991721deae14b6400))
20+
721
## [4.11.0](https://github.com/googleapis/nodejs-pubsub/compare/v4.10.0...v4.11.0) (2025-03-27)
822

923

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": "4.11.0",
4+
"version": "5.0.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": "^4.11.0",
28+
"@google-cloud/pubsub": "^5.0.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)