File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# x.x.x (TBD)
4
4
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 )
6
10
7
11
# 3.1.0 (2024-02-16)
8
12
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " databricks-sql-connector"
3
- version = " 3.1.0 "
3
+ version = " 3.1.1 "
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.1.0 "
65
+ __version__ = "3.1.1 "
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