8.17.1.asciidoc 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. [[release-notes-8.17.1]]
  2. == {es} version 8.17.1
  3. Also see <<breaking-changes-8.17,Breaking changes in 8.17>>.
  4. [[bug-8.17.1]]
  5. [float]
  6. === Bug fixes
  7. Aggregations::
  8. * Fix moving function linear weighted avg {es-pull}118435[#118435] (issue: {es-issue}113751[#113751])
  9. CCS::
  10. * Resolve/cluster should mark remotes as not connected when a security exception is thrown {es-pull}119793[#119793]
  11. Data streams::
  12. * Add missing traces ilm policy for OTel traces data streams {es-pull}119449[#119449]
  13. Downsampling::
  14. * Handle `index.mapping.ignore_malformed` in downsampling {es-pull}119134[#119134] (issue: {es-issue}119075[#119075])
  15. * Support flattened field with downsampling {es-pull}118816[#118816] (issue: {es-issue}116319[#116319])
  16. ES|QL::
  17. * Allow DATE_PARSE to read the timezones {es-pull}118603[#118603] (issue: {es-issue}117680[#117680])
  18. * Fix ESQL async get while task is being cancelled {es-pull}119897[#119897]
  19. * Fix RLIKE folding with (unsupported) case insensitive pattern {es-pull}118454[#118454]
  20. ILM+SLM::
  21. * Add missing timeouts to rest-api-spec ILM APIs {es-pull}118837[#118837]
  22. * Add missing timeouts to rest-api-spec SLM APIs {es-pull}118958[#118958]
  23. Infra/Node Lifecycle::
  24. * Add missing timeouts to rest-api-spec shutdown APIs {es-pull}118921[#118921]
  25. Infra/REST API::
  26. * Add missing parameter to `xpack.info` rest-api-spec {es-pull}118954[#118954]
  27. Ingest Node::
  28. * Add missing timeouts to rest-api-spec ingest APIs {es-pull}118844[#118844]
  29. * Expose BwC enrich cache setting in plugin {es-pull}119131[#119131]
  30. * Fixing `GetDatabaseConfigurationAction` response serialization {es-pull}119233[#119233]
  31. License::
  32. * Remove unsupported timeout from rest-api-spec license API {es-pull}118919[#118919]
  33. Machine Learning::
  34. * Fix loss of context in the inference API for streaming APIs {es-pull}118999[#118999] (issue: {es-issue}119000[#119000])
  35. * Fix spike detection for short spikes at the tail of the data {es-pull}119637[#119637]
  36. * Fix timeout ingesting an empty string into a `semantic_text` field {es-pull}117840[#117840]
  37. * [Inference API] Fix bug checking for e5 or reranker default IDs {es-pull}119797[#119797]
  38. Search::
  39. * ESQL: `connect_transport_exception` should be thrown instead of `verification_exception` when ENRICH-ing if remote is disconnected {es-pull}119750[#119750]
  40. * Fix: do not let `_resolve/cluster` hang if remote is unresponsive {es-pull}119516[#119516]
  41. * Handle exceptions in query phase can match {es-pull}117469[#117469] (issue: {es-issue}104994[#104994])
  42. [[enhancement-8.17.1]]
  43. [float]
  44. === Enhancements
  45. Authorization::
  46. * Improve handling of nested fields in index reader wrappers {es-pull}118757[#118757]
  47. Data streams::
  48. * Add mapping for `event_name` for OTel logs {es-pull}119495[#119495]
  49. Monitoring::
  50. * Addition of `tier_preference`, `creation_date` and `version` fields in Elasticsearch monitoring template {es-pull}117851[#117851]
  51. [[feature-8.17.1]]
  52. [float]
  53. === New features
  54. Logs::
  55. * Make logsdb general available {es-pull}118559[#118559]