Skip to content

Commit bdbeb39

Browse files
chore(main): release google-cloud-speech-v2 1.5.0 (#32361)
* chore(main): release google-cloud-speech-v2 1.5.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent f97ae99 commit bdbeb39

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@
781781
"google-cloud-speech-v1+FILLER": "0.0.0",
782782
"google-cloud-speech-v1p1beta1": "0.27.1",
783783
"google-cloud-speech-v1p1beta1+FILLER": "0.0.0",
784-
"google-cloud-speech-v2": "1.4.1",
784+
"google-cloud-speech-v2": "1.5.0",
785785
"google-cloud-speech-v2+FILLER": "0.0.0",
786786
"google-cloud-storage": "1.58.0",
787787
"google-cloud-storage+FILLER": "0.0.0",

google-cloud-speech-v2/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### 1.5.0 (2026-01-13)
4+
5+
#### Features
6+
7+
* add custom prompt config in the request and return prompt in the response ([#32325](https://github.com/googleapis/google-cloud-ruby/issues/32325))
8+
* update min_speaker_count and max_speaker_count to be optional
9+
310
### 1.4.1 (2025-10-27)
411

512
#### Documentation

google-cloud-speech-v2/lib/google/cloud/speech/v2/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 Speech
2323
module V2
24-
VERSION = "1.4.1"
24+
VERSION = "1.5.0"
2525
end
2626
end
2727
end

google-cloud-speech-v2/snippets/snippet_metadata_google.cloud.speech.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"client_library": {
33
"name": "google-cloud-speech-v2",
4-
"version": "1.4.1",
4+
"version": "1.5.0",
55
"language": "RUBY",
66
"apis": [
77
{

0 commit comments

Comments
 (0)