Skip to content

Latest commit

 

History

History
316 lines (153 loc) · 23.3 KB

CHANGELOG.md

File metadata and controls

316 lines (153 loc) · 23.3 KB

Changelog

1.3.0 (2023-07-11)

Features

Documentation

Dependencies

  • Update dependency asyncpg to v0.28.0 (#785) (036982e)
  • Update dependency cryptography to v41.0.2 (#790) (869fb49)
  • Update dependency google-auth to v2.21.0 (#781) (be4b492)
  • Update dependency pg8000 to v1.29.8 (#778) (46e8637)
  • Update dependency PyMySQL to v1.1.0 (#780) (dd3fa64)

1.2.4 (2023-06-13)

Bug Fixes

Dependencies

  • Update dependency cryptography to v41.0.1 (#749) (e89755c)
  • Update dependency google-auth to v2.19.1 (#751) (eee33ae)
  • Update dependency pg8000 to v1.29.6 (#746) (47d6d87)
  • Update dependency Requests to v2.31.0 (#733) (c18869d)

Documentation

  • document SQLAlchemy async connection pooling (#758) (bb1c72a)

1.2.3 (2023-05-08)

Dependencies

  • Update dependency cryptography to v40.0.2 (#705) (5544086)
  • Update dependency google-auth to v2.17.3 (#698) (37a5150)
  • Update dependency Requests to v2.30.0 (#717) (db4fbcb)

1.2.2 (2023-04-10)

Dependencies

  • Update dependency cryptography to v40 (#669) (e95fa98)
  • Update dependency google-auth to v2.17.2 (#690) (02bf543)
  • Update dependency PyMySQL to v1.0.3 (#677) (4bb8751)

1.2.1 (2023-03-14)

Bug Fixes

  • update dependencies to latest versions (#646) (d758987)

1.2.0 (2023-02-13)

Features

  • improve reliability of certificate refresh (#599) (e546efb)

1.1.0 (2023-01-10)

Features

Bug Fixes

1.0.0 (2022-12-06)

Features

  • add support for MySQL auto IAM AuthN (#466) (80644d7)

0.9.3 (2022-11-03)

Bug Fixes

  • set minimum version constraint on cryptography (#530) (d2dc58f)

0.9.2 (2022-11-02)

Bug Fixes

  • update cryptography to latest release (#527) (d6276ec)

0.9.1 (2022-11-01)

Bug Fixes

  • update dependencies to latest versions (#522) (799f35f)

0.9.0 (2022-10-18)

Features

  • add sqladmin_api_endpoint arg to specify Cloud SQL Admin API endpoint (#475) (bf1a909)
  • add quota_project arg to specify quota and billing project (#472) (528852a)
  • downscope token used for IAM DB AuthN (#488) (d461d75)

Bug Fixes

  • throw error if Auto IAM AuthN is unsupported (#476) (fef0cd7)

0.8.1 (2022-09-07)

Documentation

  • add README code sample for Flask-SQLAlchemy and FastAPI (#432) (fadc357)

0.8.0 (2022-07-29)

Features

Bug Fixes

0.7.0 (2022-07-12)

⚠ BREAKING CHANGES

  • remove deprecated global 'connector.connect' function (#394)

Features

  • remove deprecated global 'connector.connect' function (#394) (50b81fb)

0.6.2 (2022-06-07)

Documentation

  • add Colab Notebook for Postgres, MySQL and SQL Server (#372) (a16068f)

0.6.1 (2022-05-03)

Bug Fixes

  • update dependencies to latest versions (#351) (009dfda)

0.6.0 (2022-04-05)

⚠ BREAKING CHANGES

  • deprecate default connect method (#316)

Features

Bug Fixes

  • resolve TimeoutError and add context manager to Connector (#309) (372e401)

0.5.2 (2022-03-01)

⚠ BREAKING CHANGES

  • update error messages and doc strings (#276)

Bug Fixes

  • allow support for impersonated credentials via gcloud (#262) (8b7e5f7)
  • remove enable_iam_auth from downstream kwargs and catch error (#273) (f9576f3)
  • update error messages and doc strings (#276) (68f37b4)

0.5.1 (2022-02-01)

Bug Fixes

0.5.0 (2022-01-04)

Features

  • add arg for specifying credentials (#226) (85f5476)
  • add support for python 3.10 (#227) (8359f85)
  • expose Connector object to allow multiple connection configurations. (#210) (cef1ed1)

Bug Fixes

  • consolidate to 'ip_type' instead of 'ip_types' for connect args (#220) (5f9cf58)

0.4.3 (2021-12-07)

Documentation

  • update README with connection pooling (#196) (af05cf5)

0.4.2 (2021-11-02)

Bug Fixes

  • update dependencies to latest versions (#192) (046838a)

0.4.1 (2021-10-05)

Bug Fixes

  • update dependencies to latest versions (#176) (03197ab)

0.4.0 (2021-09-02)

Features

  • add rate limiter and force refresh function (#146) (b390fac)
  • switch development status to beta (#149) (b415e03)

Documentation

0.3.0 (2021-08-03)

Features

  • support Active Directory auth for Windows (#131) (66e4e2e)

Bug Fixes

  • only replace refresh result if successful or current is invalid (#135) (9c8ed67)
  • strip padding from access tokens if present (#138) (1bc2ee4), closes #137

0.2.1 (2021-07-13)

Bug Fixes

0.2.0 (2021-06-01)

Features

  • add support for IAM auth with pg8000 driver (#101) (6703232)

Bug Fixes

  • force use of TLSv1.3 when IAM auth enabled (#108) (a10aa5a)

0.1.0 (2021-05-04)

Features

Bug Fixes

  • add timeout in InstanceConnectionManager.connect (#60) (816019b)
  • avoid hang on connector.connect (#27) (e043fe6)
  • cancel all async resources when an ICM is destroyed (#76) (07de2a2)
  • correct variable name and credential copying (#25) (41e317e)
  • generate keys asynchronously (#59) (56d2c70)
  • use temporary directory instead of tempfile for Windows compatibility (#84) (ef46607)