8.8.2.asciidoc 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. [[release-notes-8.8.2]]
  2. == {es} version 8.8.2
  3. coming[8.8.2]
  4. Also see <<breaking-changes-8.8,Breaking changes in 8.8>>.
  5. [[bug-8.8.2]]
  6. [float]
  7. === Bug fixes
  8. Aggregations::
  9. * Fix iteration of empty percentiles throwing Null Pointer Exception {es-pull}96668[#96668] (issue: {es-issue}96626[#96626])
  10. Health::
  11. * Uses `ClusterSettings` instead of Node `Settings` in `HealthMetadataService` {es-pull}96843[#96843] (issue: {es-issue}96219[#96219])
  12. Ingest Node::
  13. * Support dotted field notations in the reroute processor {es-pull}96243[#96243]
  14. Machine Learning::
  15. * Ensure NLP model inference queue is always cleared after shutdown or failure {es-pull}96738[#96738]
  16. SQL::
  17. * Fix translation of queries involving Version vals {es-pull}96540[#96540] (issue: {es-issue}96509[#96509])
  18. Search::
  19. * Increase concurrent request of opening point-in-time {es-pull}96782[#96782]
  20. TSDB::
  21. * The get data stream api incorrectly prints warning log for upgraded tsdb data streams {es-pull}96606[#96606]
  22. [[enhancement-8.8.2]]
  23. [float]
  24. === Enhancements
  25. TSDB::
  26. * Change rollup thread pool settings {es-pull}96821[#96821] (issue: {es-issue}96758[#96758])
  27. Transform::
  28. * Adding null check to fix potential NPE {es-pull}96785[#96785] (issue: {es-issue}96781[#96781])