Version history
Version 1.0.0-alpha09, released 2024-06-04
New features
- Add properties for nested resource name references (commit 15eec4d)
Version 1.0.0-alpha08, released 2024-05-08
New features
- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. (commit 022fab2)
Version 1.0.0-alpha07, released 2024-03-26
New features
- Change netstandard2.1 target to netstandard2.0 (commit 82bea85)
Version 1.0.0-alpha06, released 2024-02-27
New features
- Support for obtaining the public IP address of an Instance (commit 984260f)
- Support for getting PSC DNS name from the GetConnectionInfo API (commit 984260f)
Version 1.0.0-alpha05, released 2024-01-08
New features
- Added PSC config, PSC interface config, PSC instance config (commit 838504a)
- Added two boolean fields satisfies_pzi and satisfies_pzs (commit 838504a)
- Added instance network config (commit 838504a)
- Added ListDatabases API and Database object (commit 838504a)
- Changed field network in NetworkConfig from required to optional (commit 838504a)
Documentation improvements
- Clarified read pool config is for read pool type instances (commit 838504a)
Version 1.0.0-alpha04, released 2023-09-25
New features
- Added enum value for PG15 (commit 92f51da)
- Deprecate network field in favor of network_config.network (commit 92f51da)
- Added ClientConnectionConfig (commit 92f51da)
- Added DatabaseVersion (commit 92f51da)
Version 1.0.0-alpha03, released 2023-07-25
New features
- Add metadata exchange support for AlloyDB connectors (commit 5bd7231)
- Adds metadata field describing an AlloyDB backup's quantity based retention (commit 5bd7231)
Version 1.0.0-alpha02, released 2023-06-20
Bug fixes
- Deprecated SSL modes SSL_MODE_ALLOW, SSL_MODE_REQUIRE, SSL_MODE_VERIFY_CA (commit 027919d)
New features
- Added ClusterView supporting more granular view of continuous backups (commit 027919d)
- Added new SSL modes ALLOW_UNENCRYPTED_AND_ENCRYPTED, ENCRYPTED_ONLY (commit 027919d)
- Added users API (commit 027919d)
- Added fault injection API (commit 027919d)
- Added instance update policy (commit 027919d)
- Added cluster network config (commit 027919d)
Documentation improvements
- Minor formatting in description of AvailabilityType (commit 324516f)
Version 1.0.0-alpha01, released 2023-03-01
Initial release.