8.2.2.asciidoc 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  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. [[known-issues-8.2.2]]
  5. [float]
  6. === Known issues
  7. include::8.0.0.asciidoc[tag=jackson-filtering-bug]
  8. [[bug-8.2.2]]
  9. [float]
  10. === Bug fixes
  11. Audit::
  12. * Fix audit logging to consistently include port number in `origin.address` {es-pull}86732[#86732]
  13. CCR::
  14. * Fix CCR following a datastream with closed indices on the follower corrupting the datastream {es-pull}87076[#87076] (issue: {es-issue}87048[#87048])
  15. Geo::
  16. * Guard for adding null value tags to vector tiles {es-pull}87051[#87051]
  17. Infra/Core::
  18. * Adjust osprobe assertion for burst cpu {es-pull}86990[#86990]
  19. Machine Learning::
  20. * Fix ML task auditor exception early in cluster lifecycle {es-pull}87023[#87023] (issue: {es-issue}87002[#87002])
  21. * Adjacency weighting fixes in categorization {ml-pull}2277[#2277]
  22. [[enhancement-8.2.2]]
  23. [float]
  24. === Enhancements
  25. Machine Learning::
  26. * Make ML native processes work with glibc 2.35 (required for Ubuntu 22.04) {ml-pull}2272[#2272]