File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Release History
22
3+ # 4.2.6 (2026-04-22)
4+ - Add SPOG routing support for account-level vanity URLs (databricks/databricks-sql-python #767 by @msrathore-db )
5+ - Fix dependency_manager: handle PEP 440 ~ = compatible release syntax (databricks/databricks-sql-python #776 by @vikrantpuppala )
6+ - Bump thrift to fix deprecation warning (databricks/databricks-sql-python #733 by @Korijn )
7+ - Add AI coding agent detection to User-Agent header (databricks/databricks-sql-python #740 by @vikrantpuppala )
8+ - Add statement-level query_tags support for SEA backend (databricks/databricks-sql-python #754 by @sreekanth-db )
9+ - Update PyArrow concatenation of tables to use promote_options as default (databricks/databricks-sql-python #751 by @jprakash-db )
10+ - Fix float inference to use DoubleParameter (64-bit) instead of FloatParameter (databricks/databricks-sql-python #742 by @Shubhambhusate )
11+ - Allow specifying query_tags as a dict upon connection creation (databricks/databricks-sql-python #749 by @jiabin-hu )
12+ - Add query_tags parameter support for execute methods (databricks/databricks-sql-python #736 by @jiabin-hu )
13+
314# 4.2.5 (2026-02-09)
415- Fix feature-flag endpoint retries in gov region (databricks/databricks-sql-python #735 by @samikshya-db )
516- Improve telemetry lifecycle management (databricks/databricks-sql-python #734 by @msrathore-db )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " databricks-sql-connector"
3- version = " 4.2.5 "
3+ version = " 4.2.6 "
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 @@ -71,7 +71,7 @@ def __repr__(self):
7171DATE = DBAPITypeObject ("date" )
7272ROWID = DBAPITypeObject ()
7373
74- __version__ = "4.2.5 "
74+ __version__ = "4.2.6 "
7575USER_AGENT_NAME = "PyDatabricksSqlConnector"
7676
7777# These two functions are pyhive legacy
You can’t perform that action at this time.
0 commit comments