opensearch-project / opensearch-py

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

Updated compatibility matrix to include latest OpenSearch versions #765

Closed saimedhi closed 3 months ago

saimedhi commented 3 months ago

Description

Updated compatibility matrix to include latest OpenSearch versions

Issues Resolved

Related to #759

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 70.66%. Comparing base (ba715b9) to head (35b8612). Report is 27 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #765 +/- ## ========================================== - Coverage 71.95% 70.66% -1.29% ========================================== Files 91 105 +14 Lines 8001 8656 +655 ========================================== + Hits 5757 6117 +360 - Misses 2244 2539 +295 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dblock commented 3 months ago

We're not actually testing 2.14, add that?

https://github.com/opensearch-project/opensearch-py/blob/main/.github/workflows/integration.yml#L12

saimedhi commented 3 months ago

We're not actually testing 2.14, add that?

https://github.com/opensearch-project/opensearch-py/blob/main/.github/workflows/integration.yml#L12

@dblock, OpenSearch versions 2.12, 2.13, 2.14 are now included in integration tests see here. Done in PR #631

dblock commented 3 months ago

It's really odd that codecov shows a 1% difference.