Skip to content
Open
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 @@ -223,7 +223,7 @@
"google-cloud-ces-v1beta+FILLER": "0.0.0",
"google-cloud-channel": "2.1.0",
"google-cloud-channel+FILLER": "0.0.0",
"google-cloud-channel-v1": "2.4.1",
"google-cloud-channel-v1": "2.5.0",
"google-cloud-channel-v1+FILLER": "0.0.0",
"google-cloud-chronicle": "0.3.0",
"google-cloud-chronicle+FILLER": "0.0.0",
Expand Down
17 changes: 17 additions & 0 deletions google-cloud-channel-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Release History

### 2.5.0 (2026-04-19)

#### Features

* add custom prompt config in the request and return prompt in the response
* 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
#### Bug Fixes

* Changed field behavior for an existing field `entitlement_granularity` in message `.google.cloud.channel.v1.RepricingConfig`
#### Documentation

* Clarify that min_speaker_count and max_speaker_count in SpeakerDiarizationConfig are not currently used
* Update guidance on how to enable speaker diarization; to enable, set the diarization_config field to an empty SpeakerDiarizationConfig message
* update SelectiveGapicGeneration usage doc ([#32231](https://github.com/googleapis/google-cloud-ruby/issues/32231))

### 2.4.1 (2025-10-27)

#### Documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module Channel
module V1
VERSION = "2.4.1"
VERSION = "2.5.0"
end
end
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-cloud-channel-v1",
"version": "2.4.1",
"version": "2.5.0",
"language": "RUBY",
"apis": [
{
Expand Down
Loading