Skip to content

Latest commit

 

History

History
202 lines (91 loc) · 10.9 KB

CHANGELOG.md

File metadata and controls

202 lines (91 loc) · 10.9 KB

Changelog

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