We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e863d commit 8d7d3cbCopy full SHA for 8d7d3cb
docs/changelog/119227.yaml
@@ -5,8 +5,9 @@ type: breaking
5
issues: []
6
breaking:
7
title: Remove unfreeze REST endpoint
8
- area: Indices APIs
9
- details: Please describe the details of this change for the release notes. You can
10
- use asciidoc.
11
- impact: Please describe the impact of this change to users
+ area: REST API
+ details: >-
+ The `/{index}/_unfreeze` REST endpoint is no longer supported. This API was deprecated, and the corresponding
+ `/{index}/_freeze` endpoint was removed in 8.0.
12
+ impact: None, since it is not possible to have a frozen index in a version which is readable by Elasticsearch 9.0
13
notable: false
0 commit comments