Skip to content

Commit a526247

Browse files
authored
Release Google.Cloud.AlloyDb.V1Alpha version 1.0.0-alpha10 (#13829)
Changes in this release: ### Bug fixes - **BREAKING CHANGE** Deprecated various PSC instance configuration fields ([commit dcf6b0d](https://togithub.com/googleapis/google-cloud-dotnet/commit/dcf6b0d4a8d7fcf440e0e44c84d5d4bed8a26d1f)) ### New features - Add new PSC instance configuration setting and output the PSC DNS name ([commit dcf6b0d](https://togithub.com/googleapis/google-cloud-dotnet/commit/dcf6b0d4a8d7fcf440e0e44c84d5d4bed8a26d1f)) - Add new API to upgrade a cluster ([commit dcf6b0d](https://togithub.com/googleapis/google-cloud-dotnet/commit/dcf6b0d4a8d7fcf440e0e44c84d5d4bed8a26d1f)) - Add new API to execute SQL statements ([commit dcf6b0d](https://togithub.com/googleapis/google-cloud-dotnet/commit/dcf6b0d4a8d7fcf440e0e44c84d5d4bed8a26d1f)) - Add new cluster and instance level configurations to interact with Gemini ([commit dcf6b0d](https://togithub.com/googleapis/google-cloud-dotnet/commit/dcf6b0d4a8d7fcf440e0e44c84d5d4bed8a26d1f)) - Add support for Free Trials ([commit dcf6b0d](https://togithub.com/googleapis/google-cloud-dotnet/commit/dcf6b0d4a8d7fcf440e0e44c84d5d4bed8a26d1f)) - Add support to schedule maintenance ([commit dcf6b0d](https://togithub.com/googleapis/google-cloud-dotnet/commit/dcf6b0d4a8d7fcf440e0e44c84d5d4bed8a26d1f)) - Additional field to set tags on a backup or cluster ([commit dcf6b0d](https://togithub.com/googleapis/google-cloud-dotnet/commit/dcf6b0d4a8d7fcf440e0e44c84d5d4bed8a26d1f)) - Add more observability options on the Instance level ([commit dcf6b0d](https://togithub.com/googleapis/google-cloud-dotnet/commit/dcf6b0d4a8d7fcf440e0e44c84d5d4bed8a26d1f)) - Add new API to perform a promotion or switchover on secondary instances ([commit dcf6b0d](https://togithub.com/googleapis/google-cloud-dotnet/commit/dcf6b0d4a8d7fcf440e0e44c84d5d4bed8a26d1f)) - Add new CloudSQL backup resource ([commit dcf6b0d](https://togithub.com/googleapis/google-cloud-dotnet/commit/dcf6b0d4a8d7fcf440e0e44c84d5d4bed8a26d1f)) - Support for obtaining the public ip addresses of an instance and enabling outbound public ip ([commit dcf6b0d](https://togithub.com/googleapis/google-cloud-dotnet/commit/dcf6b0d4a8d7fcf440e0e44c84d5d4bed8a26d1f)) - Add optional field to keep extra roles on a user if it already exists ([commit dcf6b0d](https://togithub.com/googleapis/google-cloud-dotnet/commit/dcf6b0d4a8d7fcf440e0e44c84d5d4bed8a26d1f)) ### Documentation improvements - Various typo fixes, correcting the formatting, and clarifications on the request_id and validate_only fields in API requests and on the page_size when listing the database ([commit dcf6b0d](https://togithub.com/googleapis/google-cloud-dotnet/commit/dcf6b0d4a8d7fcf440e0e44c84d5d4bed8a26d1f))
1 parent a9b7b96 commit a526247

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

apis/Google.Cloud.AlloyDb.V1Alpha/Google.Cloud.AlloyDb.V1Alpha/Google.Cloud.AlloyDb.V1Alpha.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<Version>1.0.0-alpha09</Version>
4+
<Version>1.0.0-alpha10</Version>
55
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Recommended Google client library to access the AlloyDB API (v1alpha). AlloyDB for PostgreSQL is an open source-compatible database service that provides a powerful option for migrating, modernizing, or building commercial-grade applications.</Description>

apis/Google.Cloud.AlloyDb.V1Alpha/docs/history.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Version history
22

3+
## Version 1.0.0-alpha10, released 2024-11-18
4+
5+
### Bug fixes
6+
7+
- **BREAKING CHANGE** Deprecated various PSC instance configuration fields ([commit dcf6b0d](https://github.com/googleapis/google-cloud-dotnet/commit/dcf6b0d4a8d7fcf440e0e44c84d5d4bed8a26d1f))
8+
9+
### New features
10+
11+
- Add new PSC instance configuration setting and output the PSC DNS name ([commit dcf6b0d](https://github.com/googleapis/google-cloud-dotnet/commit/dcf6b0d4a8d7fcf440e0e44c84d5d4bed8a26d1f))
12+
- Add new API to upgrade a cluster ([commit dcf6b0d](https://github.com/googleapis/google-cloud-dotnet/commit/dcf6b0d4a8d7fcf440e0e44c84d5d4bed8a26d1f))
13+
- Add new API to execute SQL statements ([commit dcf6b0d](https://github.com/googleapis/google-cloud-dotnet/commit/dcf6b0d4a8d7fcf440e0e44c84d5d4bed8a26d1f))
14+
- Add new cluster and instance level configurations to interact with Gemini ([commit dcf6b0d](https://github.com/googleapis/google-cloud-dotnet/commit/dcf6b0d4a8d7fcf440e0e44c84d5d4bed8a26d1f))
15+
- Add support for Free Trials ([commit dcf6b0d](https://github.com/googleapis/google-cloud-dotnet/commit/dcf6b0d4a8d7fcf440e0e44c84d5d4bed8a26d1f))
16+
- Add support to schedule maintenance ([commit dcf6b0d](https://github.com/googleapis/google-cloud-dotnet/commit/dcf6b0d4a8d7fcf440e0e44c84d5d4bed8a26d1f))
17+
- Additional field to set tags on a backup or cluster ([commit dcf6b0d](https://github.com/googleapis/google-cloud-dotnet/commit/dcf6b0d4a8d7fcf440e0e44c84d5d4bed8a26d1f))
18+
- Add more observability options on the Instance level ([commit dcf6b0d](https://github.com/googleapis/google-cloud-dotnet/commit/dcf6b0d4a8d7fcf440e0e44c84d5d4bed8a26d1f))
19+
- Add new API to perform a promotion or switchover on secondary instances ([commit dcf6b0d](https://github.com/googleapis/google-cloud-dotnet/commit/dcf6b0d4a8d7fcf440e0e44c84d5d4bed8a26d1f))
20+
- Add new CloudSQL backup resource ([commit dcf6b0d](https://github.com/googleapis/google-cloud-dotnet/commit/dcf6b0d4a8d7fcf440e0e44c84d5d4bed8a26d1f))
21+
- Support for obtaining the public ip addresses of an instance and enabling outbound public ip ([commit dcf6b0d](https://github.com/googleapis/google-cloud-dotnet/commit/dcf6b0d4a8d7fcf440e0e44c84d5d4bed8a26d1f))
22+
- Add optional field to keep extra roles on a user if it already exists ([commit dcf6b0d](https://github.com/googleapis/google-cloud-dotnet/commit/dcf6b0d4a8d7fcf440e0e44c84d5d4bed8a26d1f))
23+
24+
### Documentation improvements
25+
26+
- Various typo fixes, correcting the formatting, and clarifications on the request_id and validate_only fields in API requests and on the page_size when listing the database ([commit dcf6b0d](https://github.com/googleapis/google-cloud-dotnet/commit/dcf6b0d4a8d7fcf440e0e44c84d5d4bed8a26d1f))
27+
328
## Version 1.0.0-alpha09, released 2024-06-04
429

530
### New features

apis/apis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@
300300
},
301301
{
302302
"id": "Google.Cloud.AlloyDb.V1Alpha",
303-
"version": "1.0.0-alpha09",
303+
"version": "1.0.0-alpha10",
304304
"type": "grpc",
305305
"productName": "AlloyDB",
306306
"productUrl": "https://cloud.google.com/alloydb/docs",

0 commit comments

Comments
 (0)