8.2.2.asciidoc 935 B

12345678910111213141516171819202122232425262728293031
  1. [[release-notes-8.2.2]]
  2. == {es} version 8.2.2
  3. Also see <<breaking-changes-8.2,Breaking changes in 8.2>>.
  4. [[bug-8.2.2]]
  5. [float]
  6. === Bug fixes
  7. Audit::
  8. * Fix audit logging to consistently include port number in `origin.address` {es-pull}86732[#86732]
  9. CCR::
  10. * Fix CCR following a datastream with closed indices on the follower corrupting the datastream {es-pull}87076[#87076] (issue: {es-issue}87048[#87048])
  11. Geo::
  12. * Guard for adding null value tags to vector tiles {es-pull}87051[#87051]
  13. Infra/Core::
  14. * Adjust osprobe assertion for burst cpu {es-pull}86990[#86990]
  15. Machine Learning::
  16. * Fix ML task auditor exception early in cluster lifecycle {es-pull}87023[#87023] (issue: {es-issue}87002[#87002])
  17. * Adjacency weighting fixes in categorization {ml-pull}2277[#2277]
  18. [[enhancement-8.2.2]]
  19. [float]
  20. === Enhancements
  21. Machine Learning::
  22. * Make ML native processes work with glibc 2.35 (required for Ubuntu 22.04) {ml-pull}2272[#2272]