8.17.6.asciidoc 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. [[release-notes-8.17.6]]
  2. == {es} version 8.17.6
  3. Also see <<breaking-changes-8.17,Breaking changes in 8.17>>.
  4. [[bug-8.17.6]]
  5. [float]
  6. === Bug fixes
  7. CCS::
  8. * Cancel expired async search task when a remote returns its results {es-pull}126583[#126583]
  9. Data streams::
  10. * [otel-data] Bump plugin version to release _metric_names_hash changes {es-pull}126850[#126850]
  11. ES|QL::
  12. * Fix count optimization with pushable union types {es-pull}127225[#127225] (issue: {es-issue}127200[#127200])
  13. Infra/Core::
  14. * Rework uniquify to not use iterators {es-pull}126889[#126889] (issue: {es-issue}126883[#126883])
  15. * Workaround max name limit imposed by Jackson 2.17 {es-pull}126806[#126806]
  16. Machine Learning::
  17. * Adding missing `onFailure` call for Inference API start model request {es-pull}126930[#126930]
  18. * Fix text structure NPE when fields in list have null value {es-pull}125922[#125922]
  19. * Leverage threadpool schedule for inference api to avoid long running thread {es-pull}126858[#126858] (issue: {es-issue}126853[#126853])
  20. Ranking::
  21. * Fix LTR rescorer with model alias {es-pull}126273[#126273]
  22. Task Management::
  23. * Fix race condition in `RestCancellableNodeClient` {es-pull}126686[#126686] (issue: {es-issue}88201[#88201])
  24. Vector Search::
  25. * Fix `vec_caps` to test for OS support too (on x64) {es-pull}126911[#126911] (issue: {es-issue}126809[#126809])
  26. [[enhancement-8.17.6]]
  27. [float]
  28. === Enhancements
  29. Security::
  30. * Add Issuer to failed SAML Signature validation logs when available {es-pull}126310[#126310] (issue: {es-issue}111022[#111022])