Skip to content

Commit 88ba239

Browse files
Update for 4.1.0
Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
1 parent 7fe3266 commit 88ba239

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# 4.0.6 (2025-08-18)
44
- Removed Codeowners (databricks/databricks-sql-python#623 by @jprakash-db)
5-
- [PECOBLR-587] Azure Service Principal Credential Provider (databricks/databricks-sql-python#621 by @jprakash-db)
5+
- Azure Service Principal Credential Provider (databricks/databricks-sql-python#621 by @jprakash-db)
66
- Add optional telemetry support to the python connector (databricks/databricks-sql-python#628 by @saishreeeee)
77
- Fix potential resource leak in `CloudFetchQueue` (databricks/databricks-sql-python#624 by @varun-edachali-dbx)
88
- Generalise Backend Layer (databricks/databricks-sql-python#604 by @varun-edachali-dbx)
@@ -22,7 +22,7 @@
2222
- Added code coverage workflow to test the code coverage from unit and e2e tests (databricks/databricks-sql-python#657 by @msrathore-db)
2323
- Concat tables to be backward compatible (databricks/databricks-sql-python#647 by @jprakash-db)
2424
- Refactor codebase to use a unified http client (databricks/databricks-sql-python#673 by @vikrantpuppala)
25-
- [PECOBLR-727] Add kerberos support for proxy auth (databricks/databricks-sql-python#675 by @vikrantpuppala)
25+
- Add kerberos support for proxy auth (databricks/databricks-sql-python#675 by @vikrantpuppala)
2626

2727
# 4.0.5 (2025-06-24)
2828
- Fix: Reverted change in cursor close handling which led to errors impacting users (databricks/databricks-sql-python#613 by @madhav-db)

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.0.6"
3+
version = "4.1.0"
44
description = "Databricks SQL Connector for Python"
55
authors = ["Databricks <databricks-sql-connector-maintainers@databricks.com>"]
66
license = "Apache-2.0"

src/databricks/sql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def __repr__(self):
6868
DATE = DBAPITypeObject("date")
6969
ROWID = DBAPITypeObject()
7070

71-
__version__ = "4.0.6"
71+
__version__ = "4.1.0"
7272
USER_AGENT_NAME = "PyDatabricksSqlConnector"
7373

7474
# These two functions are pyhive legacy

0 commit comments

Comments
 (0)