File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ Compatibility
59
59
-------------
60
60
61
61
Language clients are forward compatible; meaning that clients support communicating
62
- with greater minor versions of Elasticsearch. Elastic language clients are also backwards
63
- compatible with lesser supported minor Elasticsearch versions .
62
+ with greater or equal minor versions of Elasticsearch. Elasticsearch language clients
63
+ are only backwards compatible with default distributions and without guarantees made .
64
64
65
65
If you have a need to have multiple versions installed at the same time older
66
66
versions are also released as ``elasticsearch2 `` and ``elasticsearch5 ``.
Original file line number Diff line number Diff line change @@ -11,10 +11,8 @@ on https://elasticsearch-py.readthedocs.io[Read the Docs].
11
11
=== Compatibility
12
12
13
13
Language clients are forward compatible; meaning that clients support communicating
14
- with greater minor versions of Elasticsearch.
15
-
16
- Elastic language clients are also backwards compatible with lesser supported
17
- minor Elasticsearch versions.
14
+ with greater or equal minor versions of Elasticsearch. Elasticsearch language clients
15
+ are only backwards compatible with default distributions and without guarantees made.
18
16
19
17
If you have a need to have multiple versions installed at the same time older
20
18
versions are also released as `elasticsearch2` and `elasticsearch5`.
Original file line number Diff line number Diff line change @@ -30,10 +30,8 @@ Compatibility
30
30
-------------
31
31
32
32
Language clients are forward compatible; meaning that clients support communicating
33
- with greater minor versions of Elasticsearch.
34
-
35
- Elastic language clients are also backwards compatible with lesser supported
36
- minor Elasticsearch versions.
33
+ with greater or equal minor versions of Elasticsearch. Elasticsearch language clients
34
+ are only backwards compatible with default distributions and without guarantees made.
37
35
38
36
If you have a need to have multiple versions installed at the same time older
39
37
versions are also released as ``elasticsearch2 ``, ``elasticsearch5 `` and ``elasticsearch6 ``.
You can’t perform that action at this time.
0 commit comments