8.4.3.asciidoc 856 B

123456789101112131415161718192021222324252627282930
  1. [[release-notes-8.4.3]]
  2. == {es} version 8.4.3
  3. Also see <<breaking-changes-8.4,Breaking changes in 8.4>>.
  4. [[bug-8.4.3]]
  5. [float]
  6. === Bug fixes
  7. Infra/Core::
  8. * Fix file permission errors to avoid repeated error save loops on Windows {es-pull}90271[#90271] (issue: {es-issue}90222[#90222])
  9. Ingest Node::
  10. * Prevent serialization errors in the nodes stats API {es-pull}90319[#90319] (issue: {es-issue}77973[#77973])
  11. [[regression-8.4.3]]
  12. [float]
  13. === Regressions
  14. Ranking::
  15. * Ensure `cross_fields` always uses valid term statistics {es-pull}90314[#90314]
  16. [[known-issues-8.4.3]]
  17. [float]
  18. === Known issues
  19. * When using date range search with format that does not have all date fields (missing month or day)
  20. an incorrectly parsed date could be used. The workaround is to use date pattern with all date fields (year, month, day)
  21. (issue: {es-issue}90187[#90187])