File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -53,5 +53,19 @@ go run main.go
5353[discrete]
5454=== {es} Version Compatibility
5555
56- Language clients are forward compatible; meaning that clients support communicating with greater or equal minor versions of {es}.
57- {es} language clients are only backwards compatible with default distributions and without guarantees made.
56+ The language clients are forward compatible; meaning that the clients support
57+ communicating with greater or equal minor versions of {es} without breaking. It
58+ does not mean that the clients automatically support new features of newer
59+ {es} versions; it is only possible after a release of a new client version. For
60+ example, a 8.12 client version won't automatically support the new features of
61+ the 8.13 version of {es}, the 8.13 client version is required for that. {es}
62+ language clients are only backwards compatible with default distributions and
63+ without guarantees made.
64+
65+ |===
66+ | Elasticsearch Version | Elasticsearch-Go Branch | Supported
67+
68+ | main | main |
69+ | 8.x | 8.x | 8.x
70+ | 7.x | 7.x | 7.17
71+ |===
You can’t perform that action at this time.
0 commit comments