Skip to content

Commit 97ac1ff

Browse files
committed
[DOCS] Updates README
1 parent a0cef1b commit 97ac1ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ gem 'elasticsearch-rails', github: 'elastic/elasticsearch-rails', branch: '5.x'
4040

4141
The libraries are compatible with Ruby 2.4 and higher.
4242

43-
The version numbers follow the Elasticsearch major versions. The `main` branch is compatible with the latest Elasticsearch stack stable release.
43+
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+
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**.
4446

4547
| Rubygem | | Elasticsearch |
4648
|:-------------:|:-:| :-----------: |
@@ -50,8 +52,6 @@ The version numbers follow the Elasticsearch major versions. The `main` branch i
5052
| 6.x || 6.x |
5153
| main || 7.x |
5254

53-
Use a release that matches the major version of Elasticsearch in your stack. Each client version is backwards compatible with all minor versions of the same major version.
54-
5555
Check out [Elastic product end of life dates](https://www.elastic.co/support/eol) to learn which releases are still actively supported and tested.
5656

5757
## Usage

0 commit comments

Comments
 (0)