Skip to content

Commit ed621a2

Browse files
chore(main): release 4.9.0 (#1997)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 798270d commit ed621a2

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

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

7+
## [4.9.0](https://github.com/googleapis/nodejs-pubsub/compare/v4.8.0...v4.9.0) (2024-11-12)
8+
9+
10+
### Features
11+
12+
* Add IngestionFailureEvent to the external proto ([#1984](https://github.com/googleapis/nodejs-pubsub/issues/1984)) ([7075430](https://github.com/googleapis/nodejs-pubsub/commit/70754309fb600c54d0a573f2d49ad4c419577550))
13+
14+
15+
### Bug Fixes
16+
17+
* KiB, not MiB for ack size limits ([#1999](https://github.com/googleapis/nodejs-pubsub/issues/1999)) ([798270d](https://github.com/googleapis/nodejs-pubsub/commit/798270db9c5ef71f75c3e24e70d9592bbd068212))
18+
719
## [4.8.0](https://github.com/googleapis/nodejs-pubsub/compare/v4.7.2...v4.8.0) (2024-10-15)
820

921

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.8.0",
4+
"version": "4.9.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
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@google-cloud/opentelemetry-cloud-trace-exporter": "^2.0.0",
25-
"@google-cloud/pubsub": "^4.8.0",
25+
"@google-cloud/pubsub": "^4.9.0",
2626
"@google-cloud/storage": "^7.11.1",
2727
"@opentelemetry/api": "^1.6.0",
2828
"@opentelemetry/resources": "^1.17.0",

0 commit comments

Comments
 (0)