Skip to content

Commit a42cc44

Browse files
committed
Clean up 8.18.0 notes
1 parent 055176d commit a42cc44

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

docs/reference/release-notes/8.18.0.asciidoc

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@ ES|QL::
5151
* Avoid over collecting in Limit or Lucene Operator {es-pull}123296[#123296]
5252
* Correct line and column numbers of missing named parameters {es-pull}120852[#120852]
5353
* Drop null columns in text formats {es-pull}117643[#117643] (issue: {es-issue}116848[#116848])
54-
* ESQL - date nanos range bug? {es-pull}125345[#125345] (issue: {es-issue}125439[#125439])
55-
* Esql - Fix lucene push down behavior when a range contains nanos and millis {es-pull}125595[#125595]
54+
* {esql} - date nanos range bug? {es-pull}125345[#125345] (issue: {es-issue}125439[#125439])
55+
* {esql} - Fix lucene push down behavior when a range contains nanos and millis {es-pull}125595[#125595]
5656
* Fix ROUND() with unsigned longs throwing in some edge cases {es-pull}119536[#119536]
5757
* Fix TopN row size estimate {es-pull}119476[#119476] (issue: {es-issue}106956[#106956])
5858
* Fix `AbstractShapeGeometryFieldMapperTests` {es-pull}119265[#119265] (issue: {es-issue}119201[#119201])
5959
* Fix `ReplaceMissingFieldsWithNull` {es-pull}125764[#125764] (issues: {es-issue}126036[#126036], {es-issue}121754[#121754], {es-issue}126030[#126030])
6060
* Fix a bug in TOP {es-pull}121552[#121552]
6161
* Fix async stop sometimes not properly collecting result {es-pull}121843[#121843] (issue: {es-issue}121249[#121249])
6262
* Fix attribute set equals {es-pull}118823[#118823]
63-
* Fix double lookup failure on ESQL {es-pull}115616[#115616] (issue: {es-issue}111398[#111398])
63+
* Fix double lookup failure on {esql} {es-pull}115616[#115616] (issue: {es-issue}111398[#111398])
6464
* Fix queries with document level security on lookup indexes {es-pull}120617[#120617] (issue: {es-issue}120509[#120509])
6565
* Fix writing for LOOKUP status {es-pull}119296[#119296] (issue: {es-issue}119086[#119086])
6666
* Implicit numeric casting for CASE/GREATEST/LEAST {es-pull}122601[#122601] (issue: {es-issue}121890[#121890])
@@ -76,14 +76,14 @@ Health::
7676
* Do not recommend increasing `max_shards_per_node` {es-pull}120458[#120458]
7777

7878
ILM+SLM::
79-
* [8.x] Add missing timeouts to rest-api-spec SLM APIs {es-pull}119447[#119447]
79+
* Add missing timeouts to rest-api-spec SLM APIs {es-pull}119447[#119447]
8080

8181
Indices APIs::
8282
* Fix NPE in rolling over unknown target and return 404 {es-pull}125352[#125352]
8383
* Include hidden indices in `DeprecationInfoAction` {es-pull}118035[#118035] (issue: {es-issue}118020[#118020])
8484
* Preventing `ConcurrentModificationException` when updating settings for more than one index {es-pull}126077[#126077]
8585
* Updates the deprecation info API to not warn about system indices and data streams {es-pull}122951[#122951]
86-
* [8.18] Avoid hoarding cluster state references during rollover {es-pull}124266[#124266]
86+
* Avoid hoarding cluster state references during rollover {es-pull}124266[#124266]
8787

8888
Inference::
8989
* [Inference API] Put back legacy EIS URL setting {es-pull}121207[#121207]
@@ -145,8 +145,8 @@ Search::
145145
* Re-enable parallel collection for field sorted top hits {es-pull}125916[#125916]
146146
* Skip fetching _inference_fields field in legacy semantic_text format {es-pull}121720[#121720]
147147
* Support indices created in ESv6 and updated in ESV7 using different LuceneCodecs as archive in current version. {es-pull}125389[#125389]
148-
* [8.x] Test/107515 `RestoreTemplateWithMatchOnlyTextMapperIT` {es-pull}120898[#120898]
149-
* [8.x] fix/SearchStatesIt_failures {es-pull}117729[#117729]
148+
* Test/107515 `RestoreTemplateWithMatchOnlyTextMapperIT` {es-pull}120898[#120898]
149+
* Fix/SearchStatesIt_failures {es-pull}117729[#117729]
150150
* `CrossClusterIT` `testCancel` failure {es-pull}117750[#117750] (issue: {es-issue}108061[#108061])
151151

152152
Snapshot/Restore::
@@ -215,7 +215,7 @@ Data streams::
215215
* Reindex data stream indices on different nodes {es-pull}125171[#125171]
216216
* Report Deprecated Indices That Are Flagged To Ignore Migration Reindex As A Warning {es-pull}120629[#120629]
217217
* Retry ILM async action after reindexing data stream {es-pull}124149[#124149]
218-
* [8.x] Update data stream deprecations warnings to new format and filter sea… {es-pull}119097[#119097]
218+
* Update data stream deprecations warnings to new format and filter sea… {es-pull}119097[#119097]
219219

220220
Distributed::
221221
* Metrics for incremental bulk splits {es-pull}116765[#116765]
@@ -240,23 +240,23 @@ ES|QL::
240240
* Backport scoring support in ES|QL to 8.x branch {es-pull}117747[#117747]
241241
* Check for early termination in Driver {es-pull}118188[#118188]
242242
* Do not serialize `EsIndex` in plan {es-pull}119580[#119580]
243-
* ESQL - Remove restrictions for disjunctions in full text functions {es-pull}118544[#118544]
244-
* ESQL - enabling scoring with METADATA `_score` {es-pull}113120[#113120]
245-
* ESQL Add esql hash function {es-pull}117989[#117989]
246-
* ESQL Support IN operator for Date nanos {es-pull}119772[#119772] (issue: {es-issue}118578[#118578])
247-
* ESQL: CATEGORIZE as a `BlockHash` {es-pull}114317[#114317]
248-
* ESQL: Enterprise license enforcement for CCS {es-pull}118102[#118102]
243+
* {esql} - Remove restrictions for disjunctions in full text functions {es-pull}118544[#118544]
244+
* {esql} - enabling scoring with METADATA `_score` {es-pull}113120[#113120]
245+
* {esql} Add {esql} hash function {es-pull}117989[#117989]
246+
* {esql} Support IN operator for Date nanos {es-pull}119772[#119772] (issue: {es-issue}118578[#118578])
247+
* {esql}: CATEGORIZE as a `BlockHash` {es-pull}114317[#114317]
248+
* {esql}: Enterprise license enforcement for CCS {es-pull}118102[#118102]
249249
* ES|QL: Partial result on demand for async queries {es-pull}118122[#118122]
250250
* Enable KQL function as a tech preview {es-pull}119730[#119730]
251251
* Enable LOOKUP JOIN in non-snapshot builds {es-pull}121193[#121193] (issue: {es-issue}121185[#121185])
252252
* Enable node-level reduction by default {es-pull}119621[#119621]
253253
* Enable physical plan verification {es-pull}118114[#118114]
254-
* Esql - Support date nanos in date extract function {es-pull}120727[#120727] (issue: {es-issue}110000[#110000])
255-
* Esql - support date nanos in date format function {es-pull}120143[#120143] (issue: {es-issue}109994[#109994])
256-
* Esql Support date nanos on date diff function {es-pull}120645[#120645] (issue: {es-issue}109999[#109999])
257-
* Esql bucket function for date nanos {es-pull}118474[#118474] (issue: {es-issue}118031[#118031])
258-
* Esql compare nanos and millis {es-pull}118027[#118027] (issue: {es-issue}116281[#116281])
259-
* Esql implicit casting for date nanos {es-pull}118697[#118697] (issue: {es-issue}118476[#118476])
254+
* {esql} - Support date nanos in date extract function {es-pull}120727[#120727] (issue: {es-issue}110000[#110000])
255+
* {esql} - support date nanos in date format function {es-pull}120143[#120143] (issue: {es-issue}109994[#109994])
256+
* {esql} Support date nanos on date diff function {es-pull}120645[#120645] (issue: {es-issue}109999[#109999])
257+
* {esql} bucket function for date nanos {es-pull}118474[#118474] (issue: {es-issue}118031[#118031])
258+
* {esql} compare nanos and millis {es-pull}118027[#118027] (issue: {es-issue}116281[#116281])
259+
* {esql} implicit casting for date nanos {es-pull}118697[#118697] (issue: {es-issue}118476[#118476])
260260
* Extend `TranslationAware` to all pushable expressions {es-pull}120192[#120192]
261261
* Hash functions {es-pull}118938[#118938]
262262
* Implement a `MetricsAware` interface {es-pull}121074[#121074]
@@ -295,9 +295,9 @@ Indices APIs::
295295
* introduce new categories for deprecated resources in deprecation API {es-pull}120505[#120505]
296296

297297
Inference::
298-
* [8.18][Inference API] Rename `model_id` prop to model in EIS sparse inference request body {es-pull}122398[#122398]
299-
* [8.x] Add version prefix to Inference Service API path {es-pull}117696[#117696]
300-
* [8.x] Update sparse text embeddings API route for Inference Service {es-pull}118369[#118369]
298+
* [Inference API] Rename `model_id` prop to model in EIS sparse inference request body {es-pull}122398[#122398]
299+
* Add version prefix to Inference Service API path {es-pull}117696[#117696]
300+
* Update sparse text embeddings API route for Inference Service {es-pull}118369[#118369]
301301
* [Elastic Inference Service] Add ElasticInferenceService Unified ChatCompletions Integration {es-pull}118871[#118871]
302302

303303
Infra/CLI::
@@ -391,9 +391,9 @@ CRUD::
391391
* Metrics for indexing failures due to version conflicts {es-pull}119067[#119067]
392392

393393
ES|QL::
394-
* ESQL - Add Match function options {es-pull}120360[#120360]
395-
* ESQL - Allow full text functions disjunctions for non-full text functions {es-pull}120291[#120291]
396-
* ESQL: Enable async get to support formatting {es-pull}111104[#111104] (issue: {es-issue}110926[#110926])
394+
* {esql} - Add Match function options {es-pull}120360[#120360]
395+
* {esql} - Allow full text functions disjunctions for non-full text functions {es-pull}120291[#120291]
396+
* {esql}: Enable async get to support formatting {es-pull}111104[#111104] (issue: {es-issue}110926[#110926])
397397
* Expand type compatibility for match function and operator {es-pull}117555[#117555]
398398
* ST_EXTENT aggregation {es-pull}117451[#117451] (issue: {es-issue}104659[#104659])
399399
* Support ST_ENVELOPE and related (ST_XMIN, ST_XMAX, ST_YMIN, ST_YMAX) functions {es-pull}116964[#116964] (issue: {es-issue}104875[#104875])
@@ -423,7 +423,7 @@ Vector Search::
423423
* Add new experimental `rank_vectors` mapping for late-interaction second order ranking {es-pull}118804[#118804]
424424
* KNN vector rescoring for quantized vectors {es-pull}116663[#116663]
425425
* Mark bbq indices as GA and add rolling upgrade integration tests {es-pull}121105[#121105]
426-
* [8.x] Add new experimental `rank_vectors` mapping for late-interaction second order ranking {es-pull}119601[#119601]
426+
* Add new experimental `rank_vectors` mapping for late-interaction second order ranking {es-pull}119601[#119601]
427427

428428
[[upgrade-8.18.0]]
429429
[float]

0 commit comments

Comments
 (0)