Skip to content

Commit 049a871

Browse files
authored
Update compatibility matrix to reflect supported versions (#325)
1 parent d87f0bd commit 049a871

File tree

2 files changed

+9
-31
lines changed

2 files changed

+9
-31
lines changed

.doc/installation.asciidoc

Lines changed: 4 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -53,34 +53,8 @@ go run main.go
5353
[discrete]
5454
=== {es} Version Compatibility
5555

56-
The client major versions correspond to the {es} major versions: to connect to
57-
{es} `7.x`, use a `7.x` version of the client, to connect to {es} `6.x`, use a
58-
`6.x` version of the client, and so on.
56+
Language clients are forward compatible; meaning that clients support communicating
57+
with greater minor versions of {es}.
5958

60-
[NOTE]
61-
--
62-
While the 5.x version of the client is available, it is no longer actively
63-
maintained, neither the corresponding {es} version. For more information, refer
64-
to https://www.elastic.co/support/eol[Elastic product end of life dates].
65-
--
66-
67-
[%header,cols=2*]
68-
|===
69-
|{es} Version
70-
|Client Version
71-
72-
|`master`
73-
|`master`
74-
75-
|`7.x`
76-
|`7.x`
77-
78-
|`6.x`
79-
|`6.x`
80-
81-
|`5.x`
82-
|`5.x`
83-
|===
84-
85-
The `master` branch of the client is compatible with the `master` branch of
86-
{es}.
59+
Elastic language clients are also backwards compatible with lesser supported
60+
minor {es} versions.

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ The official Go client for [Elasticsearch](https://www.elastic.co/products/elast
1212

1313
## Compatibility
1414

15-
The client major versions correspond to the compatible Elasticsearch major versions: to connect to Elasticsearch `7.x`, use a [`7.x`](https://github.com/elastic/go-elasticsearch/tree/7.x) version of the client, to connect to Elasticsearch `6.x`, use a [`6.x`](https://github.com/elastic/go-elasticsearch/tree/6.x) version of the client.
15+
Language clients are forward compatible; meaning that clients support communicating
16+
with greater minor versions of Elasticsearch.
17+
18+
Elastic language clients are also backwards compatible with lesser supported
19+
minor Elasticsearch versions.
1620

1721
When using Go modules, include the version in the import path, and specify either an explicit version or a branch:
1822

0 commit comments

Comments
 (0)