File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 22
33# x.x.x (TBD)
44
5- - Don't retry requests that fail with code 403
5+ # 3.1.1 (2024-03-19)
6+
7+ - Don't retry requests that fail with code 403 (#373 )
8+ - Assume a default retry-after for 429/503 (#371 )
9+ - Fix boolean literals (#357 )
610
711# 3.1.0 (2024-02-16)
812
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " databricks-sql-connector"
3- version = " 3.1.0 "
3+ version = " 3.1.1 "
44description = " Databricks SQL Connector for Python"
55authors = [" Databricks <databricks-sql-connector-maintainers@databricks.com>" ]
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.1.0 "
65+ __version__ = "3.1.1 "
6666USER_AGENT_NAME = "PyDatabricksSqlConnector"
6767
6868# These two functions are pyhive legacy
You can’t perform that action at this time.
0 commit comments