Skip to content

Commit fe8f18d

Browse files
Add release notes for v7.11.1 (#68892)
Co-authored-by: James Rodewig <[email protected]>
1 parent ff17057 commit fe8f18d

File tree

2 files changed

+82
-0
lines changed

2 files changed

+82
-0
lines changed

docs/reference/release-notes.asciidoc

Lines changed: 1 addition & 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-7.11.1>>
910
* <<release-notes-7.11.0>>
1011
* <<release-notes-7.10.2>>
1112
* <<release-notes-7.10.1>>

docs/reference/release-notes/7.11.asciidoc

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,84 @@
1+
[[release-notes-7.11.1]]
2+
== {es} version 7.11.1
3+
4+
coming::[7.11.1]
5+
6+
7+
Also see <<breaking-changes-7.11,Breaking changes in 7.11>>.
8+
9+
[[enhancement-7.11.1]]
10+
[float]
11+
=== Enhancements
12+
13+
Features/Indices APIs::
14+
* Prevent concurrent rollover race conditions {es-pull}67953[#67953] (issues: {es-issue}64921[#64921], {es-issue}67836[#67836])
15+
16+
Features/Stats::
17+
* Add index creation version stats to cluster stats {es-pull}68141[#68141]
18+
19+
Snapshot/Restore::
20+
* Improve shard evictions in searchable snapshot cache service {es-pull}67160[#67160] (issues: {es-issue}66730[#66730], {es-issue}66958[#66958])
21+
* Make blob cache have async durability {es-pull}66687[#66687]
22+
23+
24+
25+
[[bug-7.11.1]]
26+
[float]
27+
=== Bug fixes
28+
29+
Authentication::
30+
* Fix permissions for UnboundID LDAP SDK {es-pull}68872[#68872] (issues: {es-issue}64743[#64743], {es-issue}68838[#68838])
31+
32+
Cluster Coordination::
33+
* Determine data role based on convention {es-pull}66933[#66933] (issue: {es-issue}66000[#66000])
34+
35+
Features/ILM+SLM::
36+
* Check if delete phase has actions {es-pull}66664[#66664] (issue: {es-issue}65847[#65847])
37+
* Fix handling of configurations with a combination of both maximum and expire-after retention {es-pull}68352[#68352]
38+
* Fix searchable snapshot action to wait for the restored index {es-pull}68309[#68309] (issue: {es-issue}67879[#67879])
39+
* Ignore `clusterChanged` events if state not recovered {es-pull}67507[#67507] (issue: {es-issue}67506[#67506])
40+
* `ShrinkStep` ignores the `isAcknowledged` flag on the response {es-pull}67591[#67591] (issue: {es-issue}53111[#53111])
41+
* Skip rollover if the data stream is rolled over already {es-pull}67778[#67778] (issue: {es-issue}67777[#67777])
42+
43+
Features/Indices APIs::
44+
* Fix exception when validating composable template with no template {es-pull}67310[#67310] (issue: {es-issue}66949[#66949])
45+
46+
Features/Ingest::
47+
* Fix parsing empty value with brackets failed in dissect ingest processor {es-pull}65524[#65524] (issue: {es-issue}65080[#65080])
48+
49+
Features/Stats::
50+
* Allow reading of `/proc/meminfo` for JDK bug workaround {es-pull}68742[#68742]
51+
* Workaround for JDK bug with total memory on Debian 8 {es-pull}68542[#68542] (issues: {es-issue}66629[#66629], {es-issue}66885[#66885])
52+
53+
Geo::
54+
* Add support for `distance_feature` query for runtime `geo_point` field {es-pull}68094[#68094] (issue: {es-issue}67910[#67910])
55+
56+
Infra/Scripting::
57+
* Remove leniency for casting from a `def` type to a `void` type in Painless {es-pull}66957[#66957] (issue: {es-issue}66175[#66175])
58+
59+
Machine Learning::
60+
* Ensure mappings are up to date before reverting state {es-pull}68746[#68746]
61+
62+
Network::
63+
* Fix `AbstractClient#execute` Listener Leak {es-pull}65415[#65415] (issue: {es-issue}65405[#65405])
64+
65+
Packaging::
66+
* Fix an error that occurs while starting the service in Windows OS under a path with a space in it {es-pull}61895[#61895] (issue: {es-issue}61891[#61891])
67+
* Fix an issue with MSI installation on Windows that prevents {es} starting https://github.com/elastic/windows-installers/issues/402[#402] (issue: {es-issue}68914[#68914])
68+
69+
Recovery::
70+
* Check graveyard on dangling index import {es-pull}67687[#67687]
71+
72+
SQL::
73+
* Fix `elasticsearch-sql-cli` under Docker {es-pull}67737[#67737] (issue: {es-issue}57744[#57744])
74+
* Fix the `MINUTE_OF_DAY()` function that throws exception when used in comparisons {es-pull}68783[#68783] (issues: {es-issue}67872[#67872], {es-issue}68788[#68788])
75+
76+
Snapshot/Restore::
77+
* Reduce number of cache/prewarm threads {es-pull}67021[#67021]
78+
* Adjust encoding of Azure block IDs {es-pull}68957[#68957] (issue: {es-issue}66489[#66489])
79+
80+
81+
182
[[release-notes-7.11.0]]
283
== {es} version 7.11.0
384

0 commit comments

Comments
 (0)