You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix attribute set equals {es-pull}118823[#118823]
63
66
* Fix double lookup failure on {esql} {es-pull}115616[#115616] (issue: {es-issue}111398[#111398])
64
67
* Fix queries with document level security on lookup indexes {es-pull}120617[#120617] (issue: {es-issue}120509[#120509])
68
+
* Fix usage of already released null block in `ValueSourceReaderOperator` {es-pull}126411[#126411] (issue: {es-issue}125850[#125850])
65
69
* Fix writing for LOOKUP status {es-pull}119296[#119296] (issue: {es-issue}119086[#119086])
66
70
* Implicit numeric casting for CASE/GREATEST/LEAST {es-pull}122601[#122601] (issue: {es-issue}121890[#121890])
67
71
* Lazy collection copying during node transform {es-pull}124424[#124424]
@@ -142,6 +146,7 @@ Search::
142
146
* Handle search timeout in `SuggestPhase` {es-pull}122357[#122357] (issue: {es-issue}122186[#122186])
143
147
* In this pr, a 400 error is returned when _source / _seq_no / _feature / _nested_path / _field_names is requested, rather a 5xx {es-pull}117229[#117229]
144
148
* Load `FieldInfos` from store if not yet initialised through a refresh on `IndexShard` {es-pull}125650[#125650] (issue: {es-issue}125483[#125483])
149
+
* Log stack traces on data nodes before they are cleared for transport {es-pull}125732[#125732]
145
150
* Re-enable parallel collection for field sorted top hits {es-pull}125916[#125916]
146
151
* Skip fetching _inference_fields field in legacy semantic_text format {es-pull}121720[#121720]
147
152
* Support indices created in ESv6 and updated in ESV7 using different LuceneCodecs as archive in current version. {es-pull}125389[#125389]
@@ -157,6 +162,10 @@ Snapshot/Restore::
157
162
Suggesters::
158
163
* Return an empty suggestion when suggest phase times out {es-pull}122575[#122575] (issue: {es-issue}122548[#122548])
159
164
165
+
166
+
TLS::
167
+
* Set `keyUsage` for generated HTTP certificates and self-signed CA {es-pull}126376[#126376] (issue: {es-issue}117769[#117769])
168
+
160
169
Transform::
161
170
* If the Transform is configured to write to an alias as its destination index, when the delete_dest_index parameter is set to true, then the Delete API will now delete the write index backing the alias {es-pull}122074[#122074] (issue: {es-issue}121913[#121913])
162
171
@@ -450,4 +459,3 @@ Search::
450
459
Watcher::
451
460
* Script for migrating `.watches` and `.triggered_watches` indices {es-pull}120371[#120371]
0 commit comments