The below matrix shows the compatibility of the opensearch-java-client
with versions of OpenSearch
.
Client Version | OpenSearch Version |
---|---|
1.0.0 | 1.x |
2.x.0 | 1.3.13-2.x.x |
The below matrix shows the compatibility of the opensearch-java-client
with JDK versions.
Client Version | JDK |
---|---|
1.0.0 | 8 |
2.x.0 | 8 / 11 / 17 / 21 |
Major versions of OpenSearch introduce breaking changes that require careful upgrades of the client. While opensearch-java-client
2.0.0 works against the latest OpenSearch 1.x, certain deprecated features removed in OpenSearch 2.0 have also been removed from the client. Please refer to the OpenSearch documentation for more information.