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-1
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ We follow Ruby’s own maintenance policy and officially support all currently m
57
57
58
58
Elastic language clients are guaranteed to be able to communicate with Elasticsearch or Elastic solutions running on the same major version and greater or equal minor version.
59
59
60
-
Language clients are forward compatible; meaning that clients support communicating with greater minor versions of Elasticsearch. Elastic language clients are not guaranteed to be backwards compatible.
60
+
Language clients are forward compatible; meaning that clients support communicating with greater minor versions of Elasticsearch. Elastic language clients are not guaranteed to be backward compatible.
61
61
62
62
The gem's version numbers follow Elasticsearch's major versions. The `master` branch is compatible with the Elasticsearch `master` branch, which is the next major version.
Copy file name to clipboardexpand all lines: docs/installation.asciidoc
+2-2
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,9 @@ 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
-
Elastic language clients are guaranteed to be able to communicate with Elasticsearch or Elastic solutions running on the same major version and greater or equal minor version.
43
+
Elastic language clients are guaranteed to be able to communicate with {es} or Elastic solutions running on the same major version and greater or equal minor version.
44
44
45
-
Language clients are forward compatible; meaning that clients support communicating with greater minor versions of Elasticsearch. Elastic language clients are not guaranteed to be backwards compatible.
45
+
Language clients are forward compatible; meaning that clients support communicating with greater minor versions of {es}. Elastic language clients are not guaranteed to be backward compatible.
0 commit comments