Skip to content

Commit cf3ea8a

Browse files
authored
Update docs for v8.11.2 release (#103088)
1 parent 3aa6a57 commit cf3ea8a

File tree

2 files changed

+85
-0
lines changed

2 files changed

+85
-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.11.2>>
910
* <<release-notes-8.11.1>>
1011
* <<release-notes-8.11.0>>
1112
* <<release-notes-8.10.4>>
@@ -54,6 +55,7 @@ This section summarizes the changes in each release.
5455

5556
--
5657

58+
include::release-notes/8.11.2.asciidoc[]
5759
include::release-notes/8.11.1.asciidoc[]
5860
include::release-notes/8.11.0.asciidoc[]
5961
include::release-notes/8.10.4.asciidoc[]
Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
[[release-notes-8.11.2]]
2+
== {es} version 8.11.2
3+
4+
Also see <<breaking-changes-8.11,Breaking changes in 8.11>>.
5+
6+
[[known-issues-8.11.2]]
7+
[float]
8+
=== Known issues
9+
include::8.10.3.asciidoc[tag=no-preventive-gc-issue]
10+
11+
[[bug-8.11.2]]
12+
[float]
13+
=== Bug fixes
14+
15+
Allocation::
16+
* Improve failure handling in `ContinuousComputation` {es-pull}102281[#102281]
17+
18+
Application::
19+
* Default `run_ml_inference` should be true {es-pull}102151[#102151]
20+
* [Query Rules] Fix bug where combining the same metadata with text/numeric values leads to error {es-pull}102891[#102891] (issue: {es-issue}102827[#102827])
21+
22+
Cluster Coordination::
23+
* Synchronize Coordinator#onClusterStateApplied {es-pull}100986[#100986] (issue: {es-issue}99023[#99023])
24+
25+
Data streams::
26+
* [Usage API] Count all the data streams that have lifecycle {es-pull}102259[#102259]
27+
28+
ES|QL::
29+
* ES|QL: Fix drop of renamed grouping {es-pull}102282[#102282] (issue: {es-issue}102121[#102121])
30+
* ES|QL: Fix layout management for Project {es-pull}102399[#102399] (issue: {es-issue}102120[#102120])
31+
* Fix DISSECT with empty patterns {es-pull}102580[#102580] (issue: {es-issue}102577[#102577])
32+
* Fix leaking blocks in TopN {es-pull}102715[#102715] (issue: {es-issue}102646[#102646])
33+
* Fix leaking blocks in `BlockUtils` {es-pull}102716[#102716]
34+
* Fix memory tracking in TopN.Row {es-pull}102831[#102831] (issues: {es-issue}100640[#100640], {es-issue}102784[#102784], {es-issue}102790[#102790], {es-issue}102683[#102683])
35+
36+
ILM+SLM::
37+
* [ILM] Fix downsample to skip already downsampled indices {es-pull}102250[#102250] (issue: {es-issue}102249[#102249])
38+
39+
Infra/Circuit Breakers::
40+
* Add more logging to the real memory circuit breaker and lower minimum interval {es-pull}102396[#102396]
41+
42+
Ingest Node::
43+
* Better processor stat merge {es-pull}102821[#102821]
44+
45+
Machine Learning::
46+
* Ensure datafeed previews with no start or end time don't search the cold or frozen tiers {es-pull}102492[#102492]
47+
* Recreate the Elasticsearch private temporary directory if it doesn't exist when an ML job is opened {es-pull}102599[#102599]
48+
49+
Mapping::
50+
* Fix dense_vector cluster stats indexed_vector_dim_min/max values {es-pull}102467[#102467] (issue: {es-issue}102416[#102416])
51+
52+
Search::
53+
* Allow mismatched sort-by field types if there are no docs to sort {es-pull}102779[#102779]
54+
55+
Security::
56+
* Fix double-completion in `SecurityUsageTransportAction` {es-pull}102114[#102114] (issue: {es-issue}102111[#102111])
57+
58+
Snapshot/Restore::
59+
* Set region for the STS client via privileged calls in AWS SDK {es-pull}102230[#102230] (issue: {es-issue}102173[#102173])
60+
* Simplify `BlobStoreRepository` idle check {es-pull}102057[#102057] (issue: {es-issue}101948[#101948])
61+
62+
Transform::
63+
* Ensure transform updates only modify the expected transform task {es-pull}102934[#102934] (issue: {es-issue}102933[#102933])
64+
* Exclude stack traces from transform audit messages and health {es-pull}102240[#102240]
65+
66+
[[enhancement-8.11.2]]
67+
[float]
68+
=== Enhancements
69+
70+
Machine Learning::
71+
* Add inference counts by model to the machine learning usage stats {es-pull}101915[#101915]
72+
73+
Security::
74+
* Upgrade xmlsec to 2.3.4 {es-pull}102220[#102220]
75+
76+
[[upgrade-8.11.2]]
77+
[float]
78+
=== Upgrades
79+
80+
Snapshot/Restore::
81+
* Upgrade reactor netty http version {es-pull}102311[#102311]
82+
83+

0 commit comments

Comments
 (0)