Skip to content

Commit d1e7951

Browse files
committed
[DOCS] Add 7.6.1. release notes (#52874)
Adds the release notes for 7.6.1.
1 parent b77f674 commit d1e7951

File tree

2 files changed

+80
-10
lines changed

2 files changed

+80
-10
lines changed

docs/reference/release-notes.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
This section summarizes the changes in each release.
88

9+
* <<release-notes-7.6.1>>
910
* <<release-notes-7.6.0>>
1011
* <<release-notes-7.5.2>>
1112
* <<release-notes-7.5.1>>

docs/reference/release-notes/7.6.asciidoc

Lines changed: 79 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,72 @@
1+
[[release-notes-7.6.1]]
2+
== {es} version 7.6.1
3+
4+
Also see <<breaking-changes-7.6,Breaking changes in 7.6>>.
5+
6+
[[bug-7.6.1]]
7+
[float]
8+
=== Bug fixes
9+
10+
Aggregations::
11+
* Decode max and min optimization more carefully {pull}52336[#52336] (issue: {issue}52220[#52220])
12+
* Fix a DST error in date_histogram {pull}52016[#52016] (issue: {issue}50265[#50265])
13+
14+
Audit::
15+
* Logfile audit settings validation {pull}52537[#52537] (issues: {issue}47038[#47038], {issue}47711[#47711], {issue}52357[#52357])
16+
17+
CCR::
18+
* Fix shard follow task cleaner under security {pull}52347[#52347] (issues: {issue}44702[#44702], {issue}51971[#51971])
19+
20+
Features/cat APIs::
21+
* Fix NPE in RestPluginsAction {pull}52620[#52620] (issue: {issue}45321[#45321])
22+
23+
Features/ILM+SLM::
24+
* ILM fix the init step to actually be retryable {pull}52076[#52076]
25+
26+
Features/Ingest::
27+
* Handle errors when evaluating if conditions in processors {pull}52543[#52543] (issue: {issue}52339[#52339])
28+
29+
Features/Monitoring::
30+
* Fix NPE in cluster state collector for monitoring {pull}52371[#52371] (issue: {issue}52317[#52317])
31+
32+
Features/Stats::
33+
* Switch to AtomicLong for "IngestCurrent" metric to prevent negative values {pull}52581[#52581] (issues: {issue}52406[#52406], {issue}52411[#52411])
34+
35+
Infra/Packaging::
36+
* Limit _FILE env var support to specific vars {pull}52525[#52525] (issue: {issue}52503[#52503])
37+
38+
Machine Learning::
39+
* Don't return inflated definition when storing trained models {pull}52573[#52573]
40+
* Validate tree feature index is within range {pull}52460[#52460]
41+
42+
Network::
43+
* Remove seeds dependency for remote cluster settings {pull}52796[#52796]
44+
45+
Reindex::
46+
* Allow comma separated source indices {pull}52044[#52044] (issue: {issue}51949[#51949])
47+
48+
SQL::
49+
* Supplement input checks on received request parameters {pull}52229[#52229]
50+
* Fix issue with timezone when paginating {pull}52101[#52101] (issue: {issue}51258[#51258])
51+
* Fix ORDER BY on aggregates and GROUPed BY fields {pull}51894[#51894] (issue: {issue}50355[#50355])
52+
* Fix milliseconds handling in intervals {pull}51675[#51675] (issue: {issue}41635[#41635])
53+
* Selecting a literal from grouped by query generates error {pull}41964[#41964] (issues: {issue}41413[#41413], {issue}41951[#41951])
54+
55+
Snapshot/Restore::
56+
* Fix Non-Verbose Snapshot List Missing Empty Snapshots {pull}52433[#52433]
57+
58+
Store::
59+
* Fix synchronization in ByteSizeCachingDirectory {pull}52512[#52512]
60+
61+
62+
63+
[[upgrade-7.6.1]]
64+
[float]
65+
=== Upgrades
66+
67+
Authentication::
68+
* Update oauth2-oidc-sdk to 7.0 {pull}52489[#52489] (issue: {issue}48409[#48409])
69+
170
[[release-notes-7.6.0]]
271
== {es} version 7.6.0
372

@@ -79,7 +148,7 @@ Machine Learning::
79148
* Explain data frame analytics API {pull}49455[#49455]
80149
* Machine learning model inference ingest processor {pull}49052[#49052]
81150
* Implement accuracy metric for multi-class classification {pull}47772[#47772] (issue: {issue}48759[#48759])
82-
* Add feature importance values to classification and regression results (using tree
151+
* Add feature importance values to classification and regression results (using tree
83152
SHapley Additive exPlanation, or SHAP) {ml-pull}857[#857]
84153

85154
Mapping::
@@ -243,24 +312,24 @@ Machine Learning::
243312
estimating maximum memory usage {ml-pull}781[#781]
244313
* Stratified fractional cross validation for regression {ml-pull}784[#784]
245314
* Added `geo_point` supported output for `lat_long` function records {ml-pull}809[#809], {pull}47050[#47050]
246-
* Use a random bag of the data to compute the loss function derivatives for each
315+
* Use a random bag of the data to compute the loss function derivatives for each
247316
new tree which is trained for both regression and classification {ml-pull}811[#811]
248317
* Emit `prediction_probability` field alongside prediction field in ml results {ml-pull}818[#818]
249318
* Reduce memory usage of {ml} native processes on Windows {ml-pull}844[#844]
250319
* Reduce runtime of classification and regression {ml-pull}863[#863]
251-
* Stop early training a classification and regression forest when the validation
320+
* Stop early training a classification and regression forest when the validation
252321
error is no longer decreasing {ml-pull}875[#875]
253-
* Emit `prediction_field_name` in data frame analytics results using the type
322+
* Emit `prediction_field_name` in data frame analytics results using the type
254323
provided as `prediction_field_type` parameter {ml-pull}877[#877]
255324
* Improve performance updating quantile estimates {ml-pull}881[#881]
256-
* Migrate to use Bayesian optimisation for initial hyperparameter value line
325+
* Migrate to use Bayesian optimisation for initial hyperparameter value line
257326
searches and stop early if the expected improvement is too small {ml-pull}903[#903]
258-
* Stop cross-validation early if the predicted test loss has a small chance of
327+
* Stop cross-validation early if the predicted test loss has a small chance of
259328
being smaller than for the best parameter values found so far {ml-pull}915[#915]
260329
* Optimize decision threshold for classification to maximize minimum class recall {ml-pull}926[#926]
261-
* Include categorization memory usage in the `model_bytes` field in
262-
`model_size_stats`, so that it is taken into account in node assignment
263-
decisions {ml-pull}927[#927] (issue:{ml-issue}724[#724])
330+
* Include categorization memory usage in the `model_bytes` field in
331+
`model_size_stats`, so that it is taken into account in node assignment
332+
decisions {ml-pull}927[#927] (issue: {ml-issue}724[#724])
264333

265334
Mapping::
266335
* Add telemetry for flattened fields. {pull}48972[#48972]
@@ -483,7 +552,7 @@ Machine Learning::
483552
* Make data frame analytics more robust for very short-lived analyses {pull}49282[#49282] (issue: {issue}49095[#49095])
484553
* Fixes potential memory corruption when determining seasonality {ml-pull}852[#852]
485554
* Prevent `prediction_field_name` clashing with other fields in {ml} results {ml-pull}861[#861]
486-
* Include out-of-order as well as in-order terms in categorization reverse searches {ml-pull}950[#950] (issue:{ml-issue}949[#949])
555+
* Include out-of-order as well as in-order terms in categorization reverse searches {ml-pull}950[#950] (issue: {ml-issue}949[#949])
487556

488557
Mapping::
489558
* Ensure that field collapsing works with field aliases. {pull}50722[#50722] (issues: {issue}32648[#32648], {issue}50121[#50121])

0 commit comments

Comments
 (0)