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 11# Release History
22
3+ # 4.1.5 (2026-03-23)
4+ - Add _ retry_server_directed_only mode for Retry-After header compliance (databricks/databricks-sql-python #757 by @sd-db )
5+
36# 4.1.4 (2025-10-15)
47- Add support for Token Federation (databricks/databricks-sql-python #691 by @madhav-db )
58- Add metric view support (databricks/databricks-sql-python #688 by @shivam2680 )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " databricks-sql-connector"
3- version = " 4.1.4 "
3+ version = " 4.1.5 "
44description = " Databricks SQL Connector for Python"
55authors = [" Databricks <databricks-sql-connector-maintainers@databricks.com>" ]
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.1.4 "
71+ __version__ = "4.1.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