Skip to content

Commit 8e83fb5

Browse files
authored
[DOCS] Add 8.10.1 release notes (#99634)
1 parent eb459c7 commit 8e83fb5

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

docs/reference/release-notes.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
This section summarizes the changes in each release.
88

9+
* <<release-notes-8.10.1>>
910
* <<release-notes-8.10.0>>
1011
* <<release-notes-8.9.2>>
1112
* <<release-notes-8.9.1>>
@@ -48,6 +49,7 @@ This section summarizes the changes in each release.
4849

4950
--
5051

52+
include::release-notes/8.10.1.asciidoc[]
5153
include::release-notes/8.10.0.asciidoc[]
5254
include::release-notes/8.9.2.asciidoc[]
5355
include::release-notes/8.9.1.asciidoc[]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+

0 commit comments

Comments
 (0)