Skip to content

Releases: GoogleCloudPlatform/cloud-sql-nodejs-connector

v1.7.0

21 Mar 17:32
9427007

Choose a tag to compare

1.7.0 (2025-03-21)

Features

  • Configure the connector using a DNS name. (#422) (b94cc98)
  • Refresh the connector if the domain name is changed to point to a new instance. (#427) (cb1716e), closes #421
  • Use standard TLS hostname validation for instances with DNS names (#428) (15d3bdc)

v1.6.1

19 Feb 23:23
551ceeb

Choose a tag to compare

1.6.1 (2025-02-19)

Bug Fixes

v1.6.0

14 Jan 18:26
6040826

Choose a tag to compare

1.6.0 (2025-01-13)

Features

  • add support for custom user agent (#410) (25f5ccd)
  • Support Private CA for server certificates. (#408) (36f1304)

v1.5.0

11 Dec 21:42
c2c1cb7

Choose a tag to compare

1.5.0 (2024-12-11)

Features

  • update minimum supported Node version to 18 (#403) (19d99a7)

v1.4.0

30 Sep 16:31
7fdf6a6

Choose a tag to compare

1.4.0 (2024-09-30)

Features

  • support Cloud SQL CAS-based instances (#390) (5d2c02f)

Bug Fixes

  • only add PSC ipType if PSC is enabled (#388) (28905c9)

v1.3.4

13 Aug 20:13
0dfbb52

Choose a tag to compare

1.3.4 (2024-08-02)

Bug Fixes

  • only retry 5xx Cloud SQL Admin API errors (#375) (67bff82)

v1.3.3

09 Jul 17:59
f4a208b

Choose a tag to compare

1.3.3 (2024-07-09)

Bug Fixes

  • bump dependencies to latest versions (#373) (ece7251)

v1.3.2

21 Jun 19:38
749dac2

Choose a tag to compare

1.3.2 (2024-06-21)

Bug Fixes

  • allow multiple connections via .startLocalProxy socket (#366) (cce7aad)

v1.3.1

11 Jun 17:37
5c90de6

Choose a tag to compare

1.3.1 (2024-06-11)

Bug Fixes

  • bump dependencies to latest versions (#358) (d3ab6a0)

v1.3.0

30 Apr 16:22
77a7798

Choose a tag to compare

1.3.0 (2024-04-30)

Features

  • add universeDomain option to Connector (#331) (651634d)
  • add local Unix domain socket support (#336) (72575ba)

Bug Fixes