Skip to content

Releases: databricks/databricks-sql-python

v2.0.5

23 Aug 18:02
d024317
Compare
Choose a tag to compare

Fix: closing a connection now closes any open cursors from that connection at the server
Other: Add project links to pyproject.toml (helpful for visitors from PyPi)

v2.0.4

17 Aug 19:17
6b7f352
Compare
Choose a tag to compare
  • Add support for Python 3.10
  • Add unit test matrix for supported Python versions

Huge thanks to @dbaxa for contributing this change!

v2.0.3

10 Aug 20:27
60673c1
Compare
Choose a tag to compare

This is our first release since open sourcing databricks-sql-connector. Most of the changes are non-user facing. This release adds:

  • Retry logic for GetOperationStatus requests that fail with an OSError
  • Reorganised code to use Poetry for dependency management.