File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
+ # 4.0.5 (2025-06-24)
4
+ - Fix: Reverted change in cursor close handling which led to errors impacting users
5
+
3
6
# 4.0.4 (2025-06-16)
4
7
5
8
- 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 1
1
[tool .poetry ]
2
2
name = " databricks-sql-connector"
3
- version = " 4.0.4 "
3
+ version = " 4.0.5 "
4
4
description = " Databricks SQL Connector for Python"
5
5
authors = [" Databricks <databricks-sql-connector-maintainers@databricks.com>" ]
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ def __repr__(self):
68
68
DATE = DBAPITypeObject ("date" )
69
69
ROWID = DBAPITypeObject ()
70
70
71
- __version__ = "4.0.4 "
71
+ __version__ = "4.0.5 "
72
72
USER_AGENT_NAME = "PyDatabricksSqlConnector"
73
73
74
74
# These two functions are pyhive legacy
You can’t perform that action at this time.
0 commit comments