You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The libraries are compatible with Ruby 2.4 and higher.
30
+
The libraries are compatible with Ruby 3.0 and higher.
42
31
43
32
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/).
44
33
45
-
The version numbers follow the Elasticsearch major versions. Currently the `main` branch is compatible with version `7.x` of the Elasticsearch stack. **We haven't tested and updated the code for Elasticsearch `8.0` yet**.
34
+
The version numbers follow the Elasticsearch major versions. Currently the `main` branch is compatible with version `8.x` of the Elasticsearch stack.
46
35
47
36
| Rubygem || Elasticsearch |
48
37
|:-------------:|:-:| :-----------: |
49
38
| 0.1 | → | 1.x |
50
39
| 2.x | → | 2.x |
51
40
| 5.x | → | 5.x |
52
41
| 6.x | → | 6.x |
53
-
| main | → | 7.x |
42
+
| 7.x | → | 7.x |
43
+
| 8.x | → | 8.x |
44
+
| main | → | 8.x |
54
45
55
46
Check out [Elastic product end of life dates](https://www.elastic.co/support/eol) to learn which releases are still actively supported and tested.
0 commit comments