mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
39 lines
1 KiB
Text
39 lines
1 KiB
Text
[[release-notes-8.2.3]]
|
|
== {es} version 8.2.3
|
|
|
|
Also see <<breaking-changes-8.2,Breaking changes in 8.2>>.
|
|
[[known-issues-8.2.3]]
|
|
[float]
|
|
=== Known issues
|
|
|
|
include::8.0.0.asciidoc[tag=jackson-filtering-bug]
|
|
[[bug-8.2.3]]
|
|
[float]
|
|
=== Bug fixes
|
|
|
|
Authorization::
|
|
* Fix resolution of wildcard application privileges {es-pull}87293[#87293]
|
|
|
|
CCR::
|
|
* Remove some blocking in CcrRepository {es-pull}87235[#87235]
|
|
|
|
Indices APIs::
|
|
* Add Resolve Index API to the "read" permission for an index {es-pull}87052[#87052] (issue: {es-issue}86977[#86977])
|
|
|
|
Infra/Core::
|
|
* Clean up `DeflateCompressor` after exception {es-pull}87163[#87163] (issue: {es-issue}87160[#87160])
|
|
|
|
Security::
|
|
* Security plugin close releasable realms {es-pull}87429[#87429] (issue: {es-issue}86286[#86286])
|
|
|
|
Snapshot/Restore::
|
|
* Fork after calling `getRepositoryData` from `StoreRecovery` {es-pull}87254[#87254] (issue: {es-issue}87237[#87237])
|
|
|
|
[[enhancement-8.2.3]]
|
|
[float]
|
|
=== Enhancements
|
|
|
|
Infra/Core::
|
|
* Force property expansion for security policy {es-pull}87396[#87396]
|
|
|
|
|