File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3- # 3.0.3 (TBD )
3+ # 3.0.3 (2024-02-02 )
44
55- Revised docstrings and examples for OAuth (#339 )
6+ - Redact the URL query parameters from the urllib3.connectionpool logs (#341 )
67
78# 3.0.2 (2024-01-25)
89
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " databricks-sql-connector"
3- version = " 3.0.2 "
3+ version = " 3.0.3 "
44description = " Databricks SQL Connector for Python"
55authors = [
" Databricks <[email protected] >" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ def __repr__(self):
6262DATE = DBAPITypeObject ("date" )
6363ROWID = DBAPITypeObject ()
6464
65- __version__ = "3.0.2 "
65+ __version__ = "3.0.3 "
6666USER_AGENT_NAME = "PyDatabricksSqlConnector"
6767
6868# These two functions are pyhive legacy
You can’t perform that action at this time.
0 commit comments