File tree Expand file tree Collapse file tree 5 files changed +34
-7
lines changed Expand file tree Collapse file tree 5 files changed +34
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11pr : 85581
22summary : Bump commons-compress to 1.21
33area : Ingest
4- type : bug
4+ type : upgrade
55issues : []
Original file line number Diff line number Diff line change 11pr : 85672
2- summary : Allow retrieving `boolean` fields from `_source` in DFA jobs
2+ summary : Allow retrieving `boolean` fields from `_source` in data frame analytics jobs
33area : Machine Learning
44type : bug
55issues : []
Original file line number Diff line number Diff line change 66
77This section summarizes the changes in each release.
88
9+ * <<release-notes-7.17.3>>
910* <<release-notes-7.17.2>>
1011* <<release-notes-7.17.1>>
1112* <<release-notes-7.17.0>>
@@ -63,6 +64,7 @@ This section summarizes the changes in each release.
6364
6465--
6566
67+ include::release-notes/7.17.3.asciidoc[]
6668include::release-notes/7.17.2.asciidoc[]
6769include::release-notes/7.17.1.asciidoc[]
6870include::release-notes/7.17.0.asciidoc[]
Original file line number Diff line number Diff line change 1+ [[release-notes-7.17.3]]
2+ == {es} version 7.17.3
3+
4+ Also see <<breaking-changes-7.17,Breaking changes in 7.17>>.
5+
6+ [[bug-7.17.3]]
7+ [float]
8+ === Bug fixes
9+
10+ Geo::
11+ * Fix fields wildcard support to vector tile search API {es-pull}85595[#85595] (issue: {es-issue}85592[#85592])
12+
13+ Highlighting::
14+ * Fix wildcard highlighting on `match_only_text` {es-pull}85500[#85500] (issue: {es-issue}85493[#85493])
15+
16+ Machine Learning::
17+ * Allow retrieving `boolean` fields from `_source` in data frame analytics jobs {es-pull}85672[#85672]
18+ * Avoid multiple queued quantiles documents in renormalizer {es-pull}85555[#85555] (issue: {es-issue}85539[#85539])
19+
20+ Search::
21+ * Fix skip caching factor with `indices.queries.cache.all_segments` {es-pull}85510[#85510]
22+
23+ [[upgrade-7.17.3]]
24+ [float]
25+ === Upgrades
26+
27+ Ingest::
28+ * Bump commons-compress to 1.21 {es-pull}85581[#85581]
29+
30+
You can’t perform that action at this time.
0 commit comments