-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Remove legacy params from range query #116970
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 legacy params from range query #116970
Conversation
Remove to, from, include_lower, include_upper range query params. These params have been removed from our documentation in v. 0.90.4 (d6ecdec), and got deprecated in 8.16 in elastic#113286.
Hi @mayya-sharipova, I've created a changelog YAML for you. Note that since this PR is labelled |
Pinging @elastic/es-search (Team:Search) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@elasticsearchmachine update branch |
@elasticsearchmachine run elasticsearch-ci/bwc-snapshots |
@elasticsearchmachine run elasticsearch-ci/8.17.0 / bwc-snapshots |
@elasticsearchmachine run "elasticsearch-ci/8.17.0 / bwc-snapshots" |
@elasticsearchmachine run elasticsearch-ci/bwc-snapshots |
Remove to, from, include_lower, include_upper range query params. These params have been removed from our documentation in v. 0.90.4 (d6ecdec), and got deprecated in 8.16 in elastic#113286.
Remove to, from, include_lower, include_upper range query params. These params have been removed from our documentation in v. 0.90.4 (d6ecdec), and got deprecated in 8.16 in elastic#113286.
@mayya-sharipova is this PR relevant to the serverless changelog? [FYI this question is based on 9.0 breaking changes] |
Remove to, from, include_lower, include_upper range query params.
These params have been removed from our documentation in v. 0.90.4 (d6ecdec),
and got deprecated in 8.16 in #113286.