瀏覽代碼

Forward port release notes for v8.13.2 (#107243)

elasticsearchmachine 1 年之前
父節點
當前提交
911aaf8ef9
共有 2 個文件被更改,包括 33 次插入0 次删除
  1. 2 0
      docs/reference/release-notes.asciidoc
  2. 31 0
      docs/reference/release-notes/8.13.2.asciidoc

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

@@ -7,6 +7,7 @@
 This section summarizes the changes in each release.
 
 * <<release-notes-8.14.0>>
+* <<release-notes-8.13.2>>
 * <<release-notes-8.13.1>>
 * <<release-notes-8.13.0>>
 * <<release-notes-8.12.2>>
@@ -64,6 +65,7 @@ This section summarizes the changes in each release.
 --
 
 include::release-notes/8.14.0.asciidoc[]
+include::release-notes/8.13.2.asciidoc[]
 include::release-notes/8.13.1.asciidoc[]
 include::release-notes/8.13.0.asciidoc[]
 include::release-notes/8.12.2.asciidoc[]

+ 31 - 0
docs/reference/release-notes/8.13.2.asciidoc

@@ -0,0 +1,31 @@
+[[release-notes-8.13.2]]
+== {es} version 8.13.2
+
+Also see <<breaking-changes-8.13,Breaking changes in 8.13>>.
+
+[[bug-8.13.2]]
+[float]
+=== Bug fixes
+
+Aggregations::
+* Address concurrency issue in top hits aggregation {es-pull}106990[#106990]
+
+Application::
+* [Connector API] Support numeric for configuration select option value type {es-pull}107059[#107059]
+
+Downsampling::
+* Fix a downsample persistent task assignment bug {es-pull}106247[#106247]
+* Fix downsample action request serialization {es-pull}106920[#106920]
+
+ES|QL::
+* ESQL: Fix fully pruned aggregates {es-pull}106673[#106673] (issue: {es-issue}106427[#106427])
+
+[[enhancement-8.13.2]]
+[float]
+=== Enhancements
+
+Security::
+* Query API Key Information API support for the `typed_keys` request parameter {es-pull}106873[#106873] (issue: {es-issue}106817[#106817])
+* Query API Keys support for both `aggs` and `aggregations` keywords {es-pull}107054[#107054] (issue: {es-issue}106839[#106839])
+
+