Skip to content

Releases: databricks/databricks-sql-python

v3.3.0

17 Jul 17:38
b438c38

Choose a tag to compare

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.

v3.2.0

14 Jun 09:18
a5b1ab0

Choose a tag to compare

Full Changelog: v3.1.2...v3.2.0

v3.1.2

18 Apr 17:08
1b145aa

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.1...v3.1.2

v2.9.6

18 Apr 17:38

Choose a tag to compare

What's new

  • Backported fix: remove cookie handling code (#379)

Full Changelog: v2.9.5...v2.9.6

3.1.1

19 Mar 22:27
64c71fb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.1.1

v2.9.5

19 Mar 23:12

Choose a tag to compare

What's Changed

  • Backporting a fix to give a default retry-after on 429s/503s

v2.9.4

21 Feb 17:29
13599a9

Choose a tag to compare

What's Changed

Fix: Cloud fetch file download errors (#356)
Fix: Redact the URL query parameters from the urllib3.connectionpool logs (#341)

Full Changelog: v2.9.3...v2.9.4

v3.1.0

17 Feb 01:31
5048934

Choose a tag to compare

What's Changed

  • Support Databricks OAuth on GCP (#338)
  • Support Databricks OAuth on Azure (#351)
  • Revert retry-after behavior to be exponential backoff (#349)

v2.9.4-beta.1

16 Feb 20:56
da723e5

Choose a tag to compare

v2.9.4-beta.1 Pre-release
Pre-release

What's Changed

  • Fix: Cloud fetch file download errors (#356)
  • Fix: Redact the URL query parameters from the urllib3.connectionpool logs (#341)

v3.0.3

02 Feb 19:53
5a06ccd

Choose a tag to compare

What's Changed

  • Fix: Revised docstrings and examples for OAuth (#339)
  • Fix: Redact the URL query parameters from the urllib3.connectionpool logs ((#341)