Releases: databricks/databricks-sql-python
Releases · databricks/databricks-sql-python
v3.1.2
What's Changed
- Fix cookie setting by @benc-db in #379
- Fixing a couple type problems: how I would address most of #381 by @wyattscarpenter in #382
- fix the return types of the classes' enter functions by @wyattscarpenter in #384
New Contributors
- @wyattscarpenter made their first contribution in #382
Full Changelog: v3.1.1...v3.1.2
v2.9.6
3.1.1
What's Changed
- [PECO-1440] Expose current query id on cursor object by @kravets-levko in #364
- Add a default for retry after by @benc-db in #371
- Fix boolean literals by @aholyoke in #357
- Don't retry network requests that fail with code 403 by @susodapop in #373
New Contributors
- @kravets-levko made their first contribution in #364
- @aholyoke made their first contribution in #357
Full Changelog: v3.1.0...v3.1.1
v2.9.5
v2.9.4
What's Changed
Fix: Cloud fetch file download errors (#356)
Fix: Redact the URL query parameters from the urllib3.connectionpool logs (#341)
Full Changelog: v2.9.3...v2.9.4
v3.1.0
v2.9.4-beta.1
v3.0.3
v3.0.2
In this release:
SQLAlchemy dialect now supports table and column comments (thanks @cbornet!)
Fix: SQLAlchemy dialect now correctly reflects TINYINT types (thanks @TimTheinAtTabs!)
Fix: server_hostname URIs that included https:// would raise an exception
Other: pinned to pandas<=2.1 and urllib3>=1.26 to avoid runtime errors in dbt-databricks (#330)
v3.0.1
In this release:
- Other: updated docstring comment about default parameterization approach (#287)
- Other: added tests for reading complex types and revised docstrings and type hints (#293)
- Fix: SQLAlchemy dialect raised DeprecationWarning due to dbapi classmethod (#294)
- Fix: SQLAlchemy dialect could not reflect TIMESTAMP_NTZ columns (#296)