Skip to content

Releases: GoogleCloudPlatform/cloud-sql-python-connector

v0.5.1

02 Feb 16:03
1d1e1ec

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

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

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

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

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

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

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

cloud-sql-python-connector v0.2.1

13 Jul 20:52
f05dde4

Choose a tag to compare

Bug Fixes

cloud-sql-python-connector v0.2.0

01 Jun 21:27
1e7befd

Choose a tag to compare

Features

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

Bug Fixes

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

cloud-sql-python-connector v0.1.0

04 May 21:16
677bc24

Choose a tag to compare

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)