Skip to content

Commit a5de17f

Browse files
pquentinmarciw
andauthored
Apply suggestions from code review
Co-authored-by: Marci W <[email protected]>
1 parent ecdc69b commit a5de17f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/release-notes/breaking-changes.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ Breaking changes can impact your Elastic applications, potentially disrupting no
1919
::::{dropdown} Remove deprecated `Elasticsearch()` options
2020
The `timeout`, `randomize_hosts`, `host_info_callback`, `sniffer_timeout`, `sniff_on_connection_fail` and `maxsize` parameters were deprecated in elasticsearch-py 8.0 and are now removed from `Elasticsearch.__init__()`.
2121
For more information, check [PR #2840](https://github.com/elastic/elasticsearch-py/pull/2840).
22-
**Impact**<br> These parameters were removed in favor of more descriptive versions. Using any of those parameters will prevent instantiating the Elasticsearch client.
23-
**Action**<br> Those parameters can be replaced as follows:
22+
23+
**Impact**<br> These parameters were removed in favor of more descriptive versions. Using any of these parameters will prevent instantiating the Elasticsearch client.
24+
25+
**Action**<br> These parameters can be replaced as follows:
2426
* `timeout` is now `request_timeout`
2527
* `randomize_hosts` is now `randomize_nodes_in_pool`
2628
* `host_info_callback` is now `sniffed_node_callback`

0 commit comments

Comments
 (0)