File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ npm install @elastic/elasticsearch
28
28
29
29
### Node.js support
30
30
31
- NOTE: The minimum supported version of Node.js is ` v10 ` .
31
+ NOTE: The minimum supported version of Node.js is ` v12 ` .
32
32
33
33
The client versioning follows the Elastc Stack versioning, this means that
34
34
major, minor, and patch releases are done following a precise schedule that
@@ -49,13 +49,13 @@ of `^7.10.0`).
49
49
50
50
| Node.js Version | Node.js EOL date | End of support |
51
51
| --------------- | ------------------| ---------------------- |
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) |
54
54
55
55
### Compatibility
56
56
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 .
59
59
60
60
| Elasticsearch Version | Client Version |
61
61
| --------------------- | ----------------|
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ To learn more about the supported major versions, please refer to the
24
24
[[nodejs-support]]
25
25
=== Node.js support
26
26
27
- NOTE: The minimum supported version of Node.js is `v10 `.
27
+ NOTE: The minimum supported version of Node.js is `v12 `.
28
28
29
29
The client versioning follows the {stack} versioning, this means that
30
30
major, minor, and patch releases are done following a precise schedule that
@@ -62,12 +62,8 @@ of `^7.10.0`).
62
62
[[js-compatibility-matrix]]
63
63
=== Compatibility matrix
64
64
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.
71
67
72
68
[%header,cols=2*]
73
69
|===
You can’t perform that action at this time.
0 commit comments