Skip to content

Commit 9968a64

Browse files
msrathore-dbclaude
andcommitted
Version bump to 2.0.9
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e29be21 commit 9968a64

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release History
22

3+
# 2.0.9 (2026-02-20)
4+
5+
- Feature: Added `pool_pre_ping` support via `do_ping()` override to detect and recycle dead connections (databricks/databricks-sqlalchemy#54 by @msrathore-db)
6+
- Fix: Pinned poetry version in CI workflows to fix build failures (databricks/databricks-sqlalchemy#54 by @msrathore-db)
7+
38
# 2.0.8 (2025-09-08)
49

510
- Feature: Added support for variant datatype (databricks/databricks-sqlalchemy#42 by @msrathore-db)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "databricks-sqlalchemy"
3-
version = "2.0.8"
3+
version = "2.0.9"
44
description = "Databricks SQLAlchemy plugin for Python"
55
authors = ["Databricks <databricks-sql-connector-maintainers@databricks.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)