8.0.1.asciidoc 2.5 KB

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