Skip to content

Commit

Permalink
chore(main): release google-cloud-dataproc-v1 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 2, 2025
1 parent 6d5be25 commit 4057d36
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
"google-cloud-dataplex-v1+FILLER": "0.0.0",
"google-cloud-dataproc": "2.7.0",
"google-cloud-dataproc+FILLER": "0.0.0",
"google-cloud-dataproc-v1": "1.1.0",
"google-cloud-dataproc-v1": "1.2.0",
"google-cloud-dataproc-v1+FILLER": "0.0.0",
"google-cloud-dataqna": "0.6.0",
"google-cloud-dataqna+FILLER": "0.0.0",
Expand Down
19 changes: 19 additions & 0 deletions google-cloud-dataproc-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Release History

### 1.2.0 (2025-02-02)

#### Features

* Provide opt-in debug logging
* Report batches that could not be included in a list_batches response
* Report unreachable resources due to KMS-key-encrypted parameters that could not be decrypted
* Support Apache Flink
* Support configuring how the Group selects the provisioning model to ensure required reliability
* Support configuring IOPS and throughput provisioning in DiskConfig
* Support configuring the cloud KMS key resource name to use for cluster persistent disk and job argument encryption
* Support encryption for workflow template job arguments
* Support Spark Connect for interactive seesions
* Update Ruby version requirement to 3.0
#### Documentation

* Clarify behavior of protobuf message fields that are part of mutually-exclusive sets
* Include note about validating externally-provided credentials

### 1.1.0 (2024-09-11)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module Dataproc
module V1
VERSION = "1.1.0"
VERSION = "1.2.0"
end
end
end
Expand Down

0 comments on commit 4057d36

Please sign in to comment.