opensearch-project / opensearch-py

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

[FEATURE] Support OpenSearch 2.7+ #441

Closed thaotruong-aws closed 1 year ago

thaotruong-aws commented 1 year ago

Is your feature request related to a problem?

Latest versions of OpenSearch (2.7+) not supported.

What solution would you like?

Support for OpenSearch 2.7+.

What alternatives have you considered?

We can use plain requests library, but it would be convenient to have Python client support instead.

Do you have any additional context?

We have upgraded our OpenSearch clusters to version 2.7 (latest allowed on AWS Console) to pull in the data stream features that were added since OpenSearch 2.6. Turns out this Python client does not yet support these newer versions according to the Compatibility table.

saimedhi commented 1 year ago

Working on it.