Releases: GoogleCloudPlatform/cloud-sql-go-connector
Releases · GoogleCloudPlatform/cloud-sql-go-connector
v1.2.1
1.2.1 (2023-02-15)
Bug Fixes
- don't initialize default creds when using a token (#460) (fc5c435)
v1.2.0
1.2.0 (2023-02-14)
Features
Bug Fixes
- error when dialer is misconfigured with token source (#453) (7b45a7e)
- improve reliability of certificate refresh (#448) (47bd3f3)
- prevent repeated context expired errors (#458) (7ffeafe)
v1.1.1
1.1.1 (2023-01-10)
Bug Fixes
- move MySQL liveness check into driver code (#417) (0de68fb)
- use handshake context when possible (#427) (37c4e70)
v1.1.0
1.1.0 (2022-12-06)
Features
Bug Fixes
- handle context cancellations during instance refresh (#372) (cdb59c7), closes #370
- remove leading slash from metric names (#393) (ac5ca26)
v1.0.1
1.0.1 (2022-11-01)
Bug Fixes
- update dependencies to latest versions (#365) (5479502)
v1.0.0
1.0.0 (2022-10-18)
Features
- add WithAutoIP option (#346) (bd20b6b)
- Downscope OAuth2 token included in ephemeral certificate (#332) (d13dd6f)
Bug Fixes
- throw error when Auto IAM AuthN is unsupported (#310) (652e196)
Miscellaneous Chores
v0.5.2
0.5.2 (2022-09-07)
Bug Fixes
- update dependencies to latest versions (#300) (5504df6)
v0.5.1
0.5.1 (2022-08-01)
Bug Fixes
- remove unnecessary import path restrictions (#258) (bc57877)
v0.5.0
0.5.0 (2022-07-12)
Features
- expose the WithQuotaProject dialer option (#237) (bda8917)
Bug Fixes
v0.4.0
0.4.0 (2022-06-07)
Features
- add DialOption for IAM DB Authentication (#171) (c103acc)
- Add Warmup function for starting background refresh (#163) (2459f92)
Bug Fixes