From 886b44ed2d1e7bd8af1b4b9e27d8fb5997027428 Mon Sep 17 00:00:00 2001 From: Fernando Briano <fernando@picandocodigo.net> Date: Fri, 4 Nov 2022 10:37:01 +0000 Subject: [PATCH] Updates README files --- elasticsearch-model/README.md | 2 +- elasticsearch-persistence/README.md | 3 ++- elasticsearch-rails/README.md | 5 ++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/elasticsearch-model/README.md b/elasticsearch-model/README.md index 2a0135960..c7d90150a 100644 --- a/elasticsearch-model/README.md +++ b/elasticsearch-model/README.md @@ -8,7 +8,7 @@ It aims to simplify integration of Ruby classes ("models"), commonly found e.g. This library is compatible with Ruby 2.4 and higher. -The library version numbers follow the Elasticsearch major versions. The `main` branch is compatible with the latest Elasticsearch stack stable release. +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**. | Rubygem | | Elasticsearch | |:-------------:|:-:| :-----------: | diff --git a/elasticsearch-persistence/README.md b/elasticsearch-persistence/README.md index 6b905f593..e8cb0aa8a 100644 --- a/elasticsearch-persistence/README.md +++ b/elasticsearch-persistence/README.md @@ -6,7 +6,7 @@ Persistence layer for Ruby domain objects in Elasticsearch, using the Repository This library is compatible with Ruby 2.4 and higher. -The library version numbers follow the Elasticsearch major versions. The `main` branch is compatible with the latest Elasticsearch stack stable release. +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**. | Rubygem | | Elasticsearch | |:-------------:|:-:| :-----------: | @@ -14,6 +14,7 @@ The library version numbers follow the Elasticsearch major versions. The `main` | 2.x | → | 2.x | | 5.x | → | 5.x | | 6.x | → | 6.x | +| 7.x | → | 7.x | | main | → | 7.x | ## Installation diff --git a/elasticsearch-rails/README.md b/elasticsearch-rails/README.md index 375f379f5..12e7d7d59 100644 --- a/elasticsearch-rails/README.md +++ b/elasticsearch-rails/README.md @@ -8,8 +8,7 @@ library, providing features suitable for Ruby on Rails applications. This library is compatible with Ruby 1.9.3 and higher. -The library version numbers follow the Elasticsearch major versions, and the `main` branch -is compatible with the Elasticsearch `master` branch, therefore, with the next major version. +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**. | Rubygem | | Elasticsearch | |:-------------:|:-:| :-----------: | @@ -18,7 +17,7 @@ is compatible with the Elasticsearch `master` branch, therefore, with the next m | 5.x | → | 5.x | | 6.x | → | 6.x | | 7.x | → | 7.x | -| main | → | master | +| main | → | 7.x | ## Installation