Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release google-cloud-dataproc-v1 1.2.0 #28854

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-07)

#### 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