Skip to content

Commit

Permalink
chore(main): release 4.3.1 (googleapis#1886)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [4.3.1](https://togithub.com/googleapis/nodejs-pubsub/compare/v4.3.0...v4.3.1) (2024-02-08)


### Bug Fixes

* Add option to disable emulator auth handling (temp fix) ([googleapis#1861](https://togithub.com/googleapis/nodejs-pubsub/issues/1861)) ([761cdc8](https://togithub.com/googleapis/nodejs-pubsub/commit/761cdc898c69715e6775d2f5913ead1fca2def02))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Feb 8, 2024
1 parent 761cdc8 commit eed280b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [4.3.1](https://github.com/googleapis/nodejs-pubsub/compare/v4.3.0...v4.3.1) (2024-02-08)


### Bug Fixes

* Add option to manually control emulator auth handling, and fix heuristics for TPC ([#1861](https://github.com/googleapis/nodejs-pubsub/issues/1861)) ([761cdc8](https://github.com/googleapis/nodejs-pubsub/commit/761cdc898c69715e6775d2f5913ead1fca2def02))

## [4.3.0](https://github.com/googleapis/nodejs-pubsub/compare/v4.2.0...v4.3.0) (2024-02-05)


Expand Down
2 changes: 1 addition & 1 deletion 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": "4.3.0",
"version": "4.3.1",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"precompile": "npm run clean"
},
"dependencies": {
"@google-cloud/pubsub": "^4.3.0",
"@google-cloud/pubsub": "^4.3.1",
"@opentelemetry/api": "^1.6.0",
"@opentelemetry/tracing": "^0.24.0",
"avro-js": "^1.11.3",
Expand Down

0 comments on commit eed280b

Please sign in to comment.