File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
docs/reference/release-notes Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,26 @@ Also see <<breaking-changes-8.15,Breaking changes in 8.15>>.
10
10
Aggregations::
11
11
* Always check the parent breaker with zero bytes in `PreallocatedCircuitBreakerService` {es-pull}115181[#115181]
12
12
13
+ Data streams::
14
+ * Resolve pipelines from template on lazy rollover write {es-pull}116031[#116031] (issue: {es-issue}112781[#112781])
15
+ * [apm-data] Apply lazy rollover on index template creation {es-pull}116219[#116219] (issue: {es-issue}116230[#116230])
16
+
13
17
ES|QL::
14
18
* ESQL: Disable pushdown of WHERE past STATS {es-pull}115308[#115308] (issue: {es-issue}115281[#115281])
15
19
16
20
Geo::
17
21
* Try to simplify geometries that fail with `TopologyException` {es-pull}115834[#115834]
18
22
19
23
Infra/Core::
24
+ * Fix max file size check to use `getMaxFileSize` {es-pull}113723[#113723] (issue: {es-issue}113705[#113705])
20
25
* Guard blob store local directory creation with `doPrivileged` {es-pull}115459[#115459]
21
26
22
27
License::
23
28
* Fix lingering license warning header in IP filter {es-pull}115510[#115510] (issue: {es-issue}114865[#114865])
24
29
30
+ Machine Learning::
31
+ * Prevent NPE if model assignment is removed while waiting to start {es-pull}115430[#115430]
32
+
25
33
Search::
26
34
* Do not exclude empty arrays or empty objects in source filtering {es-pull}112250[#112250] (issue: {es-issue}109668[#109668])
27
35
* Fix synthetic source handling for `bit` type in `dense_vector` field {es-pull}114407[#114407] (issue: {es-issue}114402[#114402])
@@ -30,4 +38,11 @@ Vector Search::
30
38
* Fix dim validation for bit `element_type` {es-pull}114533[#114533]
31
39
* Support semantic_text in object fields {es-pull}114601[#114601] (issue: {es-issue}114401[#114401])
32
40
41
+ [[enhancement-8.15.4]]
42
+ [float]
43
+ === Enhancements
44
+
45
+ Data streams::
46
+ * Ignore warning on yaml test put template {es-pull}116200[#116200] (issue: {es-issue}116158[#116158])
47
+
33
48
You can’t perform that action at this time.
0 commit comments