Version history
Version 1.0.0-beta14, released 2025-11-03
New features
- Update dependencies
Version 1.0.0-beta13, released 2025-09-29
New features
- Add CRUD APIs on Databases
- Add PG 17 as a Database version
- Add configuration for Managed Connection Pool
- Update
Database.charsetto be immutable - 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
- Add field to ExecuteSQL request to just validate the sql statement
- Add fields on the estimated/actual start/end times for an Upgrade Cluster operation
Bug fixes
- An existing enum
PoolModeis removed from theConnectionPoolConfig
Documentation improvements
- Specify that the STOPPED state is not used for clusters anymore
Version 1.0.0-beta12, released 2025-06-25
New features
- Instance.ActivationPolicy field
- Cluster.DenyMaintenancePeriod field
- InstanceNetworkConfig.network output field
- InstanceNetworkConfig.allocated_ip_range_override field
- Backup.create_completion_time output field
Documentation improvements
- A comment for field
earliest_restorable_time - A comment for field
statusin messagePscAutoConnectionConfig
Version 1.0.0-beta11, released 2025-05-14
New features
- Sync AlloyDB API changes from HEAD to stable
- Add new CSQL API for supporting Cluster creation from Cloud SQL
- Add new methods for exporting, importing and upgrade Cluster operations
- Add new fields to support observability configurations, machine types and PSC related configs
- Add CloudSQL support for RestoreCluster operation
- Add new fields and methods to the AlloyDB API
- Improve documentation of existing API fields
- Add GCA Entitlement type
- Add fields to PscInstanceConfig
- Add recommended_value and scope field to SupportedDatabaseFlags
- Make user optional in ExecuteSql API
- Add Import and Export functionalities
- Add machine_type field to instance config
- Add a new GCAEntitlement field in Gemini config
- Add the GCAInstanceConfig field in instance
Documentation improvements
- A comment for field
encryption_configin message.google.cloud.alloydb.v1.AutomatedBackupPolicyis changed - A comment for field
encryption_configin message.google.cloud.alloydb.v1.ContinuousBackupConfigis changed - A comment for message
Instanceis changed - A comment for field
zone_idin message.google.cloud.alloydb.v1.Instanceis changed - A comment for field
idin message.google.cloud.alloydb.v1.Instanceis changed - A comment for field
ipin message.google.cloud.alloydb.v1.Instanceis changed - A comment for field
statein message.google.cloud.alloydb.v1.Instanceis changed - A comment for field
database_flagsin message.google.cloud.alloydb.v1.Instanceis changed - A comment for field
userin message.google.cloud.alloydb.v1.ExecuteSqlRequestis changed - A comment for field
use_metadata_exchangein message.google.cloud.alloydb.v1.GenerateClientCertificateRequestis changed - A comment for field
requested_cancellationin message.google.cloud.alloydb.v1.OperationMetadatais changed - A comment for field
encryption_configin message.google.cloud.alloydb.v1beta.AutomatedBackupPolicyis changed - A comment for field
encryption_configin message.google.cloud.alloydb.v1beta.ContinuousBackupConfigis changed - A comment for message
Instanceis changed - A comment for field
track_wait_event_typesin message.google.cloud.alloydb.v1beta.Instanceis changed - A comment for field
userin message.google.cloud.alloydb.v1beta.ExecuteSqlRequestis changed - A comment for field
use_metadata_exchangein message.google.cloud.alloydb.v1beta.GenerateClientCertificateRequestis changed
Version 1.0.0-beta10, released 2025-03-24
New features
- A new method
ExportClusteris added to serviceAlloyDBAdmin( commit 3c466ca ) - A new message
GcsDestinationis added ( commit 3c466ca ) - A new message
ExportClusterRequestis added ( commit 3c466ca ) - A new message
ExportClusterResponseis added ( commit 3c466ca )
Documentation improvements
- A comment for field
zone_idin message.google.cloud.alloydb.v1beta.Instanceis changed ( commit 3c466ca ) - A comment for field
idin message.google.cloud.alloydb.v1beta.Instanceis changed ( commit 3c466ca ) - A comment for field
ipin message.google.cloud.alloydb.v1beta.Instanceis changed ( commit 3c466ca ) - A comment for field
statein message.google.cloud.alloydb.v1beta.Instanceis changed ( commit 3c466ca ) - A comment for field
database_flagsin message.google.cloud.alloydb.v1beta.Instanceis changed ( commit 3c466ca ) - A comment for field
requested_cancellationin message.google.cloud.alloydb.v1beta.OperationMetadatais changed ( commit 3c466ca )
Version 1.0.0-beta09, released 2024-11-18
Bug fixes
- BREAKING CHANGEDeprecated various PSC instance configuration fields ( commit 8af4d47 )
New features
- Add new PSC instance configuration setting and output the PSC DNS name ( commit 8af4d47 )
- Add new API to upgrade a cluster ( commit 8af4d47 )
- Add new API to execute SQL statements ( commit 8af4d47 )
- Add new cluster and instance level configurations to interact with Gemini ( commit 8af4d47 )
- Add support for Free Trials ( commit 8af4d47 )
- Add support to schedule maintenance ( commit 8af4d47 )
- Additional field to set tags on a backup or cluster ( commit 8af4d47 )
- Add more observability options on the Instance level ( commit 8af4d47 )
- Add new API to perform a promotion or switchover on secondary instances ( commit 8af4d47 )
- Add new CloudSQL backup resource ( commit 8af4d47 )
- Support for obtaining the public ip addresses of an instance and enabling outbound public ip ( commit 8af4d47 )
- Add optional field to keep extra roles on a user if it already exists ( commit 8af4d47 )
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 8af4d47 )
Version 1.0.0-beta08, released 2024-09-09
New features
- Support for enabling outbound public IP on an instance ( commit 189b96d )
- Support for getting outbound public IP addresses of an instance ( commit 189b96d )
- Support for setting maintenance update policy on a cluster ( commit 189b96d )
- Support for getting maintenance schedule of a cluster ( commit 189b96d )
Version 1.0.0-beta07, released 2024-06-04
New features
- Add properties for nested resource name references ( commit 15eec4d )
Version 1.0.0-beta06, released 2024-05-08
New features
- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. ( commit 022fab2 )
Version 1.0.0-beta05, released 2024-03-26
New features
- Change netstandard2.1 target to netstandard2.0 ( commit 82bea85 )
Version 1.0.0-beta04, released 2024-02-27
New features
- Support for obtaining the public IP address of an Instance ( commit 28c0d9d )
- Support for getting PSC DNS name from the GetConnectionInfo API ( commit 28c0d9d )
- Add PSC cluster and instance configuration settings to enable/disable PSC and obtain the PSC endpoint name ( commit 28c0d9d )
- Add new API to list the databases in a project and location ( commit 28c0d9d )
Documentation improvements
- Clarified read pool config is for read pool type instances ( commit 28c0d9d )
Version 1.0.0-beta03, released 2023-09-25
New features
- Added enum value for PG15 ( commit c4cb2c1 )
- Changed description for recovery_window_days in ContinuousBackupConfig ( commit c4cb2c1 )
- Deprecate network field in favor of network_config.network ( commit c4cb2c1 )
- Added ClientConnectionConfig ( commit c4cb2c1 )
- Added QuantityBasedExpiry ( commit c4cb2c1 )
- Added DatabaseVersion ( commit c4cb2c1 )
Version 1.0.0-beta02, released 2023-06-20
Bug fixes
- Deprecated SSL modes SSL_MODE_ALLOW, SSL_MODE_REQUIRE, SSL_MODE_VERIFY_CA ( commit a839416 )
New features
- Added ClusterView supporting more granular view of continuous backups ( commit a839416 )
- Added new SSL modes ALLOW_UNENCRYPTED_AND_ENCRYPTED, ENCRYPTED_ONLY ( commit a839416 )
- Added users API ( commit a839416 )
- Added fault injection API ( commit a839416 )
- Added instance update policy ( commit a839416 )
- Added cluster network config ( commit a839416 )
Documentation improvements
- Minor formatting in description of AvailabilityType ( commit 460b883 )
Version 1.0.0-beta01, released 2023-03-02
Initial release.

