Skip to content

Commit 2c879ce

Browse files
committed
[DOCS] Updates compatibility documentation
1 parent 0366049 commit 2c879ce

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ see the **[elasticsearch-rails](https://github.com/elasticsearch/elasticsearch-r
5555

5656
We follow Ruby’s own maintenance policy and officially support all currently maintained versions per [Ruby Maintenance Branches](https://www.ruby-lang.org/en/downloads/branches/).
5757

58-
Language clients are forward compatible; meaning that clients support communicating with greater minor versions of Elasticsearch. Elastic language clients are also backwards compatible with lesser supported minor Elasticsearch versions.
58+
Language clients are forward compatible; meaning that clients support communicating with greater or equal minor versions of Elasticsearch. Elasticsearch language clients are only backwards compatible with default distributions and without guarantees made.
5959

6060
## Installation
6161

docs/installation.asciidoc

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,4 @@ gem 'elasticsearch', '~> 7.0'
4040

4141
The {es} client is compatible with currently maintained Ruby versions. We follow Ruby’s own maintenance policy and officially support all currently maintained versions per https://www.ruby-lang.org/en/downloads/branches/[Ruby Maintenance Branches].
4242

43-
Language clients are forward compatible; meaning that clients support communicating with greater minor versions of {es}. Elastic language clients are also backwards compatible with lesser supported minor {es} versions.
44-
45-
|===
46-
| Gem Version | | {es} Version
47-
48-
| 0.90 | → | 0.90
49-
| 1.x | → | 1.x
50-
| 2.x | → | 2.x
51-
| 5.x | → | 5.x
52-
| 6.x | → | 6.x
53-
| 7.x | → | 7.x
54-
| master | → | master
55-
|===
43+
Language clients are forward compatible; meaning that clients support communicating with greater or equal minor versions of {es}. Elasticsearch language clients are only backwards compatible with default distributions and without guarantees made.

0 commit comments

Comments
 (0)