8.16.3.asciidoc 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. [[release-notes-8.16.3]]
  2. == {es} version 8.16.3
  3. Also see <<breaking-changes-8.16,Breaking changes in 8.16>>.
  4. [[bug-8.16.3]]
  5. [float]
  6. === Bug fixes
  7. CCS::
  8. * Resolve/cluster should mark remotes as not connected when a security exception is thrown {es-pull}119793[#119793]
  9. Data streams::
  10. * Add missing traces ilm policy for OTel traces data streams {es-pull}119449[#119449]
  11. ES|QL::
  12. * Allow DATE_PARSE to read the timezones {es-pull}118603[#118603] (issue: {es-issue}117680[#117680])
  13. ILM+SLM::
  14. * Add missing timeouts to rest-api-spec ILM APIs {es-pull}118837[#118837]
  15. * Add missing timeouts to rest-api-spec SLM APIs {es-pull}118958[#118958]
  16. Ingest Node::
  17. * Add missing timeouts to rest-api-spec ingest APIs {es-pull}118844[#118844]
  18. * Expose BwC enrich cache setting in plugin {es-pull}119131[#119131]
  19. * Fixing `GetDatabaseConfigurationAction` response serialization {es-pull}119233[#119233]
  20. Machine Learning::
  21. * Fix loss of context in the inference API for streaming APIs {es-pull}118999[#118999] (issue: {es-issue}119000[#119000])
  22. * Fix spike detection for short spikes at the tail of the data {es-pull}119637[#119637]
  23. * Fix timeout ingesting an empty string into a `semantic_text` field {es-pull}117840[#117840]
  24. Search::
  25. * Fix: do not let `_resolve/cluster` hang if remote is unresponsive {es-pull}119516[#119516]
  26. * Handle exceptions in query phase can match {es-pull}117469[#117469] (issue: {es-issue}104994[#104994])
  27. [[enhancement-8.16.3]]
  28. [float]
  29. === Enhancements
  30. Authorization::
  31. * Improve handling of nested fields in index reader wrappers {es-pull}118757[#118757]
  32. Packaging::
  33. * In this release we've introduced an image based on the hardened link:https://github.com/wolfi-dev/[Wolfi]
  34. image to provide secure containers to our self-managed customers, help with compliance regulations,
  35. and improve our supply chain security posture. {es-pull}118684[#118684]
  36. [[upgrade-8.16.3]]
  37. [float]
  38. === Upgrades
  39. Security::
  40. * Upgrade Bouncy Castle FIPS dependencies {es-pull}112989[#112989]
  41. [discrete]
  42. [[known-issues-8.16.3]]
  43. === Known issues
  44. {esql}::
  45. * 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].