Skip to content

chore(main): release 0.6.0 #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jan 27, 2022

🤖 I have created a release beep boop

0.6.0 (2022-05-17)

⚠ BREAKING CHANGES

Features

  • add arg for specifying credentials (#226) (85f5476)
  • add asynchronous interface to Connector (#280) (9cef59e)
  • add pg8000 support (#40) (d810d7d)
  • add pytds support (#57) (060a78f)
  • add rate limiter and force refresh function (#146) (b390fac)
  • add support for IAM auth with pg8000 driver (#101) (6703232)
  • add support for python 3.10 (#227) (8359f85)
  • allow specifying ip address type (#79) (b3f80c9)
  • deprecate default connect method (#316) (4a543dc)
  • drop support for Python 3.6 (#299) (0d63f90)
  • expose Connector object to allow multiple connection configurations. (#210) (cef1ed1)
  • reuse instance connection managers (#69) (72c05ec)
  • set User-Agent to include version and SQL driver info (#54) (851d110)
  • support Active Directory auth for Windows (#131) (66e4e2e)
  • switch development status to beta (#149) (b415e03)

Bug Fixes

  • add timeout in InstanceConnectionManager.connect (#60) (816019b)
  • allow support for impersonated credentials via gcloud (#262) (8b7e5f7)
  • avoid hang on connector.connect (#27) (e043fe6)
  • cancel all async resources when an ICM is destroyed (#76) (07de2a2)
  • consolidate to 'ip_type' instead of 'ip_types' for connect args (#220) (5f9cf58)
  • correct variable name and credential copying (#25) (41e317e)
  • force use of TLSv1.3 when IAM auth enabled (#108) (a10aa5a)
  • generate keys asynchronously (#59) (56d2c70)
  • make asyncio.Lock() run in background thread (#252) (f52ba7e)
  • only replace refresh result if successful or current is invalid (#135) (9c8ed67)
  • remove enable_iam_auth from downstream kwargs and catch error (#273) (f9576f3)
  • remove token padding strip (#245) (cb77021)
  • resolve TimeoutError and add context manager to Connector (#309) (372e401)
  • strip padding from access tokens if present (#138) (1bc2ee4), closes #137
  • update dependencies (#127) (7e1cccd)
  • update dependencies to latest versions (#176) (03197ab)
  • update dependencies to latest versions (#192) (046838a)
  • update dependencies to latest versions (#351) (009dfda)
  • update error messages and doc strings (#276) (68f37b4)
  • use temporary directory instead of tempfile for Windows compatibility (#84) (ef46607)

Documentation

Miscellaneous Chores


This PR was generated with Release Please. See documentation.

@github-actions github-actions bot added the autorelease: pending Release please needs to do its work on this. label Jan 27, 2022
@github-actions github-actions bot force-pushed the release-please--branches--main branch 9 times, most recently from b0676ef to c1a2c4f Compare February 3, 2022 01:05
@github-actions github-actions bot force-pushed the release-please--branches--main branch 9 times, most recently from d338e62 to 3cac771 Compare February 11, 2022 00:27
@github-actions github-actions bot force-pushed the release-please--branches--main branch 9 times, most recently from 7f8322b to e125c21 Compare February 18, 2022 02:26
@github-actions github-actions bot force-pushed the release-please--branches--main branch 2 times, most recently from 533393b to 9e814d4 Compare February 20, 2022 01:05
@github-actions github-actions bot force-pushed the release-please--branches--main branch 7 times, most recently from 3dd7256 to 7c994fd Compare April 26, 2022 02:36
@github-actions github-actions bot force-pushed the release-please--branches--main branch 9 times, most recently from adec0a3 to bed7ddd Compare May 4, 2022 00:37
@github-actions github-actions bot force-pushed the release-please--branches--main branch 7 times, most recently from 42dbb9c to 33d8e8f Compare May 11, 2022 00:25
@github-actions github-actions bot force-pushed the release-please--branches--main branch 5 times, most recently from 48bf332 to d0fcb06 Compare May 16, 2022 04:17
@github-actions github-actions bot force-pushed the release-please--branches--main branch from d0fcb06 to a48a89b Compare May 17, 2022 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autorelease: pending Release please needs to do its work on this.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants