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
21
21
22
22
The libraries are compatible with Ruby 1.9.3 and higher.
23
23
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.
26
26
27
27
| Rubygem | | Elasticsearch |
28
28
| :-------------:| :-:| :-----------: |
29
29
| 0.1 | → | 1.x |
30
30
| 2.x | → | 2.x |
31
31
| 5.x | → | 5.x |
32
32
| 6.x | → | 6.x |
33
+ | 7.x | → | 7.x |
33
34
| master | → | master |
34
35
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
+
35
42
## Installation
36
43
37
44
Install each library from [ Rubygems] ( https://rubygems.org/gems/elasticsearch ) :
You can’t perform that action at this time.
0 commit comments