Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"handwritten/logging": "11.3.0",
"handwritten/logging-bunyan": "5.1.2",
"handwritten/logging-winston": "6.0.2",
"handwritten/pubsub": "5.3.1",
"handwritten/pubsub": "5.4.0",
"handwritten/spanner": "8.9.0",
"handwritten/storage": "7.21.0",
"packages/google-ads-admanager": "0.6.0",
Expand Down
55 changes: 54 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,59 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "3c04d32f30085db6ee657f3f0871a08e55326bbc",
"message": "Split GAPIC from the pubsub handwritten package",
"issues": [
"8854"
],
"scope": "pubsub"
},
{
"type": "feat",
"sha": "3881dca9c22aff41739a19a7078c568bc05033c0",
"message": "Add support for streaming pull keepalives from the server",
"issues": [
"7819"
],
"scope": "pubsub"
},
{
"type": "feat",
"sha": "a2415320b9c840f6ae27894451abb561a080ff82",
"message": "Consolidate prettierignore and prettierrc files: handwritten",
"issues": [
"8081"
]
},
{
"type": "fix",
"sha": "3ec901e2cb45859adfbe914bc0385e6cdf2f2e9a",
"message": "Remove vulnerable dependency `uuid`",
"issues": [
"8120"
],
"scope": "deps"
},
{
"type": "fix",
"sha": "08959de575487690194fe851414ac7f6357e29e2",
"message": "Increase streaming pull timeout",
"issues": [
"8345"
],
"scope": "pubsub"
}
],
"version": "5.4.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/pubsub",
"id": "cc953e62-6328-4165-82d6-8b415d4312a6",
"createTime": "2026-07-20T16:17:15.622Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -82207,5 +82260,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2026-07-16T19:59:04.275Z"
"updateTime": "2026-07-20T16:17:15.622Z"
}
15 changes: 15 additions & 0 deletions handwritten/pubsub/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@

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

## [5.4.0](https://github.com/googleapis/google-cloud-node/compare/pubsub-v5.3.1...pubsub-v5.4.0) (2026-07-20)


### Features

* Consolidate prettierignore and prettierrc files: handwritten ([#8081](https://github.com/googleapis/google-cloud-node/issues/8081)) ([a241532](https://github.com/googleapis/google-cloud-node/commit/a2415320b9c840f6ae27894451abb561a080ff82))
* **pubsub:** Add support for streaming pull keepalives from the server ([#7819](https://github.com/googleapis/google-cloud-node/issues/7819)) ([3881dca](https://github.com/googleapis/google-cloud-node/commit/3881dca9c22aff41739a19a7078c568bc05033c0))
* **pubsub:** Split GAPIC from the pubsub handwritten package ([#8854](https://github.com/googleapis/google-cloud-node/issues/8854)) ([3c04d32](https://github.com/googleapis/google-cloud-node/commit/3c04d32f30085db6ee657f3f0871a08e55326bbc))


### Bug Fixes

* **deps:** Remove vulnerable dependency `uuid` ([#8120](https://github.com/googleapis/google-cloud-node/issues/8120)) ([3ec901e](https://github.com/googleapis/google-cloud-node/commit/3ec901e2cb45859adfbe914bc0385e6cdf2f2e9a))
* **pubsub:** Increase streaming pull timeout ([#8345](https://github.com/googleapis/google-cloud-node/issues/8345)) ([08959de](https://github.com/googleapis/google-cloud-node/commit/08959de575487690194fe851414ac7f6357e29e2))

## [5.3.1](https://github.com/googleapis/google-cloud-node/compare/pubsub-v5.3.0...pubsub-v5.3.1) (2026-05-11)


Expand Down
2 changes: 1 addition & 1 deletion handwritten/pubsub/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/pubsub",
"description": "Cloud Pub/Sub Client Library for Node.js",
"version": "5.3.1",
"version": "5.4.0",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down
Loading