Add client compatibility (#4126)

* Add client compatibility

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Add note for legacy clients

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Implemented tech review feedback

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

---------

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
kolchfa-aws 2023-12-15 16:44:56 -05:00 committed by GitHub
parent 290880e016
commit cba6739038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -35,14 +35,19 @@ OpenSearch provides clients for the following programming languages and platform
* **Rust**
* [OpenSearch Rust client]({{site.url}}{{site.baseurl}}/clients/rust/)
All clients are compatible with any version of OpenSearch.
For a client compatibility matrix, see the COMPATIBILITY.md file in the client's repository.
{: .note}
The OpenSearch Java high-level REST client will be deprecated starting with OpenSearch version 3.0.0 and will be removed in a future release. We recommend switching to the [Java client]({{site.url}}{{site.baseurl}}/clients/java/) instead.
{: .warning}
## Legacy clients
Most clients that work with Elasticsearch OSS 7.10.2 *should* work with OpenSearch, but the latest versions of those clients might include license or version checks that artificially break compatibility. This page includes recommendations around which versions of those clients to use for best compatibility with OpenSearch.
For a client compatibility matrix, see the COMPATIBILITY.md file in the client's repository.
{: .note}
Client | Recommended version
:--- | :---
[Elasticsearch Java low-level REST client](https://search.maven.org/artifact/org.elasticsearch.client/elasticsearch-rest-client/7.13.4/jar) | 7.13.4