Snowflake-Labs / schemachange

A Database Change Management tool for Snowflake
Apache License 2.0
481 stars 219 forks source link

Bump snowflake-connector-python from 2.8.0 to 3.0.2 #178

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

Bumps snowflake-connector-python from 2.8.0 to 3.0.2.

Release notes

Sourced from snowflake-connector-python's releases.

Release

New Features

  • Improved logging to mask tokens in case of errors.
  • Validate SSO URL before opening it in the browser for External browser authenticator.

Bug Fixes

  • Fixed a memory leak in the logging module of the Cython extension.
  • Fixed a bug where the put command on AWS raised AttributeError when uploading file composed of multiple parts.
  • Fixed a bug of incorrect type hints of SnowflakeCursor.fetch_arrow_all and SnowflakeCursor.fetchall.
  • Fixed a bug where snowflake.connector.util_text.split_statements swallows the final line break in the case when there are no space between lines.

Please check our community page for release notes.

Release

New Features

  • Improved the robustness of OCSP response caching to handle errors in cases of serialization and deserialization.
  • Replaced the dependency on setuptools in favor of packaging.
  • Updated async_executes method's doc-string.
  • Errors raised now have a query field that contains the SQL query that caused them when available.

Bug Fixes

  • Fixed a bug where AuthByKeyPair.handle_timeout should pass keyword arguments instead of positional arguments when calling AuthByKeyPair.prepare.
  • Fixed a bug where MFA token caching would refuse to work until restarted instead of reauthenticating. Please check our community page for release notes.

Release

Behavior Changes

  • Fixed a bug where write_pandas did not use user-specified schemas and databases to create intermediate objects

New Features and Updates

  • Bumped pyarrow dependency from >=8.0.0,=10.0.1,<10.1.0
  • Bumped pyOpenSSL dependency from <23.0.0 to <24.0.0
  • During browser-based authentication, the SSO url is now printed before opening it in the browser
  • Increased the level of a log for when ArrowResult cannot be imported
  • Added a minimum MacOS version check when compiling C-extensions

Bug Fixes

  • Fixed a bug where the HTTP 429 response code was not retried
  • Fixed a bug where MFA token caching was not working

Please check our community page for release notes.

... (truncated)

Commits
  • eda6206 SNOW-764946: 3.0.2 release notes (#1483)
  • 1cdbd3b SNOW-761004 Added URL Validator and URL escaping of strings (#1480)
  • 4b1d474 SNOW-749141: Fix uploading a file > 200M when the same filename already exist...
  • 0894b78 SNOW-761991 Update license header to 2023 (#1481)
  • 9008e2c SNOW-761669: fix memory leak in c logging (#1479)
  • 1b437d5 SNOW-756525 Add changelog check in CI (#1476)
  • 277d744 SNOW-733718 Fix remove_comments when comments are at end of line (#1474)
  • f0a38d9 SNOW-756460 Remove description in stale_issue_bot.yml (#1469)
  • ed4dbdd SNOW-756460 Add close stale issue action (#1468)
  • 372286a SNOW-754180 Update feature requests to include a needs triage label (#1467)
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Snowflake-Labs/schemachange/network/alerts).

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

afeld commented 1 year ago

More robust: https://github.com/Snowflake-Labs/schemachange/pull/166

sfc-gh-asrivastava commented 11 months ago

Hi , Can you please upgrade Snowflake's Python connector version from 2.8.0 to 3.0.4, which is the latest and greatest version? TIA Reference: https://pypi.org/project/snowflake-connector-python/

sfc-gh-jhansen commented 11 months ago

Included in the new 3.5.3 release. Thanks!

dependabot[bot] commented 11 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.