Przeglądaj źródła

forward port 8.2.3 release notes (#87663)

Jake Landis 3 lat temu
rodzic
commit
51ea9c39ba

+ 2 - 0
docs/reference/release-notes.asciidoc

@@ -6,6 +6,7 @@
 
 This section summarizes the changes in each release.
 
+* <<release-notes-8.2.3>>
 * <<release-notes-8.2.2>>
 * <<release-notes-8.2.1>>
 * <<release-notes-8.2.0>>
@@ -23,6 +24,7 @@ This section summarizes the changes in each release.
 
 --
 
+include::release-notes/8.2.3.asciidoc[]
 include::release-notes/8.2.2.asciidoc[]
 include::release-notes/8.2.1.asciidoc[]
 include::release-notes/8.2.0.asciidoc[]

+ 35 - 0
docs/reference/release-notes/8.2.3.asciidoc

@@ -0,0 +1,35 @@
+[[release-notes-8.2.3]]
+== {es} version 8.2.3
+
+Also see <<breaking-changes-8.2,Breaking changes in 8.2>>.
+
+[[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]
+
+