mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
* Removing server from the version compatibility table * fixed typo --------- Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
47 lines
1.3 KiB
Text
47 lines
1.3 KiB
Text
Your driver must be compatible with your {es} version.
|
||
|
||
IMPORTANT: The driver version cannot be newer than the {es} version.
|
||
For example, {es} version 7.10.0 is not compatible with {version} drivers.
|
||
|
||
[options="header",cols="1,3a,1"]
|
||
|====
|
||
| {es} version
|
||
| Compatible driver versions
|
||
| Example
|
||
|
||
ifeval::[ "{major-version}" == "8.x" ]
|
||
|
||
ifeval::[ "{minor-version}" != "8.0" ]
|
||
| 8.0.0–{version}
|
||
| * The same version
|
||
* Any earlier 8.x version
|
||
* Any 7.x version after 7.7.0.
|
||
| {es} {version} is compatible with {version} and earlier 8.x drivers. {es} {version} is also compatible with 7.7.0 and later 7.x drivers.
|
||
endif::[]
|
||
|
||
ifeval::[ "{minor-version}" == "8.0" ]
|
||
| 8.0.0
|
||
| * The same version
|
||
* Any 7.x version after 7.7.0.
|
||
| {es} 8.0.0 is compatible with 8.0.0 drivers. {es} 8.0.0 is also
|
||
compatible with 7.7.0 and later 7.x drivers.
|
||
endif::[]
|
||
|
||
| 7.7.1-{prev-major-last}
|
||
| * The same version
|
||
* An earlier 7.x version, back to 7.7.0.
|
||
| {es} 7.10.0 is compatible with 7.7.0-7.10.0 drivers.
|
||
|
||
endif::[]
|
||
|
||
ifeval::[ "{major-version}" == "7.x" ]
|
||
| 7.7.1-{version}
|
||
| * The same version
|
||
* An earlier 7.x version, back to 7.7.0.
|
||
| {es} 7.10.0 is compatible with 7.7.0-7.10.0 drivers.
|
||
endif::[]
|
||
|
||
| 7.7.0 and earlier versions
|
||
| * The same version.
|
||
| {es} 7.6.1 is only compatible with 7.6.1 drivers.
|
||
|====
|