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

Fix #940 adding getAliases() proxy to getAlias() #943

Merged
merged 1 commit into from
Aug 27, 2019
Merged

Fix #940 adding getAliases() proxy to getAlias() #943

merged 1 commit into from
Aug 27, 2019

Conversation

ezimuel
Copy link
Contributor

@ezimuel ezimuel commented Aug 27, 2019

This PR fixes #940 adding a proxy function getAliases() to getAlias() in Elasticsearch\Namespaces\IndicesNamespace to prevent BC breaks for 7.2.0.

@ezimuel ezimuel added this to the 7.2.1 milestone Aug 27, 2019
@ezimuel ezimuel requested a review from philkra August 27, 2019 10:02
Copy link
Contributor

@philkra philkra left a comment

Choose a reason for hiding this comment

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

LGTM

@ezimuel ezimuel merged commit 42a1446 into elastic:master Aug 27, 2019
@lucasvanlierop
Copy link

I noticed the $params argument of getAliases() used to be optional so it's still a BC break.

@ezimuel
Copy link
Contributor Author

ezimuel commented Aug 29, 2019

@lucasvanlierop you are absolutely right! I just opened this issue #946 and working a PR soon. Sorry again for that.

@lucasvanlierop
Copy link

@ezimuel no need to be sorry, thanks for working on this!

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.

method Elasticsearch\Namespaces\IndicesNamespace::getAliases does not exists in v7.2.0
3 participants