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 @@ -675,7 +675,7 @@
"google-cloud-profiler-v2+FILLER": "0.0.0",
"google-cloud-pubsub": "3.2.1",
"google-cloud-pubsub+FILLER": "0.0.0",
"google-cloud-pubsub-v1": "1.14.2",
"google-cloud-pubsub-v1": "1.15.0",
"google-cloud-pubsub-v1+FILLER": "0.0.0",
"google-cloud-rapid_migration_assessment": "2.1.0",
"google-cloud-rapid_migration_assessment+FILLER": "0.0.0",
Expand Down
22 changes: 22 additions & 0 deletions google-cloud-pubsub-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Release History

### 1.15.0 (2026-04-16)

#### Features

* Add AIInference MessageTransform type
* Add BigtableConfig type
* 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

* increase streaming pull timeout ([#32300](https://github.com/googleapis/google-cloud-ruby/issues/32300))
#### Documentation

* A comment for field `analytics_hub_subscription_info` in message `.google.pubsub.v1.Subscription` is updated
* A comment for field `subscription` in message `.google.pubsub.v1.CreateSnapshotRequest` is updated
* A comment for field `topic` in message `.google.pubsub.v1.Subscription` is updated
* add tags documentation links to Pub/Sub resource tags fields
* 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

### 1.14.2 (2025-12-17)

#### Documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module PubSub
module V1
VERSION = "1.14.2"
VERSION = "1.15.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-pubsub-v1",
"version": "1.14.2",
"version": "1.15.0",
"language": "RUBY",
"apis": [
{
Expand Down
Loading