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 1
1
pr : 85581
2
2
summary : Bump commons-compress to 1.21
3
3
area : Ingest
4
- type : bug
4
+ type : upgrade
5
5
issues : []
Original file line number Diff line number Diff line change 1
1
pr : 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
3
3
area : Machine Learning
4
4
type : bug
5
5
issues : []
Original file line number Diff line number Diff line change 6
6
7
7
This section summarizes the changes in each release.
8
8
9
+ * <<release-notes-7.17.3>>
9
10
* <<release-notes-7.17.2>>
10
11
* <<release-notes-7.17.1>>
11
12
* <<release-notes-7.17.0>>
@@ -63,6 +64,7 @@ This section summarizes the changes in each release.
63
64
64
65
--
65
66
67
+ include::release-notes/7.17.3.asciidoc[]
66
68
include::release-notes/7.17.2.asciidoc[]
67
69
include::release-notes/7.17.1.asciidoc[]
68
70
include::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