Releases: GoogleCloudPlatform/cloud-sql-go-connector
Releases · GoogleCloudPlatform/cloud-sql-go-connector
v1.13.0
1.13.0 (2024-10-23)
Features
- Automatically reset connection when the DNS record changes. (#868) (4d7abd8)
Bug Fixes
- update bytes_sent and bytes_received to use Sum (#874) (73b6f38)
v1.12.1
1.12.1 (2024-09-19)
Bug Fixes
- update dependencies to latest versions (#872) (4eed622)
v1.12.0
1.12.0 (2024-08-13)
Features
- add
bytes_sent
and bytes_received
as metrics (#856) (d0e493f)
- add support for Go 1.23 and drop Go 1.20 (#860) (8ce98e8)
- Configure connections using DNS domain names (#843) (ec6b3a0)
- support Cloud SQL CAS instances. (#850) (511fae4)
v1.11.0
1.11.0 (2024-06-12)
Features
Bug Fixes
- ensure connection count is correctly reported (#824) (b286049)
- invalidate cache on failed
Warmup
and EngineVersion
(#827) (c3915a6)
v1.10.0
1.10.0 (2024-05-14)
Features
Bug Fixes
- retry 50x errors with exponential backoff (#781) (40dc789)
v1.9.0
1.9.0 (2024-04-16)
Features
Bug Fixes
- return a friendly error if the dialer is closed (#766) (d1c13e0)