Skip to content

Commit 74e922a

Browse files
author
Jesse Whitehouse
committed
Update changelog
Signed-off-by: Jesse Whitehouse <[email protected]>
1 parent 8c85023 commit 74e922a

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

CHANGELOG.md

+12-8
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
11
# Release History
22

3-
## 2.9.x (Unreleased)
3+
## 2.9.4 (Unreleased)
4+
5+
## 2.9.3 (2023-08-23)
6+
7+
- Fix: Connections failed when urllib3~=1.0.0 is installed (#206)
48

59
## 2.9.2 (2023-08-17)
610

7-
- Other: Add `examples/v3_retries_query_execute.py`
8-
- Other: suppress log message when `_enable_v3_retries` is not `True`
9-
- Other: make this connector backwards compatible with `urllib3>=1.0.0`
11+
- Other: Add `examples/v3_retries_query_execute.py` (#199)
12+
- 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)
1014

1115
## 2.9.1 (2023-08-11)
1216

13-
- Other: Explicitly pin urllib3 to ^2.0.0
17+
- Other: Explicitly pin urllib3 to ^2.0.0 (#191)
1418

1519
## 2.9.0 (2023-08-10)
1620

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)
2024

2125
## 2.8.0 (2023-07-21)
2226

0 commit comments

Comments
 (0)