-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
5 changed files
with
34 additions
and
7 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pr: 85581 | ||
summary: Bump commons-compress to 1.21 | ||
area: Ingest | ||
type: bug | ||
type: upgrade | ||
issues: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pr: 85672 | ||
summary: Allow retrieving `boolean` fields from `_source` in DFA jobs | ||
summary: Allow retrieving `boolean` fields from `_source` in data frame analytics jobs | ||
area: Machine Learning | ||
type: bug | ||
issues: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
[[release-notes-7.17.3]] | ||
== {es} version 7.17.3 | ||
|
||
Also see <<breaking-changes-7.17,Breaking changes in 7.17>>. | ||
|
||
[[bug-7.17.3]] | ||
[float] | ||
=== Bug fixes | ||
|
||
Geo:: | ||
* Fix fields wildcard support to vector tile search API {es-pull}85595[#85595] (issue: {es-issue}85592[#85592]) | ||
|
||
Highlighting:: | ||
* Fix wildcard highlighting on `match_only_text` {es-pull}85500[#85500] (issue: {es-issue}85493[#85493]) | ||
|
||
Machine Learning:: | ||
* Allow retrieving `boolean` fields from `_source` in data frame analytics jobs {es-pull}85672[#85672] | ||
* Avoid multiple queued quantiles documents in renormalizer {es-pull}85555[#85555] (issue: {es-issue}85539[#85539]) | ||
|
||
Search:: | ||
* Fix skip caching factor with `indices.queries.cache.all_segments` {es-pull}85510[#85510] | ||
|
||
[[upgrade-7.17.3]] | ||
[float] | ||
=== Upgrades | ||
|
||
Ingest:: | ||
* Bump commons-compress to 1.21 {es-pull}85581[#85581] | ||
|
||
|