Skip to content
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

chore(main): release 1.0.0 #11

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 May 17, 2022

🤖 I have created a release beep boop

1.0.0 (2023-01-12)

⚠ BREAKING CHANGES

  • remove deprecated global 'connector.connect' function (#394)
  • deprecate default connect method (#316)
  • update error messages and doc strings (#276)
  • consolidate to 'ip_type' instead of 'ip_types' for connect args (#220)

Features

  • add sqladmin_api_endpoint arg to specify Cloud SQL Admin API endpoint (#475) (bf1a909)
  • 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 quota_project arg to specify quota and billing project (#472) (528852a)
  • add rate limiter and force refresh function (#146) (b390fac)
  • add support for asyncpg driver (#390) (3170b1f)
  • add support for IAM auth with pg8000 driver (#101) (6703232)
  • add support for MySQL auto IAM AuthN (#466) (80644d7)
  • add support for python 3.10 (#227) (8359f85)
  • add support for Python 3.11 (#577) (b2669be)
  • allow specifying ip address type (#79) (b3f80c9)
  • deprecate default connect method (#316) (4a543dc)
  • downscope token used for IAM DB AuthN (#488) (d461d75)
  • drop support for Python 3.6 (#299) (0d63f90)
  • expose Connector object to allow multiple connection configurations. (#210) (cef1ed1)
  • format user argument for automatic IAM authn (#449) (88f5bcd)
  • remove deprecated global 'connector.connect' function (#394) (50b81fb)
  • 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)
  • set minimum version constraint on cryptography (#531) (1537920)
  • stop event loop on Connector.close (#410) (5cda924)
  • strip padding from access tokens if present (#138) (1bc2ee4), closes #137
  • throw error if Auto IAM AuthN is unsupported (#476) (fef0cd7)
  • update cryptography to latest release (#527) (d6276ec)
  • 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 dependencies to latest versions (#522) (799f35f)
  • update error messages and doc strings (#276) (68f37b4)
  • update TLS protocol for python3.10 (#575) (bb4ab5d)
  • use temporary directory instead of tempfile for Windows compatibility (#84) (ef46607)

Documentation

  • add Colab Notebook for Postgres, MySQL and SQL Server (#372) (a16068f)
  • add README code sample for Flask-SQLAlchemy and FastAPI (#432) (fadc357)
  • Add Support policy to README (#151) (7dbc4b5)
  • update code samples with python designation (#256) (17994cc)
  • update README with connection pooling (#196) (af05cf5)

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 May 17, 2022
@github-actions github-actions bot force-pushed the release-please--branches--main--components--cloud-sql-python-connector branch 8 times, most recently from c873d23 to e402ad5 Compare May 24, 2022 00:09
@github-actions github-actions bot force-pushed the release-please--branches--main--components--cloud-sql-python-connector branch 8 times, most recently from f6398af to 4c41927 Compare June 1, 2022 00:21
@github-actions github-actions bot force-pushed the release-please--branches--main--components--cloud-sql-python-connector branch 8 times, most recently from 665e525 to 0bd2dbd Compare June 8, 2022 11:59
@github-actions github-actions bot force-pushed the release-please--branches--main--components--cloud-sql-python-connector branch 5 times, most recently from 7ba68ef to 84f7331 Compare June 13, 2022 01:36
@github-actions github-actions bot force-pushed the release-please--branches--main--components--cloud-sql-python-connector branch 6 times, most recently from a5d16bb to 0593eb6 Compare December 22, 2022 04:47
@github-actions github-actions bot force-pushed the release-please--branches--main--components--cloud-sql-python-connector branch 8 times, most recently from be49e71 to 4679e6c Compare December 30, 2022 05:30
@github-actions github-actions bot force-pushed the release-please--branches--main--components--cloud-sql-python-connector branch 8 times, most recently from 18adba6 to 9300e94 Compare January 6, 2023 04:13
@github-actions github-actions bot force-pushed the release-please--branches--main--components--cloud-sql-python-connector branch 6 times, most recently from d815ca3 to 672e47e Compare January 11, 2023 05:51
@github-actions github-actions bot force-pushed the release-please--branches--main--components--cloud-sql-python-connector branch from 672e47e to 3cc98ca Compare January 12, 2023 00:39
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