8.1.2.asciidoc 1.4 KB

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