Skip to content

Commit c0f1a3e

Browse files
[7.x] Tweak language in compatibility section
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
1 parent 2aab5fd commit c0f1a3e

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ Compatibility
5959
-------------
6060

6161
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.
6464

6565
If you have a need to have multiple versions installed at the same time older
6666
versions are also released as ``elasticsearch2`` and ``elasticsearch5``.

docs/guide/overview.asciidoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ on https://elasticsearch-py.readthedocs.io[Read the Docs].
1111
=== Compatibility
1212

1313
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.
1816

1917
If you have a need to have multiple versions installed at the same time older
2018
versions are also released as `elasticsearch2` and `elasticsearch5`.

docs/sphinx/index.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ Compatibility
3030
-------------
3131

3232
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.
3735

3836
If you have a need to have multiple versions installed at the same time older
3937
versions are also released as ``elasticsearch2``, ``elasticsearch5`` and ``elasticsearch6``.

0 commit comments

Comments
 (0)