Skip to content

Commit

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


## [4.1.0](googleapis/nodejs-dataproc@v4.0.1...v4.1.0) (2022-09-22)


### Features

* Add support for Dataproc metric configuration ([#626](googleapis/nodejs-dataproc#626)) ([79a4958](googleapis/nodejs-dataproc@79a4958))
* Support regapic LRO ([350626e](googleapis/nodejs-dataproc@350626e))


### Bug Fixes

* Allow passing gax instance to client constructor ([#612](googleapis/nodejs-dataproc#612)) ([caba80a](googleapis/nodejs-dataproc@caba80a))
* **deps:** Do not depend on protobufjs ([#607](googleapis/nodejs-dataproc#607)) ([4b62ef6](googleapis/nodejs-dataproc@4b62ef6))
* **deps:** Roll back dependency @google-cloud/dataproc to ^4.0.0 ([#627](googleapis/nodejs-dataproc#627)) ([e1c6d8b](googleapis/nodejs-dataproc@e1c6d8b))
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-dataproc/issues/1553)) ([#617](googleapis/nodejs-dataproc#617)) ([2e2bea1](googleapis/nodejs-dataproc@2e2bea1))
* Preserve default values in x-goog-request-params header ([#620](googleapis/nodejs-dataproc#620)) ([484a023](googleapis/nodejs-dataproc@484a023))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored Sep 26, 2022
1 parent 5f3b3f3 commit 1b83e00
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions packages/google-cloud-dataproc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@

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

## [4.1.0](https://github.com/googleapis/nodejs-dataproc/compare/v4.0.1...v4.1.0) (2022-09-22)


### Features

* Add support for Dataproc metric configuration ([#626](https://github.com/googleapis/nodejs-dataproc/issues/626)) ([79a4958](https://github.com/googleapis/nodejs-dataproc/commit/79a495881e472f2d48ae2fab7afacc83db580d16))
* Support regapic LRO ([350626e](https://github.com/googleapis/nodejs-dataproc/commit/350626e47ae672496236c3f760a1a544092284fe))


### Bug Fixes

* Allow passing gax instance to client constructor ([#612](https://github.com/googleapis/nodejs-dataproc/issues/612)) ([caba80a](https://github.com/googleapis/nodejs-dataproc/commit/caba80afbaf2347d6709162d5188aee89f184950))
* **deps:** Do not depend on protobufjs ([#607](https://github.com/googleapis/nodejs-dataproc/issues/607)) ([4b62ef6](https://github.com/googleapis/nodejs-dataproc/commit/4b62ef60af6e78923472327787118f9333927b77))
* **deps:** Roll back dependency @google-cloud/dataproc to ^4.0.0 ([#627](https://github.com/googleapis/nodejs-dataproc/issues/627)) ([e1c6d8b](https://github.com/googleapis/nodejs-dataproc/commit/e1c6d8bfdf766f857398520fdf9fd3b9d9ca0028))
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-dataproc/issues/1553)) ([#617](https://github.com/googleapis/nodejs-dataproc/issues/617)) ([2e2bea1](https://github.com/googleapis/nodejs-dataproc/commit/2e2bea14de632a57445d6a363cea00d0e411aa59))
* Preserve default values in x-goog-request-params header ([#620](https://github.com/googleapis/nodejs-dataproc/issues/620)) ([484a023](https://github.com/googleapis/nodejs-dataproc/commit/484a023501c573a6bed4d6f6bd624c6569e6c9ed))

## [4.0.1](https://github.com/googleapis/nodejs-dataproc/compare/v4.0.0...v4.0.1) (2022-06-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dataproc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/dataproc",
"description": "Google Cloud Dataproc API client for Node.js",
"version": "4.0.1",
"version": "4.1.0",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-dataproc",
"version": "4.0.1",
"version": "4.1.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dataproc/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha system-test --timeout 600000"
},
"dependencies": {
"@google-cloud/dataproc": "^4.0.0",
"@google-cloud/dataproc": "^4.1.0",
"@google-cloud/storage": "^6.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 1b83e00

Please sign in to comment.