8.10.3.asciidoc 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. [[release-notes-8.10.3]]
  2. == {es} version 8.10.3
  3. coming[8.10.3]
  4. Also see <<breaking-changes-8.10,Breaking changes in 8.10>>.
  5. [[bug-8.10.3]]
  6. [float]
  7. === Bug fixes
  8. Aggregations::
  9. * Fix cardinality agg for `const_keyword` {es-pull}99814[#99814] (issue: {es-issue}99776[#99776])
  10. Distributed::
  11. * Skip settings validation during desired nodes updates {es-pull}99946[#99946]
  12. Highlighting::
  13. * Implement matches() on `SourceConfirmedTextQuery` {es-pull}100252[#100252]
  14. ILM+SLM::
  15. * ILM introduce the `check-ts-end-time-passed` step {es-pull}100179[#100179] (issue: {es-issue}99696[#99696])
  16. * ILM the delete action waits for a TSDS index time/bounds to lapse {es-pull}100207[#100207]
  17. Ingest Node::
  18. * Validate enrich index before completing policy execution {es-pull}100106[#100106]
  19. Machine Learning::
  20. * Adding retry logic for start model deployment API {es-pull}99673[#99673]
  21. * Using 1 MB chunks for elser model storage {es-pull}99677[#99677]
  22. Search::
  23. * Close expired search contexts on SEARCH thread {es-pull}99660[#99660]
  24. * Fix fields API for `geo_point` fields inside other arrays {es-pull}99868[#99868] (issue: {es-issue}99781[#99781])
  25. Snapshot/Restore::
  26. * Support $ and / in restore rename replacements {es-pull}99892[#99892] (issue: {es-issue}99078[#99078])
  27. Transform::
  28. * Do not use PIT in the presence of remote indices in source {es-pull}99803[#99803]
  29. * Ignore "index not found" error when `delete_dest_index` flag is set but the dest index doesn't exist {es-pull}99738[#99738]
  30. * Let `_stats` internally timeout if checkpoint information can not be retrieved {es-pull}99914[#99914]
  31. Vector Search::
  32. * Update version range in `jvm.options` for the Panama Vector API {es-pull}99846[#99846]
  33. [[enhancement-8.10.3]]
  34. [float]
  35. === Enhancements
  36. Authorization::
  37. * Add manage permission for fleet managed threat intel indices {es-pull}99231[#99231]
  38. Highlighting::
  39. * Implement matches() on `SourceConfirmedTextQuery` {es-pull}100134[#100134]
  40. Ingest Node::
  41. * Show a concrete error when the enrich index does not exist rather than a NullPointerException {es-pull}99604[#99604]
  42. Search::
  43. * Add checks in term and terms queries that input terms are not too long {es-pull}99818[#99818] (issue: {es-issue}99802[#99802])
  44. [[upgrade-8.10.3]]
  45. [float]
  46. === Upgrades
  47. Packaging::
  48. * Upgrade bundled JDK to Java 21 {es-pull}99724[#99724]