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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ see the **[elasticsearch-rails](https://github.com/elasticsearch/elasticsearch-r
55
55
56
56
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/).
57
57
58
-
Language clients are forward compatible; meaning that clients support communicating with greater minor versions of Elasticsearch. Elastic language clients are also backwards compatible with lesser supported minor Elasticsearch versions.
58
+
Language clients are forward compatible; meaning that clients support communicating with greater or equal minor versions of Elasticsearch. Elasticsearch language clients are only backwards compatible with default distributions and without guarantees made.
Copy file name to clipboardExpand all lines: docs/installation.asciidoc
+1-13Lines changed: 1 addition & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,16 +40,4 @@ gem 'elasticsearch', '~> 7.0'
40
40
41
41
The {es} client is compatible with currently maintained Ruby versions. We follow Ruby’s own maintenance policy and officially support all currently maintained versions per https://www.ruby-lang.org/en/downloads/branches/[Ruby Maintenance Branches].
42
42
43
-
Language clients are forward compatible; meaning that clients support communicating with greater minor versions of {es}. Elastic language clients are also backwards compatible with lesser supported minor {es} versions.
44
-
45
-
|===
46
-
| Gem Version | | {es} Version
47
-
48
-
| 0.90 | → | 0.90
49
-
| 1.x | → | 1.x
50
-
| 2.x | → | 2.x
51
-
| 5.x | → | 5.x
52
-
| 6.x | → | 6.x
53
-
| 7.x | → | 7.x
54
-
| master | → | master
55
-
|===
43
+
Language clients are forward compatible; meaning that clients support communicating with greater or equal minor versions of {es}. Elasticsearch language clients are only backwards compatible with default distributions and without guarantees made.
0 commit comments