Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Latest commit

 

History

History
142 lines (65 loc) · 7.5 KB

CHANGELOG.md

File metadata and controls

142 lines (65 loc) · 7.5 KB

Changelog

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