Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 4.0.0 #1445

Merged
merged 1 commit into from
May 17, 2023
Merged
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
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@

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

## [4.0.0](https://github.com/googleapis/gax-nodejs/compare/v3.6.0...v4.0.0) (2023-05-17)


### ⚠ BREAKING CHANGES

* remove is-stream & fast-text-encoding dependencies ([#1442](https://github.com/googleapis/gax-nodejs/issues/1442))
* drop Node 12 & decouple development dependencies ([#1439](https://github.com/googleapis/gax-nodejs/issues/1439))

### Features

* Drop Node 12 & decouple development dependencies ([#1439](https://github.com/googleapis/gax-nodejs/issues/1439)) ([61a7143](https://github.com/googleapis/gax-nodejs/commit/61a71436e9428c8118831a05fb5c7a3b2b3f99a5))


### Bug Fixes

* Compilation error in fallback.ts ([#1444](https://github.com/googleapis/gax-nodejs/issues/1444)) ([8e6888f](https://github.com/googleapis/gax-nodejs/commit/8e6888f469845a0a68dbab3047b3a6843e58da22))


### Build System

* Remove is-stream & fast-text-encoding dependencies ([#1442](https://github.com/googleapis/gax-nodejs/issues/1442)) ([111133c](https://github.com/googleapis/gax-nodejs/commit/111133c5a2bd5a54ebe99a337de9a5a58ee67d2e))

## [3.6.0](https://github.com/googleapis/gax-nodejs/compare/v3.5.8...v3.6.0) (2023-03-30)


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