Skip to content

Releases: GoogleCloudPlatform/cloud-sql-go-connector

v1.12.1

19 Sep 18:29
baf4575
Compare
Choose a tag to compare

1.12.1 (2024-09-19)

Bug Fixes

  • update dependencies to latest versions (#872) (4eed622)

v1.12.0

13 Aug 19:56
5b2a68b
Compare
Choose a tag to compare

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.1

10 Jul 16:02
fd1a9f1
Compare
Choose a tag to compare

1.11.1 (2024-07-10)

Bug Fixes

  • bump dependencies to latest versions (#839) (ce7f28f)

v1.11.0

12 Jun 15:41
ac9729d
Compare
Choose a tag to compare

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.1

22 May 16:17
164badf
Compare
Choose a tag to compare

1.10.1 (2024-05-22)

Bug Fixes

v1.10.0

14 May 16:49
1bc270e
Compare
Choose a tag to compare

1.10.0 (2024-05-14)

Features

Bug Fixes

  • retry 50x errors with exponential backoff (#781) (40dc789)

v1.9.0

16 Apr 16:43
23181ac
Compare
Choose a tag to compare

1.9.0 (2024-04-16)

Features

Bug Fixes

  • return a friendly error if the dialer is closed (#766) (d1c13e0)

v1.8.1

12 Mar 16:07
2dae0e1
Compare
Choose a tag to compare

1.8.1 (2024-03-12)

Bug Fixes

  • strip monotonic clock reading in cert check (#750) (6ae33b0), closes #749

v1.8.0

08 Mar 21:14
a0b7b3d
Compare
Choose a tag to compare

1.8.0 (2024-03-08)

Features

v1.7.0

13 Feb 20:57
aeb4de1
Compare
Choose a tag to compare

1.7.0 (2024-02-13)

Features

Bug Fixes

  • ensure background refresh is closed cleanly (#715) (0b4c342)