8.1.2.asciidoc 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. [[release-notes-8.1.2]]
  2. == {es} version 8.1.2
  3. Also see <<breaking-changes-8.1,Breaking changes in 8.1>>.
  4. [[known-issues-8.1.2]]
  5. [float]
  6. === Known issues
  7. include::8.0.0.asciidoc[tag=jackson-filtering-bug]
  8. [[bug-8.1.2]]
  9. [float]
  10. === Bug fixes
  11. Authorization::
  12. * Add delete privilege to `kibana_system` for APM {es-pull}85085[#85085]
  13. Engine::
  14. * Increase store ref before snapshotting index commit {es-pull}84776[#84776]
  15. Infra/Core::
  16. * Return empty version instead of blowing up if we cannot find it {es-pull}85244[#85244]
  17. * Validate index format agreement for system index descriptors {es-pull}85173[#85173]
  18. * Wrap thread creation in `doPrivileged` call {es-pull}85180[#85180]
  19. Machine Learning::
  20. * Do not fetch source when finding index of last state docs {es-pull}85334[#85334]
  21. * Fixes for multi-line start patterns in text structure endpoint {es-pull}85066[#85066]
  22. * Reallocate model deployments on node shutdown events {es-pull}85310[#85310]
  23. Mapping::
  24. * Do not fail on duplicated content field filters {es-pull}85382[#85382]
  25. Search::
  26. * Increase store ref before analyzing disk usage {es-pull}84774[#84774]
  27. * Limit concurrent shard requests in disk usage API {es-pull}84900[#84900] (issue: {es-issue}84779[#84779])
  28. * `TransportBroadcastAction` should always set response for each shard {es-pull}84926[#84926]
  29. Snapshot/Restore::
  30. * Fix leaking listeners bug on frozen tier {es-pull}85239[#85239]
  31. Watcher::
  32. * No longer require master node to install Watcher templates {es-pull}85287[#85287] (issue: {es-issue}85043[#85043])