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