File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 7
7
This section summarizes the changes in each release.
8
8
9
9
* <<release-notes-8.2.0>>
10
+ * <<release-notes-8.1.3>>
10
11
* <<release-notes-8.1.2>>
11
12
* <<release-notes-8.1.1>>
12
13
* <<release-notes-8.1.0>>
@@ -21,6 +22,7 @@ This section summarizes the changes in each release.
21
22
--
22
23
23
24
include::release-notes/8.2.0.asciidoc[]
25
+ include::release-notes/8.1.3.asciidoc[]
24
26
include::release-notes/8.1.2.asciidoc[]
25
27
include::release-notes/8.1.1.asciidoc[]
26
28
include::release-notes/8.1.0.asciidoc[]
Original file line number Diff line number Diff line change
1
+ [[release-notes-8.1.3]]
2
+ == {es} version 8.1.3
3
+
4
+ coming[8.1.3]
5
+
6
+ Also see <<breaking-changes-8.1,Breaking changes in 8.1>>.
7
+
8
+ [[bug-8.1.3]]
9
+ [float]
10
+ === Bug fixes
11
+
12
+ Authorization::
13
+ * Ignore app priv failures when resolving superuser {es-pull}85519[#85519]
14
+
15
+ Machine Learning::
16
+ * Avoid multiple queued quantiles documents in renormalizer {es-pull}85555[#85555] (issue: {es-issue}85539[#85539])
17
+
18
+ Mapping::
19
+ * Do not fail on duplicated content field filters {es-pull}85382[#85382]
20
+
21
+ Search::
22
+ * Fix skip caching factor with `indices.queries.cache.all_segments` {es-pull}85510[#85510]
23
+
24
+ Snapshot/Restore::
25
+ * Expose proxy settings for GCS repositories {es-pull}85785[#85785] (issue: {es-issue}84569[#84569])
26
+
27
+ Watcher::
28
+ * Avoiding watcher validation errors when a data stream points to more than one index {es-pull}85507[#85507] (issue: {es-issue}85508[#85508])
29
+ * Log at WARN level for Watcher cluster state validation errors {es-pull}85632[#85632]
30
+
31
+
You can’t perform that action at this time.
0 commit comments