1
- Your driver must be compatible with your {es} server version.
1
+ Your driver must be compatible with your {es} version.
2
2
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.
5
5
6
6
[options="header",cols="1,3a,1"]
7
7
|====
8
- | {es} server version
8
+ | {es} version
9
9
| Compatible driver versions
10
10
| Example
11
11
@@ -16,33 +16,32 @@ ifeval::[ "{minor-version}" != "8.0" ]
16
16
| * The same version
17
17
* Any earlier 8.x version
18
18
* 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.
21
20
endif::[]
22
21
23
22
ifeval::[ "{minor-version} " == "8.0" ]
24
23
| 8.0.0
25
24
| * The same version
26
25
* 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
28
27
compatible with 7.7.0 and later 7.x drivers.
29
28
endif::[]
30
29
31
30
| 7.7.1-{prev-major-last}
32
31
| * The same version
33
32
* 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.
35
34
36
35
endif::[]
37
36
38
37
ifeval::[ "{major-version} " == "7.x" ]
39
38
| 7.7.1-{version}
40
39
| * The same version
41
40
* 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.
43
42
endif::[]
44
43
45
44
| 7.7.0 and earlier versions
46
45
| * 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.
48
47
|====
0 commit comments