Skip to content

Commit cca421b

Browse files
Bump to version 4.2.0 (#707)
Bump to version 4.2.0 Signed-off-by: Jayant Singh <[email protected]>
1 parent f9f5fc6 commit cca421b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release History
22

3+
# 4.2.0 (2025-11-14)
4+
- Add multi-statement transaction support (databricks/databricks-sql-python#704 by @jayantsing-db)
5+
- Add a workflow to parallelise the E2E tests (databricks/databricks-sql-python#697 by @msrathore-db)
6+
- Bring Python telemetry event model consistent with JDBC (databricks/databricks-sql-python#701 by @nikhilsuri-db)
7+
38
# 4.1.4 (2025-10-15)
49
- Add support for Token Federation (databricks/databricks-sql-python#691 by @madhav-db)
510
- Add metric view support (databricks/databricks-sql-python#688 by @shivam2680)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "databricks-sql-connector"
3-
version = "4.1.4"
3+
version = "4.2.0"
44
description = "Databricks SQL Connector for Python"
55
authors = ["Databricks <[email protected]>"]
66
license = "Apache-2.0"

src/databricks/sql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def __repr__(self):
7171
DATE = DBAPITypeObject("date")
7272
ROWID = DBAPITypeObject()
7373

74-
__version__ = "4.1.4"
74+
__version__ = "4.2.0"
7575
USER_AGENT_NAME = "PyDatabricksSqlConnector"
7676

7777
# These two functions are pyhive legacy

0 commit comments

Comments
 (0)