[DOCS] Add 7.6.1. release notes (#52874)

Adds the release notes for 7.6.1.
This commit is contained in:
Yannick Welsch 2020-03-04 15:46:20 +01:00
parent b77f6746d1
commit d1e7951e00
2 changed files with 80 additions and 10 deletions

View File

@ -6,6 +6,7 @@
This section summarizes the changes in each release. This section summarizes the changes in each release.
* <<release-notes-7.6.1>>
* <<release-notes-7.6.0>> * <<release-notes-7.6.0>>
* <<release-notes-7.5.2>> * <<release-notes-7.5.2>>
* <<release-notes-7.5.1>> * <<release-notes-7.5.1>>

View File

@ -1,3 +1,72 @@
[[release-notes-7.6.1]]
== {es} version 7.6.1
Also see <<breaking-changes-7.6,Breaking changes in 7.6>>.
[[bug-7.6.1]]
[float]
=== Bug fixes
Aggregations::
* Decode max and min optimization more carefully {pull}52336[#52336] (issue: {issue}52220[#52220])
* Fix a DST error in date_histogram {pull}52016[#52016] (issue: {issue}50265[#50265])
Audit::
* Logfile audit settings validation {pull}52537[#52537] (issues: {issue}47038[#47038], {issue}47711[#47711], {issue}52357[#52357])
CCR::
* Fix shard follow task cleaner under security {pull}52347[#52347] (issues: {issue}44702[#44702], {issue}51971[#51971])
Features/cat APIs::
* Fix NPE in RestPluginsAction {pull}52620[#52620] (issue: {issue}45321[#45321])
Features/ILM+SLM::
* ILM fix the init step to actually be retryable {pull}52076[#52076]
Features/Ingest::
* Handle errors when evaluating if conditions in processors {pull}52543[#52543] (issue: {issue}52339[#52339])
Features/Monitoring::
* Fix NPE in cluster state collector for monitoring {pull}52371[#52371] (issue: {issue}52317[#52317])
Features/Stats::
* Switch to AtomicLong for "IngestCurrent" metric to prevent negative values {pull}52581[#52581] (issues: {issue}52406[#52406], {issue}52411[#52411])
Infra/Packaging::
* Limit _FILE env var support to specific vars {pull}52525[#52525] (issue: {issue}52503[#52503])
Machine Learning::
* Don't return inflated definition when storing trained models {pull}52573[#52573]
* Validate tree feature index is within range {pull}52460[#52460]
Network::
* Remove seeds dependency for remote cluster settings {pull}52796[#52796]
Reindex::
* Allow comma separated source indices {pull}52044[#52044] (issue: {issue}51949[#51949])
SQL::
* Supplement input checks on received request parameters {pull}52229[#52229]
* Fix issue with timezone when paginating {pull}52101[#52101] (issue: {issue}51258[#51258])
* Fix ORDER BY on aggregates and GROUPed BY fields {pull}51894[#51894] (issue: {issue}50355[#50355])
* Fix milliseconds handling in intervals {pull}51675[#51675] (issue: {issue}41635[#41635])
* Selecting a literal from grouped by query generates error {pull}41964[#41964] (issues: {issue}41413[#41413], {issue}41951[#41951])
Snapshot/Restore::
* Fix Non-Verbose Snapshot List Missing Empty Snapshots {pull}52433[#52433]
Store::
* Fix synchronization in ByteSizeCachingDirectory {pull}52512[#52512]
[[upgrade-7.6.1]]
[float]
=== Upgrades
Authentication::
* Update oauth2-oidc-sdk to 7.0 {pull}52489[#52489] (issue: {issue}48409[#48409])
[[release-notes-7.6.0]] [[release-notes-7.6.0]]
== {es} version 7.6.0 == {es} version 7.6.0
@ -260,7 +329,7 @@ being smaller than for the best parameter values found so far {ml-pull}915[#915]
* Optimize decision threshold for classification to maximize minimum class recall {ml-pull}926[#926] * Optimize decision threshold for classification to maximize minimum class recall {ml-pull}926[#926]
* Include categorization memory usage in the `model_bytes` field in * Include categorization memory usage in the `model_bytes` field in
`model_size_stats`, so that it is taken into account in node assignment `model_size_stats`, so that it is taken into account in node assignment
decisions {ml-pull}927[#927] (issue:{ml-issue}724[#724]) decisions {ml-pull}927[#927] (issue: {ml-issue}724[#724])
Mapping:: Mapping::
* Add telemetry for flattened fields. {pull}48972[#48972] * Add telemetry for flattened fields. {pull}48972[#48972]
@ -483,7 +552,7 @@ Machine Learning::
* Make data frame analytics more robust for very short-lived analyses {pull}49282[#49282] (issue: {issue}49095[#49095]) * Make data frame analytics more robust for very short-lived analyses {pull}49282[#49282] (issue: {issue}49095[#49095])
* Fixes potential memory corruption when determining seasonality {ml-pull}852[#852] * Fixes potential memory corruption when determining seasonality {ml-pull}852[#852]
* Prevent `prediction_field_name` clashing with other fields in {ml} results {ml-pull}861[#861] * Prevent `prediction_field_name` clashing with other fields in {ml} results {ml-pull}861[#861]
* Include out-of-order as well as in-order terms in categorization reverse searches {ml-pull}950[#950] (issue:{ml-issue}949[#949]) * Include out-of-order as well as in-order terms in categorization reverse searches {ml-pull}950[#950] (issue: {ml-issue}949[#949])
Mapping:: Mapping::
* Ensure that field collapsing works with field aliases. {pull}50722[#50722] (issues: {issue}32648[#32648], {issue}50121[#50121]) * Ensure that field collapsing works with field aliases. {pull}50722[#50722] (issues: {issue}32648[#32648], {issue}50121[#50121])