Skip to content

[DOCS] Updates changelog for 6.6.0 #366

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

Merged
merged 5 commits into from
Jan 18, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions docs/CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

//=== Regressions

== {es} version 6.6.0
== {es} version 6.6.0

=== Breaking Changes

Expand All @@ -40,18 +40,21 @@

=== Bug Fixes

Fix cause of "Sample out of bounds" error message (See {ml-pull}355[355].}
Fix cause of "Sample out of bounds" error message. {ml-pull}335[#335]

Fix hang when closing a job or creating a forecast. This problem occurs
if you created a forecast for a large job and temporary storage was not cleaned up. {ml-pull}352[#352] (issue: {ml-issue}350[#350])

=== Regressions

== {es} version 6.5.5
== {es} version 6.5.5

=== Bug Fixes
Fix a race condition if a forecast job requires overflowing to disk but cleanup of temporary
storage fails. This can cause the autodetect process to hang on exit, if more forecast requests
are in the queue. (See {ml-pull}352[352].)

== {es} version 6.5.3
== {es} version 6.5.4

None

== {es} version 6.5.3

=== Bug Fixes

Expand Down