File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3- ## 2.x .x (Unreleased)
3+ ## 2.0 .x (Unreleased)
44
5+ ## 2.0.3 (2022-08-05)
6+
7+ - Add retry logic for ` GetOperationStatus ` requests that fail with an ` OSError `
58- Reorganised code to use Poetry for dependency management.
69## 2.0.2 (2022-05-04)
710- Better exception handling in automatic connection close
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " databricks-sql-connector"
3- version = " 2.0.2 "
3+ version = " 2.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 @@ -28,7 +28,7 @@ def __repr__(self):
2828DATE = DBAPITypeObject ("date" )
2929ROWID = DBAPITypeObject ()
3030
31- __version__ = "2.0.2 "
31+ __version__ = "2.0.3 "
3232USER_AGENT_NAME = "PyDatabricksSqlConnector"
3333
3434# These two functions are pyhive legacy
You can’t perform that action at this time.
0 commit comments