|
| 1 | +[[release-notes-8.17.2]] |
| 2 | +== {es} version 8.17.2 |
| 3 | + |
| 4 | +coming[8.17.2] |
| 5 | + |
| 6 | +Also see <<breaking-changes-8.17,Breaking changes in 8.17>>. |
| 7 | + |
| 8 | +[[bug-8.17.2]] |
| 9 | +[float] |
| 10 | +=== Bug fixes |
| 11 | + |
| 12 | +Authentication:: |
| 13 | +* Fix NPE on disabled API auth key cache {es-pull}120483[#120483] |
| 14 | + |
| 15 | +Data streams:: |
| 16 | +* Map `scope.name` as a dimension {es-pull}120590[#120590] |
| 17 | + |
| 18 | +ES|QL:: |
| 19 | +* Use `field_caps` native nested fields filtering {es-pull}117201[#117201] (issue: {es-issue}117054[#117054]) |
| 20 | + |
| 21 | +Machine Learning:: |
| 22 | +* Fix infer on and elasticsearch service endpoint created with a deployment id {es-pull}121428[#121428] |
| 23 | +* Fix inference update API calls with `task_type` in body or `deployment_id` defined {es-pull}121231[#121231] |
| 24 | +* Skip Usage stats update when ML is disabled {es-pull}121559[#121559] (issue: {es-issue}121532[#121532]) |
| 25 | + |
| 26 | +Mapping:: |
| 27 | +* Fix synthetic source issue with deeply nested ignored source fields {es-pull}121715[#121715] |
| 28 | +* Lower `_source.mode` mapping attribute deprecation issue level {es-pull}120059[#120059] |
| 29 | + |
| 30 | +Ranking:: |
| 31 | +* Fix LTR rescorer throws 'local model reference is null' on multi-shards index when explained is enabled {es-pull}120717[#120717] (issue: {es-issue}120739[#120739]) |
| 32 | +* LTR sometines throw `NullPointerException:` Cannot read field "approximation" because "top" is null {es-pull}120809[#120809] |
| 33 | +* Normalize negative scores for `text_similarity_reranker` retriever {es-pull}120930[#120930] (issue: {es-issue}120201[#120201]) |
| 34 | +* Update Text Similarity Reranker to Properly Handle Aliases {es-pull}120062[#120062] (issue: {es-issue}119617[#119617]) |
| 35 | + |
| 36 | +Search:: |
| 37 | +* Add back `keep_alive` to `async_search.submit` rest-api-spec {es-pull}120781[#120781] |
| 38 | +* Fix NPE caused by race condition in async search when minimise round trips is true {es-pull}117504[#117504] |
| 39 | +* Fix potential file leak in ES816BinaryQuantizedVectorsWriter {es-pull}120014[#120014] (issue: {es-issue}119981[#119981]) |
| 40 | +* Use approximation to advance matched queries {es-pull}120133[#120133] (issue: {es-issue}120130[#120130]) |
| 41 | + |
| 42 | +Snapshot/Restore:: |
| 43 | +* Cheaper snapshot-related `toString()` impls {es-pull}121283[#121283] |
| 44 | +* Issue S3 web identity token refresh call with sufficient permissions {es-pull}119748[#119748] (issue: {es-issue}119747[#119747]) |
| 45 | + |
| 46 | +[[enhancement-8.17.2]] |
| 47 | +[float] |
| 48 | +=== Enhancements |
| 49 | + |
| 50 | +Ingest Node:: |
| 51 | +* Improve memory aspects of enrich cache {es-pull}120256[#120256] (issues: {es-issue}96050[#96050], {es-issue}120021[#120021]) |
| 52 | + |
| 53 | + |
0 commit comments