Releases: databricks/databricks-sql-python
Releases · databricks/databricks-sql-python
v2.4.1
In this release:
- Less strict numpy and pyarrow dependencies (#90)
- Update examples in README to use security best practices
- Update docstring for
client.execute()
for clarity
v2.4.0
This release adds a SQLAlchemy dialect to the connector. Example usage is shown in the /examples directory of the repo.
v2.3.0
This release adds support for staging ingestion commands with DBR 12+
v2.2.2
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
This release adds support for Python 3.11
v2.2.0
Included in this release:
v2.1.0
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
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
- 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
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.