Skip to content

v3.3.0

Compare
Choose a tag to compare
@kravets-levko kravets-levko released this 17 Jul 17:38
· 18 commits to main since this release
b438c38

Full Changelog: v3.2.0...v3.3.0

Databricks-managed passwords reached end of life on July 10, 2024. Therefore, Basic auth support was removed from
the library. See https://docs.databricks.com/en/security/auth-authz/password-deprecation.html

The existing option _tls_no_verify=True of sql.connect(...) will now also disable SSL cert verification
(but not the SSL itself) for CloudFetch links. This option should be used as a workaround only, when other ways
to fix SSL certificate errors didn't work.