Skip to content

Commit

Permalink
[DOCS] Adds compatibility matrix to docs. (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve authored and github-actions[bot] committed Feb 22, 2024
1 parent 8e14dd8 commit 53761f0
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .doc/installation.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,19 @@ go run main.go
[discrete]
=== {es} Version Compatibility

Language clients are forward compatible; meaning that clients support communicating with greater or equal minor versions of {es}.
{es} language clients are only backwards compatible with default distributions and without guarantees made.
The language clients are forward compatible; meaning that the clients support
communicating with greater or equal minor versions of {es} without breaking. It
does not mean that the clients automatically support new features of newer
{es} versions; it is only possible after a release of a new client version. For
example, a 8.12 client version won't automatically support the new features of
the 8.13 version of {es}, the 8.13 client version is required for that. {es}
language clients are only backwards compatible with default distributions and
without guarantees made.

|===
| Elasticsearch Version | Elasticsearch-Go Branch | Supported

| main | main |
| 8.x | 8.x | 8.x
| 7.x | 7.x | 7.17
|===

0 comments on commit 53761f0

Please sign in to comment.