We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to revert the changes from #1947 in order to not have breaking changes in minor version updates (from 4.3 to 4.4).
So the code using the now deprecated RestHighLevelClient stays where it is, code for the new client will be added in a new package later.
RestHighLevelClient
The text was updated successfully, but these errors were encountered:
Revert breaking changes in package structure.
b8bda37
Original Pull Request #2052 Closes #2051
sothawo
Successfully merging a pull request may close this issue.
We need to revert the changes from #1947 in order to not have breaking changes in minor version updates (from 4.3 to 4.4).
So the code using the now deprecated
RestHighLevelClient
stays where it is, code for the new client will be added in a new package later.The text was updated successfully, but these errors were encountered: