opensearch-project / opensearch-py

Python Client for OpenSearch
https://opensearch.org/docs/latest/clients/python/
Apache License 2.0
357 stars 176 forks source link

[BUG] Support Latest OpenSearch versions 2.12, 2.13, 2.14 #759

Closed davidshq closed 4 months ago

davidshq commented 5 months ago

In the COMPATIBILITY doc the latest supported OpenSearch version is note as 2.11.1 while the latest released version of OpenSearch is 2.14.0.

I'm curious if this is just a documentation oversight? Or if there is something in particular that needs to be added/changed for 2.12, 2.13, 2.14 compatibility?

dblock commented 5 months ago

It's tests + docs. To "add support" we have integration tests in https://github.com/opensearch-project/opensearch-py/blob/main/.github/workflows/integration.yml that list versions of OpenSearch. Want to help? PR an update to that file and the documentation at the same time?

saimedhi commented 4 months ago

Hello @davidshq, there is an ongoing PR #631 to add support for OpenSearch 2.12.0, so please feel free to contribute. Currently, opensearch-py is compatible with OpenSearch 2.11.1. Thank you.