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.2.1 (2025-11-20)
4+ - Ignore transactions by default (databricks/databricks-sql-python #711 by @jayantsing-db )
5+
36# 4.2.0 (2025-11-14)
47- Add multi-statement transaction support (databricks/databricks-sql-python #704 by @jayantsing-db )
58- Add a workflow to parallelise the E2E tests (databricks/databricks-sql-python #697 by @msrathore-db )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " databricks-sql-connector"
3- version = " 4.2.0 "
3+ version = " 4.2.1 "
44description = " Databricks SQL Connector for Python"
55authors = [
" Databricks <[email protected] >" ]
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.0 "
74+ __version__ = "4.2.1 "
7575USER_AGENT_NAME = "PyDatabricksSqlConnector"
7676
7777# These two functions are pyhive legacy
You can’t perform that action at this time.
0 commit comments