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 6
6
7
7
This section summarizes the changes in each release.
8
8
9
+ * <<release-notes-7.17.22>>
9
10
* <<release-notes-7.17.21>>
10
11
* <<release-notes-7.17.20>>
11
12
* <<release-notes-7.17.19>>
@@ -82,6 +83,7 @@ This section summarizes the changes in each release.
82
83
83
84
--
84
85
86
+ include::release-notes/7.17.22.asciidoc[]
85
87
include::release-notes/7.17.21.asciidoc[]
86
88
include::release-notes/7.17.20.asciidoc[]
87
89
include::release-notes/7.17.19.asciidoc[]
Original file line number Diff line number Diff line change
1
+ [[release-notes-7.17.22]]
2
+ == {es} version 7.17.22
3
+
4
+ coming[7.17.22]
5
+
6
+ Also see <<breaking-changes-7.17,Breaking changes in 7.17>>.
7
+
8
+ [[bug-7.17.22]]
9
+ [float]
10
+ === Bug fixes
11
+
12
+ Infra/CLI::
13
+ * Workaround G1 bug for JDK 22 and 22.0.1 {es-pull}108571[#108571]
14
+
15
+ Mapping::
16
+ * Disable `index.mapper.dynamic` index setting validation {es-pull}109160[#109160]
17
+
18
+ Security::
19
+ * Block specific config files from being read after startup {es-pull}107481[#107481]
20
+
21
+ [[upgrade-7.17.22]]
22
+ [float]
23
+ === Upgrades
24
+
25
+ Packaging::
26
+ * Update bundled JDK to Java 22 (again) {es-pull}108654[#108654]
27
+
28
+ Snapshot/Restore::
29
+ * Align all usages of protobuf to be 3.21.9 {es-pull}92123[#92123]
30
+
31
+
You can’t perform that action at this time.
0 commit comments