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

Replace array by iterable in return type. Fix #307 #308

Merged
merged 2 commits into from
Feb 24, 2025

Conversation

romainruaud
Copy link
Contributor

Description

Describe what this change achieves.

This ensures that Client::performRequest() has the same return type than the Transport::sendRequest() since it was changed in #300

Issues Resolved

Fixes #307

@shyim
Copy link
Collaborator

shyim commented Feb 24, 2025

can you add an changelog?

@romainruaud
Copy link
Contributor Author

Done @shyim !

@shyim shyim merged commit c9b50b2 into opensearch-project:main Feb 24, 2025
44 checks passed
@shyim
Copy link
Collaborator

shyim commented Feb 24, 2025

thank you!

@dblock
Copy link
Member

dblock commented Feb 25, 2025

Looks like this was a change in a generated file, not the template, see #312 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Return type of Client::performRequest() is incorrect
3 participants