Skip to content

Commit d722489

Browse files
authored
[DOCS] Add 7.6.1. release notes (#52874)
Adds the release notes for 7.6.1.
1 parent 35f04d2 commit d722489

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

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

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

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

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

0 commit comments

Comments
 (0)