File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 2.9.4 (Unreleased)
4
4
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
+
5
10
## 2.9.3 (2023-08-24)
6
11
7
12
- Fix: Connections failed when urllib3~ =1.0.0 is installed (#206 )
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " databricks-sql-connector"
3
- version = " 2.9.3 "
3
+ version = " 2.9.4b1 "
4
4
description = " Databricks SQL Connector for Python"
5
5
authors = [
" Databricks <[email protected] >" ]
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ def __repr__(self):
60
60
DATE = DBAPITypeObject ("date" )
61
61
ROWID = DBAPITypeObject ()
62
62
63
- __version__ = "2.9.3 "
63
+ __version__ = "2.9.4b1 "
64
64
USER_AGENT_NAME = "PyDatabricksSqlConnector"
65
65
66
66
# These two functions are pyhive legacy
You can’t perform that action at this time.
0 commit comments