8.18.2.asciidoc 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. [[release-notes-8.18.2]]
  2. == {es} version 8.18.2
  3. Also see <<breaking-changes-8.18,Breaking changes in 8.18>>.
  4. [[breaking-8.18.2]]
  5. [float]
  6. === Breaking changes
  7. Snapshot/Restore::
  8. * Make S3 custom query parameter optional {es-pull}128043[#128043]
  9. [[bug-8.18.2]]
  10. [float]
  11. === Bug fixes
  12. Aggregations::
  13. * Fix a bug in `significant_terms` {es-pull}127975[#127975]
  14. Audit::
  15. * Handle streaming request body in audit log {es-pull}127798[#127798]
  16. Data streams::
  17. * Fix system data streams incorrectly showing up in the list of template validation problems {es-pull}128161[#128161]
  18. Downsampling::
  19. * Downsampling does not consider passthrough fields as dimensions {es-pull}127752[#127752] (issue: {es-issue}125156[#125156])
  20. ES|QL::
  21. * Ensure ordinal builder emit ordinal blocks {es-pull}127949[#127949]
  22. * Fix union types in CCS {es-pull}128111[#128111]
  23. Infra/Core::
  24. * Add missing `outbound_network` entitlement to x-pack-core {es-pull}126992[#126992] (issue: {es-issue}127003[#127003])
  25. * Check hidden frames in entitlements {es-pull}127877[#127877]
  26. Infra/Scripting::
  27. * Avoid nested docs in painless execute api {es-pull}127991[#127991] (issue: {es-issue}41004[#41004])
  28. Logs::
  29. * Fix an authorization error when LogsPatternUsageService attempts to update `logsdb.prior_logs_usage` cluster setting. {es-pull}128050[#128050]
  30. Machine Learning::
  31. * Append all data to Chat Completion buffer {es-pull}127658[#127658]
  32. * Fix services API Google Vertex AI Rerank location field requirement {es-pull}127856[#127856]
  33. * Use internal user for internal inference action {es-pull}128327[#128327]
  34. Relevance::
  35. * Fix: Add `NamedWriteable` for `RuleQueryRankDoc` {es-pull}128153[#128153] (issue: {es-issue}126071[#126071])
  36. Security::
  37. * Remove dangling spaces wherever found {es-pull}127475[#127475]
  38. Snapshot/Restore::
  39. * Add missing entitlement to `repository-azure` {es-pull}128047[#128047] (issue: {es-issue}128046[#128046])
  40. TSDB::
  41. * Skip the validation when retrieving the index mode during reindexing a time series data stream {es-pull}127824[#127824]
  42. [[enhancement-8.18.2]]
  43. [float]
  44. === Enhancements
  45. Authentication::
  46. * Http proxy support in JWT realm {es-pull}127337[#127337] (issue: {es-issue}114956[#114956])