Skip to content

Commit

Permalink
Removing server from the version compatibility table (#109168) (#109181)
Browse files Browse the repository at this point in the history
* Removing server from the version compatibility table

* fixed typo

---------

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
georgewallace and elasticmachine authored May 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e94dad6 commit 6de1c44
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions docs/reference/sql/endpoints/version-compat.asciidoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Your driver must be compatible with your {es} server version.
Your driver must be compatible with your {es} version.

IMPORTANT: The driver version cannot be newer than the {es} server version.
For example, A 7.10.0 server is not compatible with {version} drivers.
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} server version
| {es} version
| Compatible driver versions
| Example

@@ -16,33 +16,32 @@ ifeval::[ "{minor-version}" != "8.0" ]
| * The same version
* Any earlier 8.x version
* Any 7.x version after 7.7.0.
| An {version} server is compatible with {version} and earlier 8.x drivers. An
{version} server is also compatible with 7.7.0 and later 7.x drivers.
| {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.
| An 8.0.0 server is compatible with 8.0.0 drivers. An 8.0.0 server is also
| {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.
| A 7.10.0 server is compatible with 7.7.0-7.10.0 drivers.
| {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.
| A 7.10.0 server is compatible with 7.7.0-7.10.0 drivers.
| {es} 7.10.0 is compatible with 7.7.0-7.10.0 drivers.
endif::[]

| 7.7.0 and earlier versions
| * The same version.
| A 7.6.1 server is only compatible with 7.6.1 drivers.
| {es} 7.6.1 is only compatible with 7.6.1 drivers.
|====

0 comments on commit 6de1c44

Please sign in to comment.