Skip to content

Releases: databricks/databricks-sql-python

v3.7.1

07 Jan 17:38
4c62c69
Compare
Choose a tag to compare

Whats changed

Full Changelog: v3.6.0...v3.7.1

v3.7.0

23 Dec 08:57
f9d6ef1
Compare
Choose a tag to compare

Whats changed

  • Fix: Incorrect number of rows fetched in inline results when fetching results with FETCH_NEXT orientation (#479 by @jprakash-db)
  • Updated the doc to specify native parameters are not supported in PUT operation (#477 by @jprakash-db)
  • Relax pyarrow and numpy pin (#452 by @arredond)
  • Feature: Support for async execute has been added (#463 by @jprakash-db)
  • Updated the HTTP retry logic to be similar to the other Databricks drivers (#467 by @jprakash-db)

Full Changelog: v3.6.0...v3.7.0

v3.6.0

25 Oct 20:49
ecdddba
Compare
Choose a tag to compare

What's Changed

  • Support encryption headers in the cloud fetch request by @jackyhu-db in #460

Full Changelog: v3.5.0...v3.6.0

v3.5.0

18 Oct 17:37
55105fe
Compare
Choose a tag to compare

What's Changed

  • Create a non pyarrow flow to handle small results for the column set by @jprakash-db in #440
  • Fix: On non-retryable error, ensure PySQL includes useful information in error by @shivam2680 in #447

New Contributors

Full Changelog: v3.4.0...v3.5.0

v3.4.0

27 Aug 13:18
d31063c
Compare
Choose a tag to compare
  • Unpin pandas to support v2.2.2 (#416 by @kfollesdal)
  • Make OAuth as the default authenticator if no authentication setting is provided (#419 by @jackyhu-db)
  • Fix (regression): use SSL options with HTTPS connection pool (#425 by @kravets-levko)

Full Changelog: v3.3.0...v3.4.0

v3.3.0

17 Jul 17:38
b438c38
Compare
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
Compare
Choose a tag to compare

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

v3.1.2

18 Apr 17:08
1b145aa
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

New Contributors

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