8.16.6.asciidoc 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. [[release-notes-8.16.6]]
  2. == {es} version 8.16.6
  3. Also see <<breaking-changes-8.16,Breaking changes in 8.16>>.
  4. [[bug-8.16.6]]
  5. [float]
  6. === Bug fixes
  7. Infra/Core::
  8. * Prevent rare starvation bug when using scaling `EsThreadPoolExecutor` with empty core pool size. {es-pull}124732[#124732] (issue: {es-issue}124667[#124667])
  9. Machine Learning::
  10. * Migrate `model_version` to `model_id` when parsing persistent elser inference endpoints {es-pull}124769[#124769] (issue: {es-issue}124675[#124675])
  11. Search::
  12. * Do not let `ShardBulkInferenceActionFilter` unwrap / rewrap ESExceptions {es-pull}123890[#123890]
  13. * Revert fail-fast disconnect strategy for `_resolve/cluster` {es-pull}124241[#124241]
  14. [[upgrade-8.16.6]]
  15. [float]
  16. === Upgrades
  17. Security::
  18. * Bump nimbus-jose-jwt to 10.0.2 {es-pull}124544[#124544]
  19. [discrete]
  20. [[known-issues-8.16.6]]
  21. === Known issues
  22. {esql}::
  23. * 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].