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 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 )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " databricks-sql-connector"
3- version = " 2.9.3 "
3+ version = " 2.9.4b1 "
44description = " Databricks SQL Connector for Python"
55authors = [
" Databricks <[email protected] >" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ def __repr__(self):
6060DATE = DBAPITypeObject ("date" )
6161ROWID = DBAPITypeObject ()
6262
63- __version__ = "2.9.3 "
63+ __version__ = "2.9.4b1 "
6464USER_AGENT_NAME = "PyDatabricksSqlConnector"
6565
6666# These two functions are pyhive legacy
You can’t perform that action at this time.
0 commit comments