Skip to content

Commit

Permalink
chore: release main (#1660)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Nov 5, 2024
1 parent c7995c4 commit 891b05a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"gax": "4.4.1",
"gax": "4.5.0",
"tools": "0.4.6"
}
13 changes: 13 additions & 0 deletions gax/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

[1]: https://www.npmjs.com/package/gax-nodejs?activeTab=versions

## [4.5.0](https://github.com/googleapis/gax-nodejs/compare/google-gax-v4.4.1...google-gax-v4.5.0) (2024-10-25)


### Features

* adds unit tests for sync and async reads of a pipeline transformation ([#1663](https://github.com/googleapis/gax-nodejs/issues/1663)) ([c7995c4](https://github.com/googleapis/gax-nodejs/commit/c7995c40cd6552daa51a94e3b740b42e1da69285))


### Bug Fixes

* add dependency to fix tests ([#1658](https://github.com/googleapis/gax-nodejs/issues/1658)) ([564e9e7](https://github.com/googleapis/gax-nodejs/commit/564e9e75bfa85f45cef58fd178d27474752d0c65))
* overhaul of server streaming retries ([#1653](https://github.com/googleapis/gax-nodejs/issues/1653)) ([629f4c4](https://github.com/googleapis/gax-nodejs/commit/629f4c409d6df8130662d5d27ada7fd743a3492a))

## [4.4.1](https://github.com/googleapis/gax-nodejs/compare/google-gax-v4.4.0...google-gax-v4.4.1) (2024-09-04)


Expand Down
2 changes: 1 addition & 1 deletion gax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-gax",
"version": "4.4.1",
"version": "4.5.0",
"description": "Google API Extensions",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion gax/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"*.js"
],
"dependencies": {
"google-gax": "^4.4.1"
"google-gax": "^4.5.0"
},
"devDependencies": {
"c8": "^9.0.0",
Expand Down

0 comments on commit 891b05a

Please sign in to comment.