8.2.3.asciidoc 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. [[release-notes-8.2.3]]
  2. == {es} version 8.2.3
  3. Also see <<breaking-changes-8.2,Breaking changes in 8.2>>.
  4. [[known-issues-8.2.3]]
  5. [float]
  6. === Known issues
  7. include::8.0.0.asciidoc[tag=jackson-filtering-bug]
  8. [[bug-8.2.3]]
  9. [float]
  10. === Bug fixes
  11. Authorization::
  12. * Fix resolution of wildcard application privileges {es-pull}87293[#87293]
  13. CCR::
  14. * Remove some blocking in CcrRepository {es-pull}87235[#87235]
  15. Indices APIs::
  16. * Add Resolve Index API to the "read" permission for an index {es-pull}87052[#87052] (issue: {es-issue}86977[#86977])
  17. Infra/Core::
  18. * Clean up `DeflateCompressor` after exception {es-pull}87163[#87163] (issue: {es-issue}87160[#87160])
  19. Security::
  20. * Security plugin close releasable realms {es-pull}87429[#87429] (issue: {es-issue}86286[#86286])
  21. Snapshot/Restore::
  22. * Fork after calling `getRepositoryData` from `StoreRecovery` {es-pull}87254[#87254] (issue: {es-issue}87237[#87237])
  23. [[enhancement-8.2.3]]
  24. [float]
  25. === Enhancements
  26. Infra/Core::
  27. * Force property expansion for security policy {es-pull}87396[#87396]