8.19.4.asciidoc 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. [[release-notes-8.19.4]]
  2. == {es} version 8.19.4
  3. coming[8.19.4]
  4. Also see <<breaking-changes-8.19,Breaking changes in 8.19>>.
  5. [[bug-8.19.4]]
  6. [float]
  7. === Bug fixes
  8. Authorization::
  9. * Remove `DocumentSubsetBitsetCache` locking {es-pull}133681[#133681] (issue: {es-issue}132842[#132842])
  10. ES|QL::
  11. * Reserve memory for Lucene's TopN {es-pull}134235[#134235]
  12. * Track memory in evaluators {es-pull}133392[#133392]
  13. Infra/Core::
  14. * Remove `java.xml` from system modules {es-pull}133671[#133671]
  15. Infra/Scripting::
  16. * Update `DefBootstrap` to handle Error from `ClassValue` {es-pull}133604[#133604]
  17. Infra/Settings::
  18. * Use latest setting value when initializing setting watch {es-pull}134091[#134091] (issue: {es-issue}133701[#133701])
  19. Ingest Node::
  20. * Fix `allow_duplicates` edge case bug in append processor {es-pull}134319[#134319]
  21. * Fix enrich caches outdated value after policy run {es-pull}133680[#133680]
  22. Machine Learning::
  23. * Ensuring only a single request executor object is created {es-pull}133424[#133424]
  24. * Fix double-counting of inference memory in the assignment rebalancer {es-pull}133919[#133919]
  25. * Update EIS sparse and dense embedding max batch size to 16 {es-pull}132646[#132646]
  26. Mapping::
  27. * Allow trailing empty string field names in paths of flattened field {es-pull}133611[#133611] (issue: {es-issue}130139[#130139])
  28. * Fixed a bug where text fields in LogsDB indices did not use their keyword multi fields for block loading {es-pull}134253[#134253]
  29. Relevance::
  30. * Disallow creating `semantic_text` fields in indices created prior to 8.11.0 {es-pull}133080[#133080]
  31. Search::
  32. * Prevent field caps from failing due to can match failure {es-pull}134134[#134134] (issue: {es-issue}116106[#116106])
  33. * Use inner query for equals/hashCode() in `SourceConfirmedTextQuery` {es-pull}134451[#134451] (issue: {es-issue}134432[#134432])
  34. Snapshot/Restore::
  35. * Delay S3 repo warning if default region absent {es-pull}133848[#133848]
  36. [[enhancement-8.19.4]]
  37. [float]
  38. === Enhancements
  39. Authorization::
  40. * [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])
  41. Infra/Core::
  42. * Return unique deprecation for old indices with incompatible date formats {es-pull}124597[#124597]
  43. Infra/Plugins::
  44. * Add Reason field to elastic-agent upgrade details metadata {es-pull}134711[#134711]
  45. Network::
  46. * Add human-readable HTTP client stats {es-pull}134296[#134296]
  47. [[upgrade-8.19.4]]
  48. [float]
  49. === Upgrades
  50. FIPS::
  51. * Bump bc-fips to 1.0.2.6 {es-pull}133198[#133198]
  52. Network::
  53. * Upgrade Netty to 4.1.126.Final {es-pull}134182[#134182]
  54. Security::
  55. * Bump bcpkix version {es-pull}132853[#132853]