8.2.3.asciidoc 938 B

1234567891011121314151617181920212223242526272829303132333435
  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. [[bug-8.2.3]]
  5. [float]
  6. === Bug fixes
  7. Authorization::
  8. * Fix resolution of wildcard application privileges {es-pull}87293[#87293]
  9. CCR::
  10. * Remove some blocking in CcrRepository {es-pull}87235[#87235]
  11. Indices APIs::
  12. * Add Resolve Index API to the "read" permission for an index {es-pull}87052[#87052] (issue: {es-issue}86977[#86977])
  13. Infra/Core::
  14. * Clean up `DeflateCompressor` after exception {es-pull}87163[#87163] (issue: {es-issue}87160[#87160])
  15. Security::
  16. * Security plugin close releasable realms {es-pull}87429[#87429] (issue: {es-issue}86286[#86286])
  17. Snapshot/Restore::
  18. * Fork after calling `getRepositoryData` from `StoreRecovery` {es-pull}87254[#87254] (issue: {es-issue}87237[#87237])
  19. [[enhancement-8.2.3]]
  20. [float]
  21. === Enhancements
  22. Infra/Core::
  23. * Force property expansion for security policy {es-pull}87396[#87396]