Skip to content

Releases: GoogleCloudPlatform/cloud-sql-python-connector

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)

cloud-sql-python-connector v0.4.2

02 Nov 21:01
c97a713
Compare
Choose a tag to compare

Bug Fixes

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

cloud-sql-python-connector v0.4.1

05 Oct 20:58
02f7803
Compare
Choose a tag to compare

Bug Fixes

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

cloud-sql-python-connector v0.4.0

07 Sep 20:58
022c5f4
Compare
Choose a tag to compare

Features

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

Documentation

cloud-sql-python-connector v0.3.0

03 Aug 20:55
f2a6b7b
Compare
Choose a tag to compare

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