|
| 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 | + |
1 | 70 | [[release-notes-7.6.0]]
|
2 | 71 | == {es} version 7.6.0
|
3 | 72 |
|
@@ -79,7 +148,7 @@ Machine Learning::
|
79 | 148 | * Explain data frame analytics API {pull}49455[#49455]
|
80 | 149 | * Machine learning model inference ingest processor {pull}49052[#49052]
|
81 | 150 | * 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 |
83 | 152 | SHapley Additive exPlanation, or SHAP) {ml-pull}857[#857]
|
84 | 153 |
|
85 | 154 | Mapping::
|
@@ -243,24 +312,24 @@ Machine Learning::
|
243 | 312 | estimating maximum memory usage {ml-pull}781[#781]
|
244 | 313 | * Stratified fractional cross validation for regression {ml-pull}784[#784]
|
245 | 314 | * 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 |
247 | 316 | new tree which is trained for both regression and classification {ml-pull}811[#811]
|
248 | 317 | * Emit `prediction_probability` field alongside prediction field in ml results {ml-pull}818[#818]
|
249 | 318 | * Reduce memory usage of {ml} native processes on Windows {ml-pull}844[#844]
|
250 | 319 | * 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 |
252 | 321 | 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 |
254 | 323 | provided as `prediction_field_type` parameter {ml-pull}877[#877]
|
255 | 324 | * 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 |
257 | 326 | 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 |
259 | 328 | being smaller than for the best parameter values found so far {ml-pull}915[#915]
|
260 | 329 | * 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]) |
264 | 333 |
|
265 | 334 | Mapping::
|
266 | 335 | * Add telemetry for flattened fields. {pull}48972[#48972]
|
@@ -483,7 +552,7 @@ Machine Learning::
|
483 | 552 | * Make data frame analytics more robust for very short-lived analyses {pull}49282[#49282] (issue: {issue}49095[#49095])
|
484 | 553 | * Fixes potential memory corruption when determining seasonality {ml-pull}852[#852]
|
485 | 554 | * 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]) |
487 | 556 |
|
488 | 557 | Mapping::
|
489 | 558 | * Ensure that field collapsing works with field aliases. {pull}50722[#50722] (issues: {issue}32648[#32648], {issue}50121[#50121])
|
|
0 commit comments