Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 198f574

Browse files

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

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

7+
### [2.4.3](https://www.github.com/googleapis/nodejs-dataproc/compare/v2.4.2...v2.4.3) (2021-06-29)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** google-gax v2.17.0 with mTLS ([#508](https://www.github.com/googleapis/nodejs-dataproc/issues/508)) ([e03b476](https://www.github.com/googleapis/nodejs-dataproc/commit/e03b47670de476c14a48b99cbb8c0dcd2c0c813c))
13+
* make request optional in all cases ([#504](https://www.github.com/googleapis/nodejs-dataproc/issues/504)) ([c14a8a8](https://www.github.com/googleapis/nodejs-dataproc/commit/c14a8a8dc6d672cc05b23cf255486be4b865ac6e))
14+
715
### [2.4.2](https://www.github.com/googleapis/nodejs-dataproc/compare/v2.4.1...v2.4.2) (2021-05-29)
816

917

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/dataproc",
33
"description": "Google Cloud Dataproc API client for Node.js",
4-
"version": "2.4.2",
4+
"version": "2.4.3",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha system-test --timeout 600000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/dataproc": "^2.4.2",
17+
"@google-cloud/dataproc": "^2.4.3",
1818
"@google-cloud/storage": "^5.0.0"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)