8.16.1.asciidoc 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. [[release-notes-8.16.1]]
  2. == {es} version 8.16.1
  3. Also see <<breaking-changes-8.16,Breaking changes in 8.16>>.
  4. [[bug-8.16.1]]
  5. [float]
  6. === Bug fixes
  7. Data streams::
  8. * Add missing header in `put_data_lifecycle` rest-api-spec {es-pull}116292[#116292]
  9. Mapping::
  10. * Ignore conflicting fields during dynamic mapping update {es-pull}114227[#114227] (issue: {es-issue}114228[#114228])
  11. Ranking::
  12. * Propagating nested `inner_hits` to the parent compound retriever {es-pull}116408[#116408] (issue: {es-issue}116397[#116397])
  13. Relevance::
  14. * Fix handling of bulk requests with semantic text fields and delete ops {es-pull}116942[#116942]
  15. Search::
  16. * Fix handling of time exceeded exception in fetch phase {es-pull}116676[#116676]
  17. * Semantic text simple partial update {es-pull}116478[#116478]
  18. * Validate missing shards after the coordinator rewrite {es-pull}116382[#116382]
  19. Vector Search::
  20. * Update Semantic Query To Handle Zero Size Responses {es-pull}116277[#116277] (issue: {es-issue}116083[#116083])
  21. [[enhancement-8.16.1]]
  22. [float]
  23. === Enhancements
  24. Data streams::
  25. * Apm-data: disable date_detection for all apm data streams {es-pull}116995[#116995]
  26. Ingest Node::
  27. * Add postal_code support to the City and Enterprise databases {es-pull}114193[#114193]
  28. * Add support for registered country fields for maxmind geoip databases {es-pull}114521[#114521]
  29. * Support IPinfo database configurations {es-pull}114548[#114548]
  30. * Support more maxmind fields in the geoip processor {es-pull}114268[#114268]
  31. Relevance::
  32. * Add tracking for query rule types {es-pull}116357[#116357]
  33. Snapshot/Restore::
  34. * Improve message about insecure S3 settings {es-pull}116915[#116915]
  35. * Split searchable snapshot into multiple repo operations {es-pull}116918[#116918]
  36. [discrete]
  37. [[known-issues-8.16.1]]
  38. === Known issues
  39. {esql}::
  40. * Some valid queries using an `ENRICH` command can fail when a match field is used that is absent from some indices or shards, either with a 500 status code due to `NullPointerException` or `ClassCastException` or with a 400 status code and `IllegalArgumentException`. This is fixed in {es-pull}126187[#126187].