@@ -46,6 +46,7 @@ Data streams::
46
46
* Allow different filters per `DataStream` in a `DataStreamAlias` {es-pull}92692[#92692] (issue: {es-issue}92050[#92050])
47
47
48
48
Geo::
49
+ * Build index qualified name in cross cluster vector tile search {es-pull}94574[#94574] (issue: {es-issue}94557[#94557])
49
50
* Check `GeohexGrid` bounds on geopoint using spherical coordinates {es-pull}92460[#92460]
50
51
* Fix bug when clipping Geometry collections in vector tiles {es-pull}93562[#93562]
51
52
@@ -119,18 +120,23 @@ Recovery::
119
120
* Report recovered files as recovered from snapshot for fully mounted searchable snapshots {es-pull}92976[#92976]
120
121
121
122
Rollup::
123
+ * Downsampling unmapped text fields {es-pull}94387[#94387] (issue: {es-issue}94346[#94346])
122
124
* Propagate timestamp format and convert nanoseconds to milliseconds {es-pull}94141[#94141] (issue: {es-issue}94085[#94085])
125
+ * Stop processing `TransportDownsampleAction` on failure {es-pull}94624[#94624]
123
126
* Support downsampling of histogram as labels {es-pull}93445[#93445] (issue: {es-issue}93263[#93263])
124
127
125
128
Search::
129
+ * Add null check for sort fields over collapse fields {es-pull}94546[#94546] (issue: {es-issue}94407[#94407])
126
130
* Annotated highlighter does not match when search contains both annotation and annotated term {es-pull}92920[#92920] (issue: {es-issue}91944[#91944])
127
131
* Clear field caps index responses on cancelled {es-pull}93716[#93716] (issue: {es-issue}93029[#93029])
128
132
* Do not include frozen indices in PIT by default {es-pull}94377[#94377]
129
133
* Fix NPE thrown by prefix query in strange scenarios {es-pull}94369[#94369]
134
+ * Fix _id field fetch issue. {es-pull}94528[#94528] (issue: {es-issue}94515[#94515])
130
135
* Fix metadata `_size` when it comes to stored fields extraction {es-pull}94483[#94483] (issue: {es-issue}94468[#94468])
131
136
* Fix missing override for matches in `ProfileWeight` {es-pull}92360[#92360]
132
137
* Nested path info shouldn't be added during `copy_to` {es-pull}93340[#93340] (issue: {es-issue}93117[#93117])
133
138
* Use all profiling events on startup {es-pull}92087[#92087]
139
+ * Use keyword analyzer for untokenized fields in `TermVectorsService` {es-pull}94518[#94518]
134
140
* [Profiling] Adjust handling of last data slice {es-pull}94283[#94283]
135
141
* [Profiling] Ensure responses are only sent once {es-pull}93692[#93692] (issue: {es-issue}93691[#93691])
136
142
* [Profiling] Handle response processing errors {es-pull}93860[#93860]
@@ -363,6 +369,9 @@ Network::
363
369
* Upgrade to Netty 4.1.85 {es-pull}91846[#91846]
364
370
* Upgrade to Netty 4.1.86 {es-pull}92587[#92587]
365
371
372
+ Packaging::
373
+ * Upgrade bundled JDK to Java 20 {es-pull}94600[#94600]
374
+
366
375
Query Languages::
367
376
* Upgrade antlr to 4.11.1 for ql, eql and sql {es-pull}93238[#93238]
368
377
0 commit comments