File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -21,17 +21,24 @@ Elasticsearch client and Ruby API is provided by the
2121
2222The 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
3744Install each library from [ Rubygems] ( https://rubygems.org/gems/elasticsearch ) :
You can’t perform that action at this time.
0 commit comments