File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 6
6
7
7
This section summarizes the changes in each release.
8
8
9
+ * <<release-notes-8.10.1>>
9
10
* <<release-notes-8.10.0>>
10
11
* <<release-notes-8.9.2>>
11
12
* <<release-notes-8.9.1>>
@@ -48,6 +49,7 @@ This section summarizes the changes in each release.
48
49
49
50
--
50
51
52
+ include::release-notes/8.10.1.asciidoc[]
51
53
include::release-notes/8.10.0.asciidoc[]
52
54
include::release-notes/8.9.2.asciidoc[]
53
55
include::release-notes/8.9.1.asciidoc[]
Original file line number Diff line number Diff line change
1
+ [[release-notes-8.10.1]]
2
+ == {es} version 8.10.1
3
+
4
+ Also see <<breaking-changes-8.10,Breaking changes in 8.10>>.
5
+
6
+ [[bug-8.10.1]]
7
+ [float]
8
+ === Bug fixes
9
+
10
+ Aggregations::
11
+ * Use long in Centroid count {es-pull}99491[#99491] (issue: {es-issue}80153[#80153])
12
+
13
+ Infra/Core::
14
+ * Fix deadlock between Cache.put and Cache.invalidateAll {es-pull}99480[#99480] (issue: {es-issue}99326[#99326])
15
+
16
+ Infra/Node Lifecycle::
17
+ * Fork computation in `TransportGetShutdownStatusAction` {es-pull}99490[#99490] (issue: {es-issue}99487[#99487])
18
+
19
+ Search::
20
+ * Fix PIT when resolving with deleted indices {es-pull}99281[#99281]
21
+
22
+
You can’t perform that action at this time.
0 commit comments