@@ -36,6 +36,7 @@ ES|QL::
36
36
* Fix stats by constant expresson with alias {es-pull}117551[#117551]
37
37
* Fix validation of SORT by aggregate functions {es-pull}117316[#117316]
38
38
* Fixing remote ENRICH by pushing the Enrich inside `FragmentExec` {es-pull}114665[#114665] (issue: {es-issue}105095[#105095])
39
+ * Ignore cancellation exceptions {es-pull}117657[#117657]
39
40
* Limit size of `Literal#toString` {es-pull}117842[#117842]
40
41
* Use `SearchStats` instead of field.isAggregatable in data node planning {es-pull}115744[#115744] (issue: {es-issue}115737[#115737])
41
42
* [ESQL] Fix Binary Comparisons on Date Nanos {es-pull}116346[#116346]
@@ -45,6 +46,7 @@ Infra/CLI::
45
46
* Fix NPE on plugin sync {es-pull}115640[#115640] (issue: {es-issue}114818[#114818])
46
47
47
48
Ingest Node::
49
+ * Fix enrich cache size setting name {es-pull}117575[#117575]
48
50
* Fix reconstituting version string from components {es-pull}117213[#117213] (issue: {es-issue}116950[#116950])
49
51
* Reducing error-level stack trace logging for normal events in `GeoIpDownloader` {es-pull}114924[#114924]
50
52
@@ -60,6 +62,7 @@ Machine Learning::
60
62
* Hides `hugging_face_elser` service from the `GET _inference/_services API` {es-pull}116664[#116664] (issue: {es-issue}116644[#116644])
61
63
* Mitigate IOSession timeouts {es-pull}115414[#115414] (issues: {es-issue}114385[#114385], {es-issue}114327[#114327], {es-issue}114105[#114105], {es-issue}114232[#114232])
62
64
* Propagate scoring function through random sampler {es-pull}116957[#116957] (issue: {es-issue}110134[#110134])
65
+ * Wait for the worker service to shutdown before closing task processor {es-pull}117920[#117920] (issue: {es-issue}117563[#117563])
63
66
64
67
Mapping::
65
68
* Address mapping and compute engine runtime field issues {es-pull}117792[#117792] (issue: {es-issue}117644[#117644])
0 commit comments