File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- # 3.0.3 (TBD )
3
+ # 3.0.3 (2024-02-02 )
4
4
5
5
- Revised docstrings and examples for OAuth (#339 )
6
+ - Redact the URL query parameters from the urllib3.connectionpool logs (#341 )
6
7
7
8
# 3.0.2 (2024-01-25)
8
9
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " databricks-sql-connector"
3
- version = " 3.0.2 "
3
+ version = " 3.0.3 "
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 @@ -62,7 +62,7 @@ def __repr__(self):
62
62
DATE = DBAPITypeObject ("date" )
63
63
ROWID = DBAPITypeObject ()
64
64
65
- __version__ = "3.0.2 "
65
+ __version__ = "3.0.3 "
66
66
USER_AGENT_NAME = "PyDatabricksSqlConnector"
67
67
68
68
# These two functions are pyhive legacy
You can’t perform that action at this time.
0 commit comments