forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '8.16' into bp-816-115477
- Loading branch information
Showing
23 changed files
with
3,614 additions
and
3,152 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -32,5 +32,5 @@ BWC_VERSION: | |
- "8.12.2" | ||
- "8.13.4" | ||
- "8.14.3" | ||
- "8.15.6" | ||
- "8.15.5" | ||
- "8.16.2" |
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,4 +1,3 @@ | ||
BWC_VERSION: | ||
- "7.17.27" | ||
- "8.15.6" | ||
- "8.16.2" |
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 |
---|---|---|
|
@@ -13,9 +13,6 @@ | |
{ | ||
"branch": "8.x" | ||
}, | ||
{ | ||
"branch": "8.15" | ||
}, | ||
{ | ||
"branch": "7.17" | ||
} | ||
|
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
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,6 @@ | ||
pr: 117469 | ||
summary: Handle exceptions in query phase can match | ||
area: Search | ||
type: bug | ||
issues: | ||
- 104994 |
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,8 @@ | ||
pr: 118684 | ||
summary: |- | ||
In this release we've introduced an image based on the hardened link:https://github.com/wolfi-dev/[Wolfi] | ||
image to provide secure containers to our self-managed customers, help with compliance regulations, | ||
and improve our supply chain security posture. | ||
area: Packaging | ||
type: enhancement | ||
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
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,65 @@ | ||
[[release-notes-8.16.2]] | ||
== {es} version 8.16.2 | ||
|
||
coming[8.16.2] | ||
|
||
Also see <<breaking-changes-8.16,Breaking changes in 8.16>>. | ||
|
||
[[bug-8.16.2]] | ||
[float] | ||
=== Bug fixes | ||
|
||
CCS:: | ||
* Fix long metric deserialize & add - auto-resize needs to be set manually {es-pull}117105[#117105] (issue: {es-issue}116914[#116914]) | ||
|
||
Data streams:: | ||
* Acquire stats searcher for data stream stats {es-pull}117953[#117953] | ||
|
||
ES|QL:: | ||
* ESQL: fix the column position in errors {es-pull}117153[#117153] | ||
* Fix BWC for ES|QL cluster request {es-pull}117865[#117865] | ||
* Fix CCS exchange when multi cluster aliases point to same cluster {es-pull}117297[#117297] | ||
* Fix COUNT filter pushdown {es-pull}117503[#117503] (issue: {es-issue}115522[#115522]) | ||
* Fix validation of SORT by aggregate functions {es-pull}117316[#117316] | ||
* Opt into extra data stream resolution {es-pull}118378[#118378] | ||
|
||
Ingest Node:: | ||
* Fix enrich cache size setting name {es-pull}117575[#117575] | ||
* Fix log message format bugs {es-pull}118354[#118354] | ||
* Fix reconstituting version string from components {es-pull}117213[#117213] (issue: {es-issue}116950[#116950]) | ||
|
||
License:: | ||
* Distinguish `LicensedFeature` by family field {es-pull}116809[#116809] | ||
|
||
Logs:: | ||
* Prohibit changes to index mode, source, and sort settings during resize {es-pull}115812[#115812] | ||
|
||
Machine Learning:: | ||
* Fix deberta tokenizer bug caused by bug in normalizer {es-pull}117189[#117189] | ||
* Fix for Deberta tokenizer when input sequence exceeds 512 tokens {es-pull}117595[#117595] | ||
* Propagate scoring function through random sampler {es-pull}116957[#116957] (issue: {es-issue}110134[#110134]) | ||
* Update Deberta tokenizer {es-pull}116358[#116358] | ||
|
||
Mapping:: | ||
* Restore original "is within leaf" value in `SparseVectorFieldMapper` {es-pull}118380[#118380] | ||
|
||
Ranking:: | ||
* Fix for propagating filters from compound to inner retrievers {es-pull}117914[#117914] | ||
|
||
Search:: | ||
* Don't skip shards in coord rewrite if timestamp is an alias {es-pull}117271[#117271] | ||
* Handle exceptions in query phase can match {es-pull}117469[#117469] (issue: {es-issue}104994[#104994]) | ||
|
||
[[enhancement-8.16.2]] | ||
[float] | ||
=== Enhancements | ||
|
||
Inference:: | ||
* [8.16] Update sparse text embeddings API route for Inference Service {es-pull}118367[#118367] | ||
|
||
Packaging:: | ||
* In this release we've introduced an image based on the hardened link:https://github.com/wolfi-dev/[Wolfi] | ||
image to provide secure containers to our self-managed customers, help with compliance regulations, | ||
and improve our supply chain security posture. {es-pull}118684[#118684] | ||
|
||
|
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
Oops, something went wrong.