Skip to content

Commit 6de1c44

Browse files
Removing server from the version compatibility table (#109168) (#109181)
* Removing server from the version compatibility table * fixed typo --------- Co-authored-by: Elastic Machine <[email protected]>
1 parent e94dad6 commit 6de1c44

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed
Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
Your driver must be compatible with your {es} server version.
1+
Your driver must be compatible with your {es} version.
22

3-
IMPORTANT: The driver version cannot be newer than the {es} server version.
4-
For example, A 7.10.0 server is not compatible with {version} drivers.
3+
IMPORTANT: The driver version cannot be newer than the {es} version.
4+
For example, {es} version 7.10.0 is not compatible with {version} drivers.
55

66
[options="header",cols="1,3a,1"]
77
|====
8-
| {es} server version
8+
| {es} version
99
| Compatible driver versions
1010
| Example
1111

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

2322
ifeval::[ "{minor-version}" == "8.0" ]
2423
| 8.0.0
2524
| * The same version
2625
* Any 7.x version after 7.7.0.
27-
| An 8.0.0 server is compatible with 8.0.0 drivers. An 8.0.0 server is also
26+
| {es} 8.0.0 is compatible with 8.0.0 drivers. {es} 8.0.0 is also
2827
compatible with 7.7.0 and later 7.x drivers.
2928
endif::[]
3029

3130
| 7.7.1-{prev-major-last}
3231
| * The same version
3332
* An earlier 7.x version, back to 7.7.0.
34-
| A 7.10.0 server is compatible with 7.7.0-7.10.0 drivers.
33+
| {es} 7.10.0 is compatible with 7.7.0-7.10.0 drivers.
3534

3635
endif::[]
3736

3837
ifeval::[ "{major-version}" == "7.x" ]
3938
| 7.7.1-{version}
4039
| * The same version
4140
* An earlier 7.x version, back to 7.7.0.
42-
| A 7.10.0 server is compatible with 7.7.0-7.10.0 drivers.
41+
| {es} 7.10.0 is compatible with 7.7.0-7.10.0 drivers.
4342
endif::[]
4443

4544
| 7.7.0 and earlier versions
4645
| * The same version.
47-
| A 7.6.1 server is only compatible with 7.6.1 drivers.
46+
| {es} 7.6.1 is only compatible with 7.6.1 drivers.
4847
|====

0 commit comments

Comments
 (0)