8.1.1.asciidoc 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. [[release-notes-8.1.1]]
  2. == {es} version 8.1.1
  3. Also see <<breaking-changes-8.1,Breaking changes in 8.1>>.
  4. [[known-issues-8.1.1]]
  5. [float]
  6. === Known issues
  7. include::8.0.0.asciidoc[tag=jackson-filtering-bug]
  8. [[bug-8.1.1]]
  9. [float]
  10. === Bug fixes
  11. Analysis::
  12. * Fix `min_hash` configuration settings names {es-pull}84753[#84753] (issue: {es-issue}84578[#84578])
  13. EQL::
  14. * Clean any used memory by the sequence matcher and circuit breaker used bytes in case of exception {es-pull}84451[#84451]
  15. Engine::
  16. * Increase store ref before snapshotting index commit {es-pull}84776[#84776]
  17. ILM+SLM::
  18. * Invoke initial `AsyncActionStep` for newly created indices {es-pull}84541[#84541] (issue: {es-issue}77269[#77269])
  19. Indices APIs::
  20. * Remove existing `indices/datastreams/aliases` before simulating index template {es-pull}84675[#84675] (issue: {es-issue}84256[#84256])
  21. Infra/Core::
  22. * Fix `NullPointerException` in `SystemIndexMetadataUpgradeService` hidden alias handling {es-pull}84780[#84780] (issue: {es-issue}81411[#81411])
  23. * Require and preserve content type for filtered rest requests {es-pull}84914[#84914] (issue: {es-issue}84784[#84784])
  24. * Wrap thread creation in `doPrivileged` call {es-pull}85180[#85180]
  25. Infra/REST API::
  26. * Correctly return `_type` field for documents in V7 compatiblity mode {es-pull}84873[#84873] (issue: {es-issue}84173[#84173])
  27. Ingest::
  28. * Backport mark `GeoIpDownloaderTask` as completed after cancellation #84028 {es-pull}85014[#85014] (issues: {es-issue}84028[#84028], {es-issue}84652[#84652])
  29. * `CompoundProcessor` should also catch exceptions when executing a processor {es-pull}84838[#84838] (issue: {es-issue}84781[#84781])
  30. Machine Learning::
  31. * Fix Kibana date format and similar overrides in text structure endpoint {es-pull}84967[#84967]
  32. * Fixes for multi-line start patterns in text structure endpoint {es-pull}85066[#85066]
  33. * Return all datafeeds in get anomaly detection jobs API {es-pull}84759[#84759]
  34. Packaging::
  35. * Remove use of Cloudflare zlib {es-pull}84680[#84680]
  36. Search::
  37. * Fix point visitor in `DiskUsage` API {es-pull}84909[#84909]
  38. * `DotExpandingXContentParser` to expose the original token location {es-pull}84970[#84970]
  39. Snapshot/Restore::
  40. * Don't fail if there no symlink for AWS Web Identity Token {es-pull}84697[#84697]
  41. * Lookup AWS Region for STS Client from STS endpoint {es-pull}84585[#84585] (issue: {es-issue}83826[#83826])
  42. [[enhancement-8.1.1]]
  43. [float]
  44. === Enhancements
  45. SQL::
  46. * Forward warning headers to JDBC driver {es-pull}84499[#84499]
  47. Watcher::
  48. * Add list of allowed domains for Watcher email action {es-pull}84894[#84894] (issue: {es-issue}84739[#84739])