Skip to content

Commit 8e0526c

Browse files
committed
Updates README files
1 parent 37b7897 commit 8e0526c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

elasticsearch-model/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ It aims to simplify integration of Ruby classes ("models"), commonly found e.g.
88

99
This library is compatible with Ruby 2.4 and higher.
1010

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

1313
| Rubygem | | Elasticsearch |
1414
|:-------------:|:-:| :-----------: |

elasticsearch-persistence/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ Persistence layer for Ruby domain objects in Elasticsearch, using the Repository
66

77
This library is compatible with Ruby 2.4 and higher.
88

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

1111
| Rubygem | | Elasticsearch |
1212
|:-------------:|:-:| :-----------: |
1313
| 0.1 || 1.x |
1414
| 2.x || 2.x |
1515
| 5.x || 5.x |
1616
| 6.x || 6.x |
17+
| 7.x || 7.x |
1718
| main || 7.x |
1819

1920
## Installation

elasticsearch-rails/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ library, providing features suitable for Ruby on Rails applications.
88

99
This library is compatible with Ruby 1.9.3 and higher.
1010

11-
The library version numbers follow the Elasticsearch major versions, and the `main` branch
12-
is compatible with the Elasticsearch `master` branch, therefore, with the next major version.
11+
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**.
1312

1413
| Rubygem | | Elasticsearch |
1514
|:-------------:|:-:| :-----------: |
@@ -18,7 +17,7 @@ is compatible with the Elasticsearch `master` branch, therefore, with the next m
1817
| 5.x || 5.x |
1918
| 6.x || 6.x |
2019
| 7.x || 7.x |
21-
| main || master |
20+
| main || 7.x |
2221

2322
## Installation
2423

0 commit comments

Comments
 (0)