Skip to content

Commit c53c4c0

Browse files
authored
Release notes for 7.17.3 (#85861)
Release notes for 7.17.3
1 parent 59a632d commit c53c4c0

File tree

5 files changed

+34
-7
lines changed

5 files changed

+34
-7
lines changed

docs/changelog/85534.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/changelog/85581.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pr: 85581
22
summary: Bump commons-compress to 1.21
33
area: Ingest
4-
type: bug
4+
type: upgrade
55
issues: []

docs/changelog/85672.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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
33
area: Machine Learning
44
type: bug
55
issues: []

docs/reference/release-notes.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
This 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[]
6668
include::release-notes/7.17.2.asciidoc[]
6769
include::release-notes/7.17.1.asciidoc[]
6870
include::release-notes/7.17.0.asciidoc[]
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+

0 commit comments

Comments
 (0)