File tree 2 files changed +64
-0
lines changed 2 files changed +64
-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.15.2>>
9
10
* <<release-notes-7.15.1>>
10
11
* <<release-notes-7.15.0>>
11
12
* <<release-notes-7.14.2>>
Original file line number Diff line number Diff line change
1
+ [[release-notes-7.15.2]]
2
+ == {es} version 7.15.2
3
+
4
+ Also see <<breaking-changes-7.15,Breaking changes in 7.15>>.
5
+
6
+ [[enhancement-7.15.2]]
7
+ [float]
8
+ === Enhancements
9
+
10
+ Authorization::
11
+ * Better logging and internal user handling for operator privileges {es-pull}79331[#79331]
12
+
13
+ [[bug-7.15.2]]
14
+ [float]
15
+ === Bug fixes
16
+
17
+ Aggregations::
18
+ * Possible source of leaked delayable writables {es-pull}80166[#80166]
19
+
20
+ Authorization::
21
+ * Marking operator user no longer depends on license state {es-pull}79595[#79595]
22
+ * Preserve request headers in a mixed version cluster {es-pull}79412[#79412] (issue: {es-issue}79354[#79354])
23
+ * Try set operator user header on each node {es-pull}79528[#79528]
24
+
25
+ Geo::
26
+ * Fix circuit breaker leak in `MultiTerms` aggregation {es-pull}79362[#79362]
27
+ * Guard geoline aggregation from parents aggegator that emit empty buckets {es-pull}79129[#79129] (issue: {es-issue}79128[#79128])
28
+
29
+ Indices APIs::
30
+ * Correctly merge lists with primitives {es-pull}80336[#80336] (issue: {es-issue}78211[#78211])
31
+
32
+ Infra/Core::
33
+ * Treat system indices with unexpected type as needing upgrade {es-pull}78622[#78622] (issue: {es-issue}78456[#78456])
34
+
35
+ License::
36
+ * Put License API can return HTTP 500 {es-pull}79093[#79093] (issue: {es-issue}74058[#74058])
37
+
38
+ Machine Learning::
39
+ * Add `bucket_count_ks_test` results reader for internode communication {es-pull}79063[#79063]
40
+ * Fix cancellation of named pipe connection on Linux if the remote end does not connect within the configured timeout period {ml-pull}2102[#2102]
41
+
42
+ Mapping::
43
+ * Fix execution of exists query within nested queries on field with `doc_values` disabled {es-pull}78841[#78841] (issue: {es-issue}76362[#76362])
44
+
45
+ Network::
46
+ * Ensure `indexing_data` CCR requests are compressed {es-pull}79413[#79413]
47
+
48
+ Snapshot/Restore::
49
+ * Create cache files with CREATE_NEW & SPARSE options {es-pull}79371[#79371]
50
+ * Quicker shared cache file preallocation {es-pull}79447[#79447]
51
+
52
+ TLS::
53
+ * Fix parsing of PBES2 encrypted PKCS#8 keys {es-pull}78904[#78904] (issues: {es-issue}8[#8], {es-issue}32021[#32021], {es-issue}78901[#78901])
54
+
55
+ [[upgrade-7.15.2]]
56
+ [float]
57
+ === Upgrades
58
+
59
+ Packaging::
60
+ * Bump bundled JDK to 17.0.1 {es-pull}80034[#80034] (issue: {es-issue}80001[#80001])
61
+
62
+
63
+
1
64
[[release-notes-7.15.1]]
2
65
== {es} version 7.15.1
3
66
You can’t perform that action at this time.
0 commit comments