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.1.x (Unreleased)
44
5+ ## 2.2.2 (2022-12-30)
6+
7+ - Support custom oauth client id and redirect port
8+ - Fix: Add none check on _ oauth_persistence in DatabricksOAuthProvider
9+
510## 2.2.1 (2022-11-29)
611
712- Add support for Python 3.11
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " databricks-sql-connector"
3- version = " 2.2.1 "
3+ version = " 2.2.2 "
44description = " Databricks SQL Connector for Python"
55authors = [
" Databricks <[email protected] >" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def __repr__(self):
2828DATE = DBAPITypeObject ("date" )
2929ROWID = DBAPITypeObject ()
3030
31- __version__ = "2.2.1 "
31+ __version__ = "2.2.2 "
3232USER_AGENT_NAME = "PyDatabricksSqlConnector"
3333
3434# These two functions are pyhive legacy
You can’t perform that action at this time.
0 commit comments