File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3+ # 4.2.5 (2026-02-09)
4+ - Fix feature-flag endpoint retries in gov region (databricks/databricks-sql-python #735 by @samikshya-db )
5+ - Improve telemetry lifecycle management (databricks/databricks-sql-python #734 by @msrathore-db )
6+
37# 4.2.4 (2026-01-07)
48- Fixed the exception handler close() on _ TelemetryClientHolder (databricks/databricks-sql-python #723 by @msrathore-db )
59- Created util method to normalise http protocol in http path (databricks/databricks-sql-python #724 by @nikhilsuri-db )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " databricks-sql-connector"
3- version = " 4.2.4 "
3+ version = " 4.2.5 "
44description = " Databricks SQL Connector for Python"
55authors = [" Databricks <databricks-sql-connector-maintainers@databricks.com>" ]
66license = " Apache-2.0"
@@ -92,4 +92,4 @@ show_missing = true
9292skip_covered = false
9393
9494[tool .coverage .xml ]
95- output = " coverage.xml"
95+ output = " coverage.xml"
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def __repr__(self):
7171DATE = DBAPITypeObject ("date" )
7272ROWID = DBAPITypeObject ()
7373
74- __version__ = "4.2.4 "
74+ __version__ = "4.2.5 "
7575USER_AGENT_NAME = "PyDatabricksSqlConnector"
7676
7777# These two functions are pyhive legacy
You can’t perform that action at this time.
0 commit comments