Skip to content

Commit baea670

Browse files
Update README, adds backwards compatibility information. (#914)
1 parent 19851a0 commit baea670

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,24 @@ Elasticsearch client and Ruby API is provided by the
2121

2222
The libraries are compatible with Ruby 1.9.3 and higher.
2323

24-
The version numbers follow the Elasticsearch major versions, and the `master` branch
25-
is compatible with the Elasticsearch `master` branch, therefore, with the next major version.
24+
The version numbers follow the Elasticsearch major versions. The `master` branch is compatible with
25+
the Elasticsearch `master` branch, therefore, with the next major version.
2626

2727
| Rubygem | | Elasticsearch |
2828
|:-------------:|:-:| :-----------: |
2929
| 0.1 || 1.x |
3030
| 2.x || 2.x |
3131
| 5.x || 5.x |
3232
| 6.x || 6.x |
33+
| 7.x || 7.x |
3334
| master || master |
3435

36+
Use a release that matches the major version of Elasticsearch in your stack. Each client version is
37+
backwards compatible with all minor versions of the same major version.
38+
39+
Check out [Elastic product end of life dates](https://www.elastic.co/support/eol)
40+
to learn which releases are still actively supported and tested.
41+
3542
## Installation
3643

3744
Install each library from [Rubygems](https://rubygems.org/gems/elasticsearch):

0 commit comments

Comments
 (0)