File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- # 3.0.4 (TBD )
3
+ # 3.1.0 (2024-02-16 )
4
4
5
- - Revert retry-after behavior to be exponential backoff
5
+ - Revert retry-after behavior to be exponential backoff (#349 )
6
+ - Support Databricks OAuth on Azure (#351 )
7
+ - Support Databricks OAuth on GCP (#338 )
6
8
7
9
# 3.0.3 (2024-02-02)
8
10
9
- - Add support in-house OAuth on GCP (#338 )
10
11
- Revised docstrings and examples for OAuth (#339 )
11
12
- Redact the URL query parameters from the urllib3.connectionpool logs (#341 )
12
13
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " databricks-sql-connector"
3
- version = " 3.0.3 "
3
+ version = " 3.1.0 "
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.3 "
65
+ __version__ = "3.1.0 "
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