File tree Expand file tree Collapse file tree
lib/google/cloud/channel/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments