8.0.1.asciidoc 2.4 KB

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