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

Commit c7303a7

Browse files
chore(main): release 4.0.0 (#590)
* chore(main): release 4.0.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 3ef332c commit c7303a7

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

CHANGELOG.md

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

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

7+
## [4.0.0](https://github.com/googleapis/nodejs-dataproc/compare/v3.2.0...v4.0.0) (2022-05-13)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* update library to use Node 12 (#589)
13+
* add support for Virtual Dataproc cluster running on GKE cluster (#570)
14+
15+
### Features
16+
17+
* add new Dataproc features: - Spark runtime versioning for Spark batches - custom image containers for Spark batches - auto-diagnostic of failed Spark batches - Local SSD NVME interface support for GCE clusters ([c433b6b](https://github.com/googleapis/nodejs-dataproc/commit/c433b6ba90fc28f68677f0f7426ff2af8b43bd01))
18+
* add support for Virtual Dataproc cluster running on GKE cluster ([#570](https://github.com/googleapis/nodejs-dataproc/issues/570)) ([e9b061c](https://github.com/googleapis/nodejs-dataproc/commit/e9b061c68dc30db6f8613e7d3bafafb369243297))
19+
20+
21+
### Bug Fixes
22+
23+
* Move yarn_config into a oneof ([c0f4df6](https://github.com/googleapis/nodejs-dataproc/commit/c0f4df6a5762c6918a6d6bf2bc9c14d8bf3bf7b2))
24+
25+
26+
### Build System
27+
28+
* update library to use Node 12 ([#589](https://github.com/googleapis/nodejs-dataproc/issues/589)) ([3ef332c](https://github.com/googleapis/nodejs-dataproc/commit/3ef332c1c1713f6278b1190558a907a0ee55c737))
29+
730
## [3.2.0](https://www.github.com/googleapis/nodejs-dataproc/compare/v3.1.0...v3.2.0) (2021-10-19)
831

932

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": "3.2.0",
4+
"version": "4.0.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {

samples/generated/v1/snippet_metadata.google.cloud.dataproc.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-dataproc",
4-
"version": "3.2.0",
4+
"version": "4.0.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

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": "^3.2.0",
17+
"@google-cloud/dataproc": "^4.0.0",
1818
"@google-cloud/storage": "^5.0.0"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)