-
Notifications
You must be signed in to change notification settings - Fork 59
Prep for 6.8 release #178
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
Prep for 6.8 release #178
Conversation
f35efcb#diff-87ca88ecdb2370e98cca19dade0beee4 looks like you left over some debugging stuff. The commit includes a tidy of many files which hides the actual logic changes. Tidy is nice and every publich source should be tidy, but don't try to backdoor-introduce it to a project. |
@sewi-cpan thanks for reporting. I'm still working on this PR and I'll remove the data dump and other includes. |
Sorry, didn't recognize that you're maintainer :) |
@sewi-cpan don't worry. I'm glad that I have some code review. Thanks to you! |
This PR contains the API endpoints update for
Elasticsearch 6.8.7
. Moreover, it includes the unit test and YAML test for OSS and XPack.This PR fixes also #179 exposing an
xpack
object. The XPack endpoints have been moved into the Direct client, there's no need anymore to specify XPack as plugin.