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
Copy file name to clipboardExpand all lines: elasticsearch-model/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ It aims to simplify integration of Ruby classes ("models"), commonly found e.g.
8
8
9
9
This library is compatible with Ruby 3 and higher.
10
10
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**.
11
+
The version numbers follow the Elasticsearch major versions. Currently the `main` branch is compatible with version `8.x` of the Elasticsearch stack.
Copy file name to clipboardExpand all lines: elasticsearch-persistence/README.md
+23-52Lines changed: 23 additions & 52 deletions
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,19 @@ Persistence layer for Ruby domain objects in Elasticsearch, using the Repository
4
4
5
5
## Compatibility
6
6
7
-
This library is compatible with Ruby 2.4 and higher.
7
+
This library is compatible with Ruby 3.1 and higher.
8
8
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**.
9
+
The version numbers follow the Elasticsearch major versions. Currently the `main` branch is compatible with version `8.x` of the Elasticsearch stack.
Copy file name to clipboardExpand all lines: elasticsearch-rails/README.md
+13-12Lines changed: 13 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -6,18 +6,19 @@ library, providing features suitable for Ruby on Rails applications.
6
6
7
7
## Compatibility
8
8
9
-
This library is compatible with Ruby 1.9.3 and higher.
9
+
This library is compatible with Ruby 3.1 and higher.
10
10
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**.
11
+
The version numbers follow the Elasticsearch major versions. Currently the `main` branch is compatible with version `8.x` of the Elasticsearch stack.
12
12
13
-
| Rubygem || Elasticsearch |
14
-
|:-------------:|:-:| :-----------: |
15
-
| 0.1 | → | 1.x |
16
-
| 2.x | → | 2.x |
17
-
| 5.x | → | 5.x |
18
-
| 6.x | → | 6.x |
19
-
| 7.x | → | 7.x |
20
-
| main | → | 7.x |
13
+
| Rubygem || Elasticsearch |
14
+
|:-------:|:-:|:-------------:|
15
+
| 0.1 | → | 1.x |
16
+
| 2.x | → | 2.x |
17
+
| 5.x | → | 5.x |
18
+
| 6.x | → | 6.x |
19
+
| 7.x | → | 7.x |
20
+
| 8.x | → | 8.x |
21
+
| main | → | 8.x |
21
22
22
23
## Installation
23
24
@@ -137,9 +138,9 @@ This software is licensed under the Apache 2 license, quoted below.
137
138
the Apache License, Version 2.0 (the "License"); you may
138
139
not use this file except in compliance with the License.
139
140
You may obtain a copy of the License at
140
-
141
+
141
142
http://www.apache.org/licenses/LICENSE-2.0
142
-
143
+
143
144
Unless required by applicable law or agreed to in writing,
144
145
software distributed under the License is distributed on an
145
146
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
0 commit comments