Skip to content

Commit cbbeff4

Browse files
chore(main): release google-cloud-channel-v1 2.5.0
1 parent df84fa9 commit cbbeff4

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
"google-cloud-ces-v1beta+FILLER": "0.0.0",
224224
"google-cloud-channel": "2.1.0",
225225
"google-cloud-channel+FILLER": "0.0.0",
226-
"google-cloud-channel-v1": "2.4.1",
226+
"google-cloud-channel-v1": "2.5.0",
227227
"google-cloud-channel-v1+FILLER": "0.0.0",
228228
"google-cloud-chronicle": "0.3.0",
229229
"google-cloud-chronicle+FILLER": "0.0.0",

google-cloud-channel-v1/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Release History
22

3+
### 2.5.0 (2026-04-30)
4+
5+
#### Features
6+
7+
* add custom prompt config in the request and return prompt in the response
8+
* update min_speaker_count and max_speaker_count to be optional
9+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0
10+
* upgrade protobuf from v25.7 to v31.0
11+
#### Bug Fixes
12+
13+
* Changed field behavior for an existing field `entitlement_granularity` in message `.google.cloud.channel.v1.RepricingConfig`
14+
#### Documentation
15+
16+
* Clarify that min_speaker_count and max_speaker_count in SpeakerDiarizationConfig are not currently used
17+
* Update guidance on how to enable speaker diarization; to enable, set the diarization_config field to an empty SpeakerDiarizationConfig message
18+
* update SelectiveGapicGeneration usage doc ([#32231](https://github.com/googleapis/google-cloud-ruby/issues/32231))
19+
320
### 2.4.1 (2025-10-27)
421

522
#### Documentation

google-cloud-channel-v1/lib/google/cloud/channel/v1/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Google
2121
module Cloud
2222
module Channel
2323
module V1
24-
VERSION = "2.4.1"
24+
VERSION = "2.5.0"
2525
end
2626
end
2727
end

0 commit comments

Comments
 (0)