Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated opensearch-py to reflect the latest OpenSearch API spec #864

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

@opensearch-trigger-bot opensearch-trigger-bot bot commented Dec 2, 2024

Updated opensearch-py to reflect the latest OpenSearch API spec
Date: 2024-12-19

Copy link
Member

@dblock dblock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Backwards compatibility broken here.

@@ -2451,6 +2451,7 @@ async def search(
)
async def search_shards(
self,
body: Any = None,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be reordered after index for backwards compat.

@opensearch-trigger-bot opensearch-trigger-bot bot force-pushed the automated-api-update branch 5 times, most recently from ac5673b to 9f85595 Compare December 18, 2024 03:41
…-12-19)

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants