8.1.3.asciidoc 1018 B

123456789101112131415161718192021222324252627282930313233
  1. [[release-notes-8.1.3]]
  2. == {es} version 8.1.3
  3. Also see <<breaking-changes-8.1,Breaking changes in 8.1>>.
  4. [[known-issues-8.1.3]]
  5. [float]
  6. === Known issues
  7. include::8.0.0.asciidoc[tag=jackson-filtering-bug]
  8. [[bug-8.1.3]]
  9. [float]
  10. === Bug fixes
  11. Authorization::
  12. * Ignore app priv failures when resolving superuser {es-pull}85519[#85519]
  13. Machine Learning::
  14. * Avoid multiple queued quantiles documents in renormalizer {es-pull}85555[#85555] (issue: {es-issue}85539[#85539])
  15. Mapping::
  16. * Do not fail on duplicated content field filters {es-pull}85382[#85382]
  17. Search::
  18. * Fix skip caching factor with `indices.queries.cache.all_segments` {es-pull}85510[#85510]
  19. Snapshot/Restore::
  20. * Expose proxy settings for GCS repositories {es-pull}85785[#85785] (issue: {es-issue}84569[#84569])
  21. Watcher::
  22. * Avoiding watcher validation errors when a data stream points to more than one index {es-pull}85507[#85507] (issue: {es-issue}85508[#85508])
  23. * Log at WARN level for Watcher cluster state validation errors {es-pull}85632[#85632]