Skip to content

Commit a4987d9

Browse files
release-please[bot]gcf-owl-bot[bot]viacheslav-rostovtsev
authored
chore(main): release google-cloud-alloy_db-v1 1.5.0 (#31558)
* chore(main): release google-cloud-alloy_db-v1 1.5.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update CHANGELOG.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> Co-authored-by: Viacheslav Rostovtsev <58152857+viacheslav-rostovtsev@users.noreply.github.com>
1 parent 488c7dd commit a4987d9

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"google-cloud-ai_platform-v1+FILLER": "0.0.0",
5050
"google-cloud-alloy_db": "2.1.1",
5151
"google-cloud-alloy_db+FILLER": "0.0.0",
52-
"google-cloud-alloy_db-v1": "1.4.0",
52+
"google-cloud-alloy_db-v1": "1.5.0",
5353
"google-cloud-alloy_db-v1+FILLER": "0.0.0",
5454
"google-cloud-alloy_db-v1alpha": "0.16.0",
5555
"google-cloud-alloy_db-v1alpha+FILLER": "0.0.0",

google-cloud-alloy_db-v1/CHANGELOG.md

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

3+
### 1.5.0 (2025-10-01)
4+
5+
#### Features
6+
7+
* add PG 17 as a Database version ([#31551](https://github.com/googleapis/google-cloud-ruby/issues/31551))
8+
* add configuration for Managed Connection Pool
9+
* update Database.charset to be immutable
10+
* add additional fields to Database object to specify the collation type, character type, if it is a template database, and the template to use for the database
11+
* add field to ExecuteSQL request to just validate the sql statement
12+
* add fields on the estimated/actual start/end times for an Upgrade Cluster operation
13+
14+
#### Documentation
15+
16+
* specify that the STOPPED state is not used for clusters anymore
17+
318
### 1.4.0 (2025-09-11)
419

520
#### Features

google-cloud-alloy_db-v1/lib/google/cloud/alloy_db/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 AlloyDB
2323
module V1
24-
VERSION = "1.4.0"
24+
VERSION = "1.5.0"
2525
end
2626
end
2727
end

google-cloud-alloy_db-v1/snippets/snippet_metadata_google.cloud.alloydb.v1.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-alloy_db-v1",
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"language": "RUBY",
66
"apis": [
77
{

0 commit comments

Comments
 (0)