-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Doc] Added a note about dropping Elasticsearch 1.x support
- Loading branch information
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Backwards compatibility changes | ||
|
||
Changes affecting version compatibility with former or future versions. | ||
|
||
## Removed features | ||
|
||
* Elasticsearch support has been dropped. It supported Elasticsearch 1.x, | ||
while the latest Elasticsearch release is 7.0. | ||
|
||
The support for this search engine will be provided once again as a separate bundle. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Upgrade steps from 7.5 to 8.0 | ||
|
||
See [`doc/bc/changes-8.0.md`](/doc/bc/changes-8.0.md) for requirements changes and deprecations. |