8.18.7.asciidoc 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. [[release-notes-8.18.7]]
  2. == {es} version 8.18.7
  3. Also see <<breaking-changes-8.18,Breaking changes in 8.18>>.
  4. [[bug-8.18.7]]
  5. [float]
  6. === Bug fixes
  7. Authorization::
  8. * Remove `DocumentSubsetBitsetCache` locking {es-pull}133681[#133681] (issue: {es-issue}132842[#132842])
  9. ES|QL::
  10. * Reserve memory for Lucene's TopN {es-pull}134235[#134235]
  11. Infra/Scripting::
  12. * Update `DefBootstrap` to handle Error from `ClassValue` {es-pull}133604[#133604]
  13. Infra/Settings::
  14. * Use latest setting value when initializing setting watch {es-pull}134091[#134091] (issue: {es-issue}133701[#133701])
  15. Ingest Node::
  16. * Fix `allow_duplicates` edge case bug in append processor {es-pull}134319[#134319]
  17. * Fix enrich caches outdated value after policy run {es-pull}133680[#133680]
  18. Machine Learning::
  19. * Ensuring only a single request executor object is created {es-pull}133424[#133424]
  20. * Fix double-counting of inference memory in the assignment rebalancer {es-pull}133919[#133919]
  21. Mapping::
  22. * Allow trailing empty string field names in paths of flattened field {es-pull}133611[#133611] (issue: {es-issue}130139[#130139])
  23. Relevance::
  24. * Disallow creating `semantic_text` fields in indices created prior to 8.11.0 {es-pull}133080[#133080]
  25. [[enhancement-8.18.7]]
  26. [float]
  27. === Enhancements
  28. Authorization::
  29. * [Sentinel One] Add `manage`, `create_index`, `read`, `index`, `write`, `delete`, permission for third party agent indices `kibana_system` {es-pull}133793[#133793] (issue: {es-issue}133703[#133703])
  30. [[upgrade-8.18.7]]
  31. [float]
  32. === Upgrades
  33. FIPS::
  34. * Bump bc-fips to 1.0.2.6 {es-pull}133198[#133198]
  35. Network::
  36. * Upgrade Netty to 4.1.126.Final {es-pull}134182[#134182]
  37. Security::
  38. * Bump bcpkix version {es-pull}132853[#132853]