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

Remove include_type_name parameter from APIs #156

Merged

Conversation

VachaShah
Copy link
Collaborator

Signed-off-by: Vacha Shah vachshah@amazon.com

Description

Remove include_type_name parameter from API endpoints as part of breaking changes for 2.0.

Issues Resolved

Part of #145

Check List

  • Commits are signed per the DCO using --signoff

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.

Signed-off-by: Vacha Shah <vachshah@amazon.com>
@VachaShah VachaShah requested review from a team, axeoman and deztructor as code owners April 14, 2022 23:14
Signed-off-by: Vacha Shah <vachshah@amazon.com>
@dblock dblock requested a review from saratvemulapalli April 20, 2022 15:24
@query_params(
"include_type_name", "master_timeout", "timeout", "wait_for_active_shards"
)
@query_params("master_timeout", "timeout", "wait_for_active_shards")
Copy link
Member

Choose a reason for hiding this comment

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

While we are working on this, is there a plan to work on inclusive naming for clients?
I've opened up an issue as I didn't see one: opensearch-project/opensearch-clients#16

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The inclusive naming changes will be done once the breaking changes are in for the clients. I will add a reference to this issue in the original meta issue.

@saratvemulapalli saratvemulapalli merged commit 1569c05 into opensearch-project:main Apr 20, 2022
@VachaShah VachaShah deleted the remove-include-type-name branch April 20, 2022 22:30
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.

3 participants