|
| 1 | +[[release-notes-8.0.1]] |
| 2 | +== {es} version 8.0.1 |
| 3 | + |
| 4 | +coming::[8.0.1] |
| 5 | + |
| 6 | +Also see <<breaking-changes-8.0,Breaking changes in 8.0>>. |
| 7 | + |
| 8 | +[[bug-8.0.1]] |
| 9 | +[float] |
| 10 | +=== Bug fixes |
| 11 | + |
| 12 | +Aggregations:: |
| 13 | +* Fix backward compatibility with 7.17.0 {es-pull}83715[#83715] |
| 14 | + |
| 15 | +Distributed:: |
| 16 | +* Correctly handle large zones with 500 or more instances {es-pull}83785[#83785] (issue: {es-issue}83783[#83783]) |
| 17 | + |
| 18 | +ILM+SLM:: |
| 19 | +* Do not allow negative age in explain lifecycle API response {es-pull}84043[#84043] |
| 20 | + |
| 21 | +Infra/Core:: |
| 22 | +* Copy `trace.id` in threadcontext stash {es-pull}83218[#83218] |
| 23 | +* Preserve context in `ResultDeduplicator` {es-pull}84038[#84038] (issue: {es-issue}84036[#84036]) |
| 24 | +* Update system index mappings if `_meta` is null {es-pull}83896[#83896] (issue: {es-issue}83890[#83890]) |
| 25 | + |
| 26 | +Ingest:: |
| 27 | +* Fix `GeoIpDownloader` startup during rolling upgrade {es-pull}84000[#84000] |
| 28 | +* Short circuit date patterns after first match {es-pull}83764[#83764] |
| 29 | + |
| 30 | +Machine Learning:: |
| 31 | +* Retry anomaly detection job recovery during relocation {es-pull}83456[#83456] |
| 32 | + |
| 33 | +Packaging:: |
| 34 | +* Add `log4j-slf4j-impl` to `repository-azure` {es-pull}83661[#83661] (issue: {es-issue}83652[#83652]) |
| 35 | + |
| 36 | +Recovery:: |
| 37 | +* Add missing `indices.recovery.internal_action_retry_timeout` to list of settings {es-pull}83354[#83354] |
| 38 | + |
| 39 | +SQL:: |
| 40 | +* Fix txt format for empty result sets {es-pull}83376[#83376] |
| 41 | + |
| 42 | +Search:: |
| 43 | +* Avoid eagerly loading `StoredFieldsReader` in fetch phase {es-pull}83693[#83693] (issue: {es-issue}82777[#82777]) |
| 44 | +* Returns valid PIT when no index matched {es-pull}83424[#83424] |
| 45 | + |
| 46 | +Security:: |
| 47 | +* Upgrade jANSI dependency to 2.4.0 {es-pull}83566[#83566] |
| 48 | + |
| 49 | +Snapshot/Restore:: |
| 50 | +* Move get snapshots serialization to management pool {es-pull}83215[#83215] |
| 51 | +* Preserve context in `snapshotDeletionListeners` {es-pull}84089[#84089] (issue: {es-issue}84036[#84036]) |
| 52 | + |
| 53 | +Transform:: |
| 54 | +* Fix condition on which the transform stops processing buckets {es-pull}82852[#82852] |
| 55 | + |
| 56 | +Watcher:: |
| 57 | +* Tolerate empty types array in Watch definitions {es-pull}83524[#83524] (issue: {es-issue}83235[#83235]) |
| 58 | + |
| 59 | +[[enhancement-8.0.1]] |
| 60 | +[float] |
| 61 | +=== Enhancements |
| 62 | + |
| 63 | +Infra/REST API:: |
| 64 | +* Update YAML REST tests to check for product header on all responses {es-pull}83290[#83290] |
| 65 | + |
| 66 | +Recovery:: |
| 67 | +* Adjust `indices.recovery.max_bytes_per_sec` according to external settings {es-pull}82819[#82819] |
| 68 | + |
| 69 | +[[upgrade-8.0.1]] |
| 70 | +[float] |
| 71 | +=== Upgrades |
| 72 | + |
| 73 | +Geo:: |
| 74 | +* Update vector tiles google protobuf to 3.16.1 {es-pull}83402[#83402] |
| 75 | + |
| 76 | +Packaging:: |
| 77 | +* Bump bundled JDK to 17.0.2+8 {es-pull}83243[#83243] (issue: {es-issue}83242[#83242]) |
| 78 | + |
| 79 | + |
1 | 80 | [[release-notes-8.0.0]]
|
2 | 81 | == {es} version 8.0.0
|
3 | 82 |
|
|
0 commit comments