From db5ff7a8d410dedc3d09fe804c954dd9e23ab854 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 15:24:20 +0000 Subject: [PATCH] chore(main): release 4.1.0 (#600) :robot: I have created a release *beep* *boop* --- ## [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)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- dataproc/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataproc/package.json b/dataproc/package.json index eaccf246ed..6052072bce 100644 --- a/dataproc/package.json +++ b/dataproc/package.json @@ -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": {