Skip to content

Releases: GoogleCloudPlatform/cloud-sql-python-connector

v1.2.2

11 Apr 18:45
35262fd

Choose a tag to compare

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)

v1.2.1

14 Mar 18:44
3623950

Choose a tag to compare

1.2.1 (2023-03-14)

Bug Fixes

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

v1.2.0

14 Feb 16:51
06fb9a6

Choose a tag to compare

1.2.0 (2023-02-13)

Features

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

v1.1.0

10 Jan 17:37
a507271

Choose a tag to compare

1.1.0 (2023-01-10)

Features

Bug Fixes

v1.0.0

06 Dec 21:37
aa69dd2

Choose a tag to compare

1.0.0 (2022-12-06)

Features

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

v0.9.3

03 Nov 15:43
78cf130

Choose a tag to compare

0.9.3 (2022-11-03)

Bug Fixes

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

v0.9.2

02 Nov 16:29
0f9ae09

Choose a tag to compare

0.9.2 (2022-11-02)

Bug Fixes

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

v0.9.1

01 Nov 21:50
9739290

Choose a tag to compare

0.9.1 (2022-11-01)

Bug Fixes

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

v0.9.0

18 Oct 20:19
10bc2ac

Choose a tag to compare

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)

v0.8.1

07 Sep 20:40
3b8d91c

Choose a tag to compare

0.8.1 (2022-09-07)

Documentation

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