Skip to content

Commit 6fc939d

Browse files
author
Jesse
authored
Bump to version 2.5.0 (#104)
Signed-off-by: Jesse Whitehouse <[email protected]>
1 parent b55c7b8 commit 6fc939d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Release History
22

3-
## 2.4.x (Unreleased)
3+
## 2.5.x (Unreleased)
4+
5+
## 2.5.0 (Unreleased)
6+
- Add support for External Auth providers
7+
- Fix: Python HTTP proxies were broken
8+
- Other: All Thrift requests that timeout during connection will be automatically retried
49

510
## 2.4.1 (2023-03-21)
611

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 = "2.4.1"
3+
version = "2.5.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
@@ -28,7 +28,7 @@ def __repr__(self):
2828
DATE = DBAPITypeObject("date")
2929
ROWID = DBAPITypeObject()
3030

31-
__version__ = "2.4.1"
31+
__version__ = "2.5.0"
3232
USER_AGENT_NAME = "PyDatabricksSqlConnector"
3333

3434
# These two functions are pyhive legacy

0 commit comments

Comments
 (0)