Releases: GoogleCloudPlatform/cloud-sql-python-connector
Releases · GoogleCloudPlatform/cloud-sql-python-connector
v0.5.1
02 Feb 16:03
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
cloud-sql-python-connector v0.4.2
02 Nov 21:01
Compare
Sorry, something went wrong.
No results found
Bug Fixes
update dependencies to latest versions (#192 ) (046838a )
cloud-sql-python-connector v0.4.1
05 Oct 20:58
Compare
Sorry, something went wrong.
No results found
Bug Fixes
update dependencies to latest versions (#176 ) (03197ab )
cloud-sql-python-connector v0.4.0
07 Sep 20:58
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
cloud-sql-python-connector v0.2.0
01 Jun 21:27
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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 )