Skip to content

Commit 11c0f48

Browse files
Fix new parameter name in breaking changes docs (#3038) (#3040)
(cherry picked from commit 6bfbdaf) Co-authored-by: Quentin Pradet <[email protected]>
1 parent 5fca28c commit 11c0f48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/release-notes/breaking-changes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For more information, check [PR #2840](https://github.com/elastic/elasticsearch-
2828
* `host_info_callback` is now `sniffed_node_callback`
2929
* `sniffer_timeout` is now `min_delay_between_sniffing`
3030
* `sniff_on_connection_fail` is now `sniff_on_node_failure`
31-
* `maxsize` is now `connection_per_node`
31+
* `maxsize` is now `connections_per_node`
3232
::::
3333

3434
::::{dropdown} Remove deprecated url_prefix and use_ssl host keys
@@ -50,4 +50,4 @@ Elasticsearch 9 removed the kNN search and Unfreeze index APIs.
5050
**Action**<br>
5151
* The kNN search API has been replaced by the `knn` option in the search API since Elasticsearch 8.4.
5252
* The Unfreeze index API was deprecated in Elasticsearch 7.14 and has been removed in Elasticsearch 9.
53-
::::
53+
::::

0 commit comments

Comments
 (0)