8.18.3.asciidoc 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. [[release-notes-8.18.3]]
  2. == {es} version 8.18.3
  3. Also see <<breaking-changes-8.18,Breaking changes in 8.18>>.
  4. [[bug-8.18.3]]
  5. [float]
  6. === Bug fixes
  7. Aggregations::
  8. * Aggs: Fix significant terms not finding background docuemnts for nested fields {es-pull}128472[#128472] (issue: {es-issue}101163[#101163])
  9. Authorization::
  10. * Prevent invalid privileges in manage roles privilege {es-pull}128532[#128532] (issue: {es-issue}127496[#127496])
  11. CCS::
  12. * Handle the indices pattern `["*", "-*"]` when grouping indices by cluster name {es-pull}128610[#128610]
  13. Codec::
  14. * Use new source loader when lower `docId` is accessed {es-pull}128320[#128320]
  15. Data streams::
  16. * Bump APM data resource version {es-pull}129547[#129547]
  17. ES|QL::
  18. * Fix `FieldAttribute` name usage in `InferNonNullAggConstraint` {es-pull}128910[#128910]
  19. * Support DATE_NANOS in LOOKUP JOIN {es-pull}127962[#127962] (issue: {es-issue}127249[#127249])
  20. * Throw ISE instead of IAE for illegal block in page {es-pull}128960[#128960]
  21. Geo::
  22. * Added geometry validation for GEO types to exit early on invalid latitudes {es-pull}128259[#128259] (issue: {es-issue}128234[#128234])
  23. IdentityProvider::
  24. * Improve cache invalidation in IdP SP cache {es-pull}128890[#128890]
  25. Infra/Core::
  26. * Update AbstractXContentParser to support parsers that don't provide text characters {es-pull}129005[#129005]
  27. Infra/Plugins::
  28. * Add complete attribute to .fleet-agents docs {es-pull}127651[#127651]
  29. Machine Learning::
  30. * Account for Java direct memory on machine learning nodes to prevent out-of-memory crashes. {es-pull}128742[#128742]
  31. * Ensure that anomaly detection job state update retries if master node is temoporarily unavailable {es-pull}129391[#129391] (issue: {es-issue}126148[#126148])
  32. * Fix NPE when `date_buckets` aggregation is missing in the response {es-pull}128974[#128974]
  33. * Pass timeout to chat completion {es-pull}128338[#128338]
  34. * Prevent ML data retention logic from failing when deleting documents in read-only indices {es-pull}125408[#125408]
  35. Search::
  36. * Fix minmax normalizer handling of single-doc result sets {es-pull}128689[#128689]
  37. * Fix missing highlighting in `match_all` queries for `semantic_text` fields {es-pull}128702[#128702]
  38. Searchable Snapshots::
  39. * Adjust unpromotable shard refresh request validation to allow `RefreshResult.NO_REFRESH` {es-pull}129176[#129176] (issue: {es-issue}129036[#129036])
  40. Security::
  41. * Fix error message when changing the password for a user in the file realm {es-pull}127621[#127621]
  42. Vector Search::
  43. * Fix NPE in `flat_bbq` scorer when all vectors are missing {es-pull}129548[#129548]
  44. [[enhancement-8.18.3]]
  45. [float]
  46. === Enhancements
  47. Authorization::
  48. * Fix unsupported privileges error message during role and API key creation {es-pull}129158[#129158] (issue: {es-issue}128132[#128132])
  49. ES|QL::
  50. * Support partial sort fields in TopN pushdown {es-pull}116043[#116043] (issue: {es-issue}114515[#114515])
  51. [[upgrade-8.18.3]]
  52. [float]
  53. === Upgrades
  54. Packaging::
  55. * Update default docker base image to Ubuntu 24.04 {es-pull}128732[#128732]