Skip to content

Commit 4d8d97c

Browse files
chore(main): release google-cloud-pubsub-v1 1.15.0
1 parent df84fa9 commit 4d8d97c

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@
675675
"google-cloud-profiler-v2+FILLER": "0.0.0",
676676
"google-cloud-pubsub": "3.2.1",
677677
"google-cloud-pubsub+FILLER": "0.0.0",
678-
"google-cloud-pubsub-v1": "1.14.2",
678+
"google-cloud-pubsub-v1": "1.15.0",
679679
"google-cloud-pubsub-v1+FILLER": "0.0.0",
680680
"google-cloud-rapid_migration_assessment": "2.1.0",
681681
"google-cloud-rapid_migration_assessment+FILLER": "0.0.0",

google-cloud-pubsub-v1/CHANGELOG.md

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

3+
### 1.15.0 (2026-04-29)
4+
5+
#### Features
6+
7+
* Add AIInference MessageTransform type
8+
* Add BigtableConfig type
9+
* add custom prompt config in the request and return prompt in the response
10+
* update min_speaker_count and max_speaker_count to be optional
11+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0
12+
* upgrade protobuf from v25.7 to v31.0
13+
#### Bug Fixes
14+
15+
* increase streaming pull timeout ([#32300](https://github.com/googleapis/google-cloud-ruby/issues/32300))
16+
#### Documentation
17+
18+
* A comment for field `analytics_hub_subscription_info` in message `.google.pubsub.v1.Subscription` is updated
19+
* A comment for field `subscription` in message `.google.pubsub.v1.CreateSnapshotRequest` is updated
20+
* A comment for field `topic` in message `.google.pubsub.v1.Subscription` is updated
21+
* add tags documentation links to Pub/Sub resource tags fields
22+
* Clarify that min_speaker_count and max_speaker_count in SpeakerDiarizationConfig are not currently used
23+
* Update guidance on how to enable speaker diarization; to enable, set the diarization_config field to an empty SpeakerDiarizationConfig message
24+
325
### 1.14.2 (2025-12-17)
426

527
#### Documentation

google-cloud-pubsub-v1/lib/google/cloud/pubsub/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 PubSub
2323
module V1
24-
VERSION = "1.14.2"
24+
VERSION = "1.15.0"
2525
end
2626
end
2727
end

0 commit comments

Comments
 (0)