elasticsearch/docs/reference/sql/endpoints/version-compat.asciidoc
George Wallace ceb941f48c
Removing server from the version compatibility table (#109168)
* Removing server from the version compatibility table

* fixed typo

---------

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2024-05-29 11:57:46 -06:00

47 lines
1.3 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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.
|====