Skip to content

Commit 9520cfe

Browse files
authored
[DOCS][8.x] Forward port 8.16.2 release notes (#120039)
1 parent 0c432ae commit 9520cfe

File tree

2 files changed

+68
-0
lines changed

2 files changed

+68
-0
lines changed

docs/reference/release-notes.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This section summarizes the changes in each release.
88

99
* <<release-notes-8.18.0>>
1010
* <<release-notes-8.17.0>>
11+
* <<release-notes-8.16.2>>
1112
* <<release-notes-8.16.1>>
1213
* <<release-notes-8.16.0>>
1314
* <<release-notes-8.15.5>>
@@ -81,6 +82,7 @@ This section summarizes the changes in each release.
8182

8283
include::release-notes/8.18.0.asciidoc[]
8384
include::release-notes/8.17.0.asciidoc[]
85+
include::release-notes/8.16.2.asciidoc[]
8486
include::release-notes/8.16.1.asciidoc[]
8587
include::release-notes/8.16.0.asciidoc[]
8688
include::release-notes/8.15.5.asciidoc[]
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
[[release-notes-8.16.2]]
2+
== {es} version 8.16.2
3+
4+
[IMPORTANT]
5+
====
6+
The 8.16.2 release contains a fix for a potential security vulnerability. See our https://discuss.elastic.co/c/announcements/security-announcements/31[security advisory] for more details.
7+
====
8+
9+
Also see <<breaking-changes-8.16,Breaking changes in 8.16>>.
10+
11+
[[bug-8.16.2]]
12+
[float]
13+
=== Bug fixes
14+
15+
CCS::
16+
* Fix long metric deserialize & add - auto-resize needs to be set manually {es-pull}117105[#117105] (issue: {es-issue}116914[#116914])
17+
18+
Data streams::
19+
* Acquire stats searcher for data stream stats {es-pull}117953[#117953]
20+
21+
ES|QL::
22+
* ESQL: fix the column position in errors {es-pull}117153[#117153]
23+
* Fix BWC for ES|QL cluster request {es-pull}117865[#117865]
24+
* Fix CCS exchange when multi cluster aliases point to same cluster {es-pull}117297[#117297]
25+
* Fix COUNT filter pushdown {es-pull}117503[#117503] (issue: {es-issue}115522[#115522])
26+
* Fix validation of SORT by aggregate functions {es-pull}117316[#117316]
27+
* Opt into extra data stream resolution {es-pull}118378[#118378]
28+
29+
Ingest Node::
30+
* Fix enrich cache size setting name {es-pull}117575[#117575]
31+
* Fix log message format bugs {es-pull}118354[#118354]
32+
* Fix reconstituting version string from components {es-pull}117213[#117213] (issue: {es-issue}116950[#116950])
33+
34+
License::
35+
* Distinguish `LicensedFeature` by family field {es-pull}116809[#116809]
36+
37+
Logs::
38+
* Prohibit changes to index mode, source, and sort settings during resize {es-pull}115812[#115812]
39+
40+
Machine Learning::
41+
* Fix deberta tokenizer bug caused by bug in normalizer {es-pull}117189[#117189]
42+
* Fix for Deberta tokenizer when input sequence exceeds 512 tokens {es-pull}117595[#117595]
43+
* Propagate scoring function through random sampler {es-pull}116957[#116957] (issue: {es-issue}110134[#110134])
44+
* Update Deberta tokenizer {es-pull}116358[#116358]
45+
46+
Mapping::
47+
* Restore original "is within leaf" value in `SparseVectorFieldMapper` {es-pull}118380[#118380]
48+
49+
Ranking::
50+
* Fix for propagating filters from compound to inner retrievers {es-pull}117914[#117914]
51+
52+
Search::
53+
* Don't skip shards in coord rewrite if timestamp is an alias {es-pull}117271[#117271]
54+
* Handle exceptions in query phase can match {es-pull}117469[#117469] (issue: {es-issue}104994[#104994])
55+
56+
[[enhancement-8.16.2]]
57+
[float]
58+
=== Enhancements
59+
60+
Inference::
61+
* [8.16] Update sparse text embeddings API route for Inference Service {es-pull}118367[#118367]
62+
63+
Packaging::
64+
* In this release we've introduced an image based on the hardened link:https://github.com/wolfi-dev/[Wolfi]
65+
image to provide secure containers to our self-managed customers, help with compliance regulations,
66+
and improve our supply chain security posture. {es-pull}118684[#118684]

0 commit comments

Comments
 (0)