diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 263e3f2d2781..39201b00fc4a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -719,7 +719,7 @@ "google-cloud-retail-v2+FILLER": "0.0.0", "google-cloud-run-client": "1.7.0", "google-cloud-run-client+FILLER": "0.0.0", - "google-cloud-run-v2": "0.28.1", + "google-cloud-run-v2": "0.29.0", "google-cloud-run-v2+FILLER": "0.0.0", "google-cloud-saas_platform-saas_service_mgmt": "0.2.1", "google-cloud-saas_platform-saas_service_mgmt+FILLER": "0.0.0", diff --git a/google-cloud-run-v2/CHANGELOG.md b/google-cloud-run-v2/CHANGELOG.md index d205ce2a80a7..f3985731b0f8 100644 --- a/google-cloud-run-v2/CHANGELOG.md +++ b/google-cloud-run-v2/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +### 0.29.0 (2026-06-11) + +#### Features + +* add custom prompt config in the request and return prompt in the response +* add instances client library +* Add irb as explicit dependency for Ruby 4.0 compatibility +* add SourceCode proto to Run container config +* publish client batch config schema +* publish new error reasons +* update gapic-common dependency to 1.3 and document retry jitter ([#32252](https://github.com/googleapis/google-cloud-ruby/issues/32252)) +* update min_speaker_count and max_speaker_count to be optional +* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 +* upgrade protobuf from v25.7 to v31.0 +#### Documentation + +* add instances description +* An existing repeated string field custom_audiences is marked deprecated for WorkerPools API +* Clarify that min_speaker_count and max_speaker_count in SpeakerDiarizationConfig are not currently used +* fix documentation formatting +* Update guidance on how to enable speaker diarization; to enable, set the diarization_config field to an empty SpeakerDiarizationConfig message +* update license year +* update various comments + ### 0.28.1 (2025-10-27) #### Documentation diff --git a/google-cloud-run-v2/lib/google/cloud/run/v2/version.rb b/google-cloud-run-v2/lib/google/cloud/run/v2/version.rb index 31f3b524dbb0..5150a316db03 100644 --- a/google-cloud-run-v2/lib/google/cloud/run/v2/version.rb +++ b/google-cloud-run-v2/lib/google/cloud/run/v2/version.rb @@ -21,7 +21,7 @@ module Google module Cloud module Run module V2 - VERSION = "0.28.1" + VERSION = "0.29.0" end end end diff --git a/google-cloud-run-v2/snippets/snippet_metadata_google.cloud.run.v2.json b/google-cloud-run-v2/snippets/snippet_metadata_google.cloud.run.v2.json index e002a70dce92..fd10a43170eb 100644 --- a/google-cloud-run-v2/snippets/snippet_metadata_google.cloud.run.v2.json +++ b/google-cloud-run-v2/snippets/snippet_metadata_google.cloud.run.v2.json @@ -1,7 +1,7 @@ { "client_library": { "name": "google-cloud-run-v2", - "version": "0.28.1", + "version": "0.29.0", "language": "RUBY", "apis": [ {