Skip to content

Commit 132f0c9

Browse files
chore(main): release google-cloud-datastream-v1 1.1.0 (#29429)
1 parent e7fc320 commit 132f0c9

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
"google-cloud-datastore-v1+FILLER": "0.0.0",
294294
"google-cloud-datastream": "2.0.0",
295295
"google-cloud-datastream+FILLER": "0.0.0",
296-
"google-cloud-datastream-v1": "1.0.0",
296+
"google-cloud-datastream-v1": "1.1.0",
297297
"google-cloud-datastream-v1+FILLER": "0.0.0",
298298
"google-cloud-datastream-v1alpha1": "0.10.0",
299299
"google-cloud-datastream-v1alpha1+FILLER": "0.0.0",

google-cloud-datastream-v1/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### 1.1.0 (2025-03-28)
4+
5+
#### Features
6+
7+
* Support for Big Lake Managed Tables
8+
* Support for passwords stored in Secret Manager ([#29419](https://github.com/googleapis/google-cloud-ruby/issues/29419))
9+
* Support for replicating from MySQL GTID
10+
* Support for SalesForce data source
11+
312
### 1.0.0 (2025-02-07)
413

514
### ⚠ BREAKING CHANGES

google-cloud-datastream-v1/lib/google/cloud/datastream/v1/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Google
2121
module Cloud
2222
module Datastream
2323
module V1
24-
VERSION = "1.0.0"
24+
VERSION = "1.1.0"
2525
end
2626
end
2727
end

google-cloud-datastream-v1/snippets/snippet_metadata_google.cloud.datastream.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"client_library": {
33
"name": "google-cloud-datastream-v1",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"language": "RUBY",
66
"apis": [
77
{

0 commit comments

Comments
 (0)