Skip to content

Releases: GoogleCloudPlatform/cloud-sql-python-connector

v0.8.1

07 Sep 20:40
3b8d91c
Compare
Choose a tag to compare

0.8.1 (2022-09-07)

Documentation

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

v0.8.0

02 Aug 20:38
d0cd3bd
Compare
Choose a tag to compare

0.8.0 (2022-07-29)

Features

Bug Fixes

v0.7.0

12 Jul 20:40
fe2e588
Compare
Choose a tag to compare

0.7.0 (2022-07-12)

⚠ BREAKING CHANGES

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

Features

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

v0.6.2

07 Jun 20:49
ab868d8
Compare
Choose a tag to compare

0.6.2 (2022-06-07)

Documentation

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

v0.6.1

03 May 21:10
1348ad5
Compare
Choose a tag to compare

0.6.1 (2022-05-03)

Bug Fixes

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

v0.6.0

05 Apr 20:35
b8ce44f
Compare
Choose a tag to compare

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)

Miscellaneous Chores

v0.5.2

01 Mar 22:27
daa730c
Compare
Choose a tag to compare

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)

Miscellaneous Chores

v0.5.1

02 Feb 16:03
1d1e1ec
Compare
Choose a tag to compare

0.5.1 (2022-02-01)

Bug Fixes

Documentation

  • update code samples with python designation (#256) (17994cc)

cloud-sql-python-connector v0.5.0

04 Jan 22:17
98403c4
Compare
Choose a tag to compare

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)

cloud-sql-python-connector v0.4.3

07 Dec 22:41
daef42d
Compare
Choose a tag to compare

Documentation

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