Skip to content

Latest commit

 

History

History
341 lines (152 loc) · 19.2 KB

File metadata and controls

341 lines (152 loc) · 19.2 KB

Changelog

1.9.1 (2026-02-19)

Bug Fixes

1.9.0 (2026-01-15)

Features

  • Use configured DNS name to lookup instance IP address (#514) (7655fd8), closes #513

Bug Fixes

1.8.5 (2025-12-09)

Bug Fixes

1.8.4 (2025-10-08)

Bug Fixes

  • Update dependencies to latest version (#495) (350e6f0)

1.8.3 (2025-08-12)

Bug Fixes

1.8.2 (2025-07-14)

Bug Fixes

  • Update Google Auth and API deps to latest. (#460) (1633502)

1.8.1 (2025-05-22)

Bug Fixes

1.8.0 (2025-04-28)

Features

  • Update TLS validation to use both SAN and CN fields. (#446) (d492f7c)

1.7.1 (2025-04-16)

Bug Fixes

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)

1.6.1 (2025-02-19)

Bug Fixes

1.6.0 (2025-01-13)

Features

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

1.5.0 (2024-12-11)

Features

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

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)

1.3.4 (2024-08-02)

Bug Fixes

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

1.3.3 (2024-07-09)

Bug Fixes

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

1.3.2 (2024-06-21)

Bug Fixes

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

1.3.1 (2024-06-11)

Bug Fixes

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

1.3.0 (2024-04-30)

Features

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

Bug Fixes

1.2.4 (2024-03-12)

Bug Fixes

  • update dependencies to latest versions (#314) (0f9d40b)

1.2.3 (2024-02-13)

Bug Fixes

  • update dependencies to latest versions (#300) (4b025f4)

1.2.2 (2024-01-17)

Miscellaneous Chores

1.2.1 (2023-12-12)

Bug Fixes

  • SQLAdminFetcher: Use loginAuth for auth (#275) (c403d0a)

1.2.0 (2023-11-15)

Features

Bug Fixes

1.1.0 (2023-10-10)

Features

  • support custom SQL Admin API endpoint (#210) (290d741)

1.0.0 (2023-09-27)

Features

  • add force refresh on connection errors (#195) (993d5d8)

Bug Fixes

Miscellaneous Chores

0.5.1 (2023-08-08)

Bug Fixes

0.5.0 (2023-07-11)

Features

0.4.0 (2023-06-13)

⚠ BREAKING CHANGES

  • remove returned ssl property

Features

Bug Fixes

  • auth type should be optional in typescript (bed3424)
  • make ipType optional (0f3f75e)

Code Refactoring

  • remove returned ssl property (c0c4572)

Miscellaneous Chores

0.3.0 (2023-05-09)

⚠ BREAKING CHANGES

  • update IpAdressesTypes to IpAddressTypes (#94)
  • rename type to ipType (#83)

Features

  • support automatic IAM authentication (#78) (ad95065)

Bug Fixes

  • throw error when conflicting connection settings for same instance (#84) (1c7b3d1)
  • user-agent version number (511ccd8)

Code Refactoring

Miscellaneous Chores

0.2.0 (2023-04-11)

Features

Bug Fixes

  • add default keep-alive delay (c3eb3c9)

0.1.3 (2023-03-22)

Bug Fixes

0.1.2 (2023-03-15)

Bug Fixes

  • publishing build system (1819179)

0.1.1 (2023-03-14)

Bug Fixes

  • docs: update install instruction (#48) (ecaede2)

0.1.0 (2023-03-14)

Features

  • add Connector.getOptions method (7bb9456)

Bug Fixes

  • deps: update dependency @googleapis/sqladmin to v7 (a31beaf)

Miscellaneous Chores