Skip to content

Commit 1ed2618

Browse files
committed
[DOCS] Updates compatibility matrix
1 parent a7ff6ab commit 1ed2618

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ see the **[elasticsearch-rails](https://github.com/elasticsearch/elasticsearch-r
5555

5656
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/).
5757

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-
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.
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.
6159

6260
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.
6361

docs/installation.asciidoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ gem 'elasticsearch', '~> 7.0'
4040

4141
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].
4242

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-
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.
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.
4644

4745
|===
4846
| Gem Version | | {es} Version

docs/overview.asciidoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ The `elasticsearch` http://rubygems.org/gems/elasticsearch[Rubygem] provides a
55
low-level client for communicating with an {es} cluster, fully compatible with
66
other official clients.
77

8-
Full documentation is hosted at
9-
https://github.com/elastic/elasticsearch-ruby[Github] and
10-
http://rubydoc.info/gems/elasticsearch[RubyDoc]. This documentation provides
11-
only an overview of features.
12-
8+
More documentation is hosted in https://github.com/elastic/elasticsearch-ruby[Github] and http://rubydoc.info/gems/elasticsearch[RubyDoc].
139

1410
[discrete]
1511
=== Features

0 commit comments

Comments
 (0)