Skip to content

Commit

Permalink
Add release notes for 7.14.2 release. (#77975) (#78060)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Locke <[email protected]>
Co-authored-by: James Rodewig <[email protected]>
  • Loading branch information
3 people authored Sep 21, 2021
1 parent 4bb0615 commit d2d97ac
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/reference/release-notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
This section summarizes the changes in each release.

* <<release-notes-7.15.0>>
* <<release-notes-7.14.2>>
* <<release-notes-7.14.1>>
* <<release-notes-7.14.0>>
* <<release-notes-7.13.2>>
Expand Down
31 changes: 31 additions & 0 deletions docs/reference/release-notes/7.14.asciidoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
[[release-notes-7.14.2]]
== {es} version 7.14.2
coming::[7.14.2]
Also see <<breaking-changes-7.14,Breaking changes in 7.14>>.

[[enhancement-7.14.2]]
[float]
=== Enhancements

Mapping::
* Restore public visibility of methods on `RootObjectMapper` {es-pull}77274[#77274]

[[bug-7.14.2]]
[float]
=== Bug fixes

EQL::
* Use the document fields only excluding the metadata fields {es-pull}77203[#77203] (issue: {es-issue}77152[#77152])

Machine Learning::
* Fix failure on datafeed preview with `date_nanos` time field {es-pull}77109[#77109]
* Relocating job should not fail if blocked on revert {es-pull}77207[#77207] (issue: {es-issue}75377[#75377])
* Retain job task upon fail during opening {es-pull}77206[#77206]
* Retry reset if existing task was terminated abruptly {es-pull}77328[#77328] (issue: {es-issue}77207[#77207])

SQL::
* Fix disjunctions (and `IN`) with multiple date math expressions {es-pull}76424[#76424] (issue: {es-issue}76336[#76336])

Snapshot/Restore::
* Fix queued snapshot clone not starting after data node drops {es-pull}77111[#77111] (issue: {es-issue}77101[#77101])

[[release-notes-7.14.1]]
== {es} version 7.14.1

Expand Down

0 comments on commit d2d97ac

Please sign in to comment.