Releases: GoogleCloudPlatform/cloud-sql-python-connector
Releases · GoogleCloudPlatform/cloud-sql-python-connector
cloud-sql-python-connector v0.1.0
Features
- add pg8000 support (#40) (d810d7d)
- add pytds support (#57) (060a78f)
- allow specifying ip address type (#79) (b3f80c9)
- reuse instance connection managers (#69) (72c05ec)
- set User-Agent to include version and SQL driver info (#54) (851d110)
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)