Skip to content

Commit b8b625d

Browse files
chore(main): release 4.6.0 (#1950)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 90546f6 commit b8b625d

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

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

7+
## [4.6.0](https://github.com/googleapis/nodejs-pubsub/compare/v4.5.0...v4.6.0) (2024-07-12)
8+
9+
10+
### Features
11+
12+
* Add max messages batching for Cloud Storage subscriptions ([#1956](https://github.com/googleapis/nodejs-pubsub/issues/1956)) ([90546f6](https://github.com/googleapis/nodejs-pubsub/commit/90546f634cc4e510185e20a4d1ba1c74ebc59b85))
13+
* Add use_topic_schema for Cloud Storage Subscriptions ([#1948](https://github.com/googleapis/nodejs-pubsub/issues/1948)) ([120fa1b](https://github.com/googleapis/nodejs-pubsub/commit/120fa1bca0516185e109260c69ea91eb7ddeecd0))
14+
15+
16+
### Bug Fixes
17+
18+
* **docs samples:** Update missing argv in sample metadata for push subscription ([#1946](https://github.com/googleapis/nodejs-pubsub/issues/1946)) ([34b8c03](https://github.com/googleapis/nodejs-pubsub/commit/34b8c03f90618ba6ae506764b9d97d9db84dcada))
19+
720
## [4.5.0](https://github.com/googleapis/nodejs-pubsub/compare/v4.4.1...v4.5.0) (2024-06-11)
821

922

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.5.0",
4+
"version": "4.6.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
@@ -21,7 +21,7 @@
2121
"precompile": "npm run clean"
2222
},
2323
"dependencies": {
24-
"@google-cloud/pubsub": "^4.5.0",
24+
"@google-cloud/pubsub": "^4.6.0",
2525
"@google-cloud/storage": "^7.11.1",
2626
"@opentelemetry/api": "^1.6.0",
2727
"@opentelemetry/tracing": "^0.24.0",

0 commit comments

Comments
 (0)