Skip to content

Releases: databricks/databricks-sql-python

v2.2.1

Choose a tag to compare

@susodapop susodapop released this 28 Nov 22:12
205f4b2

This release adds support for Python 3.11

v2.2.0

Choose a tag to compare

@susodapop susodapop released this 17 Nov 15:04

Included in this release:

v2.1.0

Choose a tag to compare

@susodapop susodapop released this 01 Oct 02:14
2e681b5

This release incorporates the following changes:

  • Introduce experimental OAuth support while Bring Your Own IDP is in Public Preview on AWS
  • Add functional examples

v2.0.5

Choose a tag to compare

@susodapop susodapop released this 23 Aug 18:02
d024317

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

Choose a tag to compare

@susodapop susodapop released this 17 Aug 19:17
6b7f352
  • 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

Choose a tag to compare

@susodapop susodapop released this 10 Aug 20:27
60673c1

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.