You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make backwards compatible with urllib3~=1.0 [Follow up #197] (#206)
* Make retry policy backwards compatible with urllib3~=1.0.0
We already implement the equivalent of backoff_max so the behaviour will
be the same for urllib3==1.x and urllib3==2.x
We do not implement backoff jitter so the behaviour for urllib3==1.x will
NOT include backoff jitter whereas urllib3==2.x WILL include jitter.
---------
Signed-off-by: Jesse Whitehouse <[email protected]>
- Other: suppress log message when `_enable_v3_retries` is not `True` (#199)
13
+
- Other: make this connector backwards compatible with `urllib3>=1.0.0` (#197)
10
14
11
15
## 2.9.1 (2023-08-11)
12
16
13
-
- Other: Explicitly pin urllib3 to ^2.0.0
17
+
- Other: Explicitly pin urllib3 to ^2.0.0 (#191)
14
18
15
19
## 2.9.0 (2023-08-10)
16
20
17
-
- Replace retry handling with DatabricksRetryPolicy. This is disabled by default. To enable, set `enable_v3_retries=True` when creating `databricks.sql.client`
18
-
- Other: Fix typo in README quick start example
19
-
- Other: Add autospec to Client mocks and tidy up `make_request`
21
+
- Replace retry handling with DatabricksRetryPolicy. This is disabled by default. To enable, set `enable_v3_retries=True` when creating `databricks.sql.client` (#182)
22
+
- Other: Fix typo in README quick start example (#186)
23
+
- Other: Add autospec to Client mocks and tidy up `make_request` (#188)
0 commit comments