Skip to content

Commit d46b501

Browse files
bump version to 2.9.4b1 (#359)
Signed-off-by: Andre Furlan <[email protected]>
1 parent 6a348ec commit d46b501

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
@@ -2,6 +2,11 @@
22

33
## 2.9.4 (Unreleased)
44

5+
## 2.9.4b1 (2024-02-16)
6+
7+
- Fix: Cloud fetch file download errors (#356)
8+
- Fix: Redact the URL query parameters from the urllib3.connectionpool logs (#341)
9+
510
## 2.9.3 (2023-08-24)
611

712
- Fix: Connections failed when urllib3~=1.0.0 is installed (#206)

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.9.3"
3+
version = "2.9.4b1"
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
@@ -60,7 +60,7 @@ def __repr__(self):
6060
DATE = DBAPITypeObject("date")
6161
ROWID = DBAPITypeObject()
6262

63-
__version__ = "2.9.3"
63+
__version__ = "2.9.4b1"
6464
USER_AGENT_NAME = "PyDatabricksSqlConnector"
6565

6666
# These two functions are pyhive legacy

0 commit comments

Comments
 (0)