8.1.2.asciidoc 1.4 KB

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