8.11.1.asciidoc 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. [[release-notes-8.11.1]]
  2. == {es} version 8.11.1
  3. Also see <<breaking-changes-8.11,Breaking changes in 8.11>>.
  4. [[known-issues-8.11.1]]
  5. [float]
  6. === Known issues
  7. include::8.10.3.asciidoc[tag=no-preventive-gc-issue]
  8. [[bug-8.11.1]]
  9. [float]
  10. === Bug fixes
  11. Allocation::
  12. * Avoid negative `DesiredBalanceStats#lastConvergedIndex` {es-pull}101998[#101998]
  13. Authentication::
  14. * Fix memory leak from JWT cache (and fix the usage of the JWT auth cache) {es-pull}101799[#101799]
  15. Machine Learning::
  16. * Fix inference timeout from the Inference Ingest Processor {es-pull}101971[#101971]
  17. Mapping::
  18. * Fix incorrect dynamic mapping for non-numeric-value arrays #101965 {es-pull}101967[#101967]
  19. Network::
  20. * Fail listener on exception in `TcpTransport#openConnection` {es-pull}101907[#101907] (issue: {es-issue}100510[#100510])
  21. Search::
  22. * Dry up `AsyncTaskIndexService` memory management and fix inefficient circuit breaker use {es-pull}101892[#101892]
  23. Snapshot/Restore::
  24. * Respect regional AWS STS endpoints {es-pull}101705[#101705] (issue: {es-issue}89175[#89175])
  25. [[enhancement-8.11.1]]
  26. [float]
  27. === Enhancements
  28. Machine Learning::
  29. * Add inference counts by model to the machine learning usage stats {es-pull}101915[#101915]