Skip to content

Commit 34a168d

Browse files
[Backport 7.x] Update compatibility info (#1554)
Co-authored-by: Tomas Della Vedova <[email protected]>
1 parent be1c0f2 commit 34a168d

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ npm install @elastic/elasticsearch
2828

2929
### Node.js support
3030

31-
NOTE: The minimum supported version of Node.js is `v10`.
31+
NOTE: The minimum supported version of Node.js is `v12`.
3232

3333
The client versioning follows the Elastc Stack versioning, this means that
3434
major, minor, and patch releases are done following a precise schedule that
@@ -49,13 +49,13 @@ of `^7.10.0`).
4949

5050
| Node.js Version | Node.js EOL date | End of support |
5151
| --------------- |------------------| ---------------------- |
52-
| `8.x` | `December 2019` | `7.11` (early 2021) |
53-
| `10.x` | `Apri 2021` | `7.12` (mid 2021) |
52+
| `8.x` | `December 2019` | `7.11` (early 2021) |
53+
| `10.x` | `April 2021` | `7.12` (mid 2021) |
5454

5555
### Compatibility
5656

57-
Language clients are forward compatible; meaning that clients support communicating with greater minor versions of Elasticsearch.
58-
Elastic language clients are also backwards compatible with lesser supported minor Elasticsearch versions.
57+
Language clients are forward compatible; meaning that clients support communicating with greater or equal minor versions of Elasticsearch.
58+
Elasticsearch language clients are only backwards compatible with default distributions and without guarantees made.
5959

6060
| Elasticsearch Version | Client Version |
6161
| --------------------- |----------------|

docs/installation.asciidoc

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To learn more about the supported major versions, please refer to the
2424
[[nodejs-support]]
2525
=== Node.js support
2626

27-
NOTE: The minimum supported version of Node.js is `v10`.
27+
NOTE: The minimum supported version of Node.js is `v12`.
2828

2929
The client versioning follows the {stack} versioning, this means that
3030
major, minor, and patch releases are done following a precise schedule that
@@ -62,12 +62,8 @@ of `^7.10.0`).
6262
[[js-compatibility-matrix]]
6363
=== Compatibility matrix
6464

65-
Elastic language clients are guaranteed to be able to communicate with Elasticsearch
66-
or Elastic solutions running on the same major version and greater or equal minor version.
67-
68-
Language clients are forward compatible; meaning that clients support communicating
69-
with greater minor versions of Elasticsearch. Elastic language clients are not
70-
guaranteed to be backwards compatible.
65+
Language clients are forward compatible; meaning that clients support communicating with greater or equal minor versions of Elasticsearch.
66+
Elasticsearch language clients are only backwards compatible with default distributions and without guarantees made.
7167

7268
[%header,cols=2*]
7369
|===

0 commit comments

Comments
 (0)