File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 )
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 )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " databricks-sql-connector"
3- version = " 4.0.6 "
3+ version = " 4.1.0 "
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 @@ -68,7 +68,7 @@ def __repr__(self):
6868DATE = DBAPITypeObject ("date" )
6969ROWID = DBAPITypeObject ()
7070
71- __version__ = "4.0.6 "
71+ __version__ = "4.1.0 "
7272USER_AGENT_NAME = "PyDatabricksSqlConnector"
7373
7474# These two functions are pyhive legacy
You can’t perform that action at this time.
0 commit comments