8.4.1.asciidoc 588 B

1234567891011121314151617181920
  1. [[release-notes-8.4.1]]
  2. == {es} version 8.4.1
  3. Also see <<breaking-changes-8.4,Breaking changes in 8.4>>.
  4. [[bug-8.4.1]]
  5. [float]
  6. === Bug fixes
  7. Machine Learning::
  8. * [ML] Validate trained model deployment `queue_capacity` limit {es-pull}89611[#89611] (issue: {es-issue}89555[#89555])
  9. [[known-issues-8.4.1]]
  10. [float]
  11. === Known issues
  12. * When using date range search with format that does not have all date fields (missing month or day)
  13. an incorrectly parsed date could be used. The workaround is to use date pattern with all date fields (year, month, day)
  14. (issue: {es-issue}90187[#90187])