Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

# 1.0.4
# 1.0.5 (2025-01-27)

- All the SQLAlchemy features from `databricks-sql-connector>=4.0.0` have been moved to this `databricks-sqlalchemy` library
- Support for SQLAlchemy v1 dialect is provided
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "databricks-sqlalchemy"
version = "1.0.4"
version = "1.0.5"
description = "Databricks SQLAlchemy plugin for Python"
authors = ["Databricks <[email protected]>"]
license = "Apache-2.0"
Expand Down
Loading