Releases: databricks/databricks-sql-python
Releases · databricks/databricks-sql-python
v2.3.0
10 Jan 17:59
Compare
Sorry, something went wrong.
No results found
This release adds support for staging ingestion commands with DBR 12+
v2.2.2
03 Jan 14:16
Compare
Sorry, something went wrong.
No results found
This release includes the following changes:
Support custom oauth client id and redirect port
Fix: Add none check on _oauth_persistence in DatabricksOAuthProvider
v2.2.1
28 Nov 22:12
Compare
Sorry, something went wrong.
No results found
This release adds support for Python 3.11
v2.2.0
17 Nov 15:04
Compare
Sorry, something went wrong.
No results found
Included in this release:
v2.1.0
01 Oct 02:14
Compare
Sorry, something went wrong.
No results found
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
23 Aug 18:02
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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.