-
Notifications
You must be signed in to change notification settings - Fork 25.1k
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
DOC Mapping updates are deprecated for ingestion privileges #60024
DOC Mapping updates are deprecated for ingestion privileges #60024
Conversation
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.
I left some suggestions for the breaking changes I think need to be incorporated to fix the rendering.
The remaining suggestions are minor formatting fixes. However, the changes would be fine without them.
Co-authored-by: James Rodewig <james.rodewig@elastic.co>
Co-authored-by: James Rodewig <james.rodewig@elastic.co>
Co-authored-by: James Rodewig <james.rodewig@elastic.co>
Co-authored-by: James Rodewig <james.rodewig@elastic.co>
Co-authored-by: James Rodewig <james.rodewig@elastic.co>
Thank you @jrodewig ! I like your revised phrasing much more, very good! |
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, with 1 minor suggestion
Co-authored-by: Tim Vernum <tim@adjective.org>
This PR contains the deprecation notice that `create`, `create_doc`, `index` and `write` ingest privileges do not permit mapping updates in version 8. It also updates the docs description of said privileges. This should've been part of #58784
…85570) We missed, in v8.0, to actually break the deprecated behavior from #60024 . Consequently, the deprecated behavior still works in all 8.* and it still generates deprecation logs and headers. This PR reinstates the doc side of the deprecation notice, the plan being that we're now going to break the behavior in v9. Co-authored-by: Adam Locke <adam.locke@elastic.co>
…lastic#85570) We missed, in v8.0, to actually break the deprecated behavior from elastic#60024 . Consequently, the deprecated behavior still works in all 8.* and it still generates deprecation logs and headers. This PR reinstates the doc side of the deprecation notice, the plan being that we're now going to break the behavior in v9. Co-authored-by: Adam Locke <adam.locke@elastic.co>
…lastic#85570) We missed, in v8.0, to actually break the deprecated behavior from elastic#60024 . Consequently, the deprecated behavior still works in all 8.* and it still generates deprecation logs and headers. This PR reinstates the doc side of the deprecation notice, the plan being that we're now going to break the behavior in v9. Co-authored-by: Adam Locke <adam.locke@elastic.co>
…lastic#85570) We missed, in v8.0, to actually break the deprecated behavior from elastic#60024 . Consequently, the deprecated behavior still works in all 8.* and it still generates deprecation logs and headers. This PR reinstates the doc side of the deprecation notice, the plan being that we're now going to break the behavior in v9. Co-authored-by: Adam Locke <adam.locke@elastic.co>
…85570) (#86698) We missed, in v8.0, to actually break the deprecated behavior from #60024 . Consequently, the deprecated behavior still works in all 8.* and it still generates deprecation logs and headers. This PR reinstates the doc side of the deprecation notice, the plan being that we're now going to break the behavior in v9. Co-authored-by: Adam Locke <adam.locke@elastic.co> Co-authored-by: Adam Locke <adam.locke@elastic.co>
…85570) (#86699) We missed, in v8.0, to actually break the deprecated behavior from #60024 . Consequently, the deprecated behavior still works in all 8.* and it still generates deprecation logs and headers. This PR reinstates the doc side of the deprecation notice, the plan being that we're now going to break the behavior in v9. Co-authored-by: Adam Locke <adam.locke@elastic.co> Co-authored-by: Adam Locke <adam.locke@elastic.co>
…85570) We missed, in v8.0, to actually break the deprecated behavior from #60024 . Consequently, the deprecated behavior still works in all 8.* and it still generates deprecation logs and headers. This PR reinstates the doc side of the deprecation notice, the plan being that we're now going to break the behavior in v9. Co-authored-by: Adam Locke <adam.locke@elastic.co>
I've forgot to adjust the docs and the migration notice following #58784 .
The text describes the deprecated behaviour in the next subsequent minor releases, which then turns into breaking behaviour in version 8, but the code (and the accompanying notice) that it refers to, is still due. I will raise that PR promptly.