Skip to content

Commit f5573a1

Browse files
committed
Fix impact/action formatting
1 parent 7625be7 commit f5573a1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/release-notes/breaking-changes.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,19 @@ For more information, check [PR #2840](https://github.com/elastic/elasticsearch-
3232
::::{dropdown} Remove deprecated `url_prefix` and `use_ssl` host keys
3333
When instantiating a new client, `hosts` can be specified as a dictionary. The `url_prefix` and `use_ssl` keys are no longer allowed.
3434
For more information, check [PR #2797](https://github.com/elastic/elasticsearch-py/pull/2797).
35-
**Impact**<br> Using any of those parameters will prevent instantiating the Elasticsearch client.
36-
**Action**<br> The parameters can be replaced as follows:
35+
36+
**Impact**<br>
37+
Using any of those parameters will prevent instantiating the Elasticsearch client.
38+
39+
**Action**<br>
40+
The parameters can be replaced as follows:
3741
* `use_ssl` isn't needed as a scheme is required since elasticsearch-py 8.0 (`http` or `https`)
3842
* `url_prefix` should be replaced with `path_prefix`, which is more descriptive. Indeed, this functionality allows deploying Elasticsearch under a specific path, such as `http://host:port/path/to/elasticsearch`, instead of the default root path (`http://host:port/`)
3943
::::
4044

4145
::::{dropdown} Removed APIs
4246
Elasticsearch 9 removed the kNN search and Unfreeze index APIs.
47+
4348
**Action**<br>
4449
* The kNN search API has been replaced by the `knn` option in the search API since Elasticsearch 8.4.
4550
* The Unfreeze index API was deprecated in Elasticsearch 7.14, and has been removed in Elasticsearch 9 since it is not possible to freeze an index since Elasticsearch 8.0.

0 commit comments

Comments
 (0)