-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[DOCS] Updates ML PRs in 7.4.1 release notes #48600
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
Conversation
|
Pinging @elastic/ml-core (:ml) |
|
Pinging @elastic/es-docs (>docs) |
| * [Transform] prevent assignment to nodes older than 7.4 {pull}48044[#48044] (issue: {issue}48019[#48019]) | ||
| * [ML][Transforms] fix bwc serialization with 7.3 {pull}48021[#48021] | ||
| * Prevent assignment if any node is older than 7.4 {pull}48055[#48055] (issue: {issue}48019[#48019]) | ||
| * Prevent assignment to nodes older than 7.4 {pull}48044[#48044] (issue: {issue}48019[#48019]) |
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.
I don't think we should document this one because it says "superseded by #48055" (which is already documented in the line above).
| * Fix detection of syslog-like timestamp in find_file_structure {pull}47970[#47970] | ||
| * Reinstate ML daily maintenance actions {pull}47103[#47103] (issue: {issue}47003[#47003]) | ||
| * A reference to a temporary variable was causing forecast model restoration to | ||
| fail. The bug exhibited itself on MacOS builds with versions of clangd > 10.0.0. {ml-pull}688[#688] |
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.
From an end user perspective this one should have been something more like:
- Fix possibility of crash when calculating forecasts that overflow to disk. {ml-pull}688[Add new Access-Control-Allow-Headers value into http response header #688]
The thing about clang 10+ refers to how it was reproducible in the unit tests. The fix was for undefined behaviour so the bug could affect the production code differently.
droberts195
left a comment
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
This PR adds content from https://github.com/elastic/ml-cpp/blob/7.4/docs/CHANGELOG.asciidoc to the 7.4.1 release notes. It also edits the list of PRs and removes a PR that was incorrectly listed as an issue.