Skip to content

Commit e2a972e

Browse files
Ready for 4.1.1 release (#682)
Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
1 parent 6e0f5ff commit e2a972e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
# 4.1.1 (2025-08-21)
4+
- Add documentation for proxy support (databricks/databricks-sql-python#680 by @vikrantpuppala)
5+
- Fix compatibility with urllib3<2 and add CI actions to improve dependency checks (databricks/databricks-sql-python#678 by @vikrantpuppala)
6+
37
# 4.1.0 (2025-08-18)
48
- Removed Codeowners (databricks/databricks-sql-python#623 by @jprakash-db)
59
- Azure Service Principal Credential Provider (databricks/databricks-sql-python#621 by @jprakash-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.1.0"
3+
version = "4.1.1"
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.1.0"
71+
__version__ = "4.1.1"
7272
USER_AGENT_NAME = "PyDatabricksSqlConnector"
7373

7474
# These two functions are pyhive legacy

0 commit comments

Comments
 (0)