File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Release History
22
3+ # 4.0.5 (2025-06-24)
4+ - Fix: Reverted change in cursor close handling which led to errors impacting users (databricks/databricks-sql-python #613 by @madhav-db )
5+
36# 4.0.4 (2025-06-16)
47
58- Update thrift client library after cleaning up unused fields and structs (databricks/databricks-sql-python #553 by @vikrantpuppala )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " databricks-sql-connector"
3- version = " 4.0.4 "
3+ version = " 4.0.5 "
44description = " Databricks SQL Connector for Python"
55authors = [
" Databricks <[email protected] >" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ def __repr__(self):
6868DATE = DBAPITypeObject ("date" )
6969ROWID = DBAPITypeObject ()
7070
71- __version__ = "4.0.4 "
71+ __version__ = "4.0.5 "
7272USER_AGENT_NAME = "PyDatabricksSqlConnector"
7373
7474# These two functions are pyhive legacy
You can’t perform that action at this time.
0 commit comments