Skip to content

Commit 1a60c44

Browse files
author
elasticsearchmachine
committed
Update docs for v8.16.2 release
1 parent fc1fb13 commit 1a60c44

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed

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-8.16.2>>
910
* <<release-notes-8.16.1>>
1011
* <<release-notes-8.16.0>>
1112
* <<release-notes-8.15.5>>
@@ -77,6 +78,7 @@ This section summarizes the changes in each release.
7778

7879
--
7980

81+
include::release-notes/8.16.2.asciidoc[]
8082
include::release-notes/8.16.1.asciidoc[]
8183
include::release-notes/8.16.0.asciidoc[]
8284
include::release-notes/8.15.5.asciidoc[]
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
[[release-notes-8.16.2]]
2+
== {es} version 8.16.2
3+
4+
coming[8.16.2]
5+
6+
Also see <<breaking-changes-8.16,Breaking changes in 8.16>>.
7+
8+
[[bug-8.16.2]]
9+
[float]
10+
=== Bug fixes
11+
12+
CCS::
13+
* Fix long metric deserialize & add - auto-resize needs to be set manually {es-pull}117105[#117105] (issue: {es-issue}116914[#116914])
14+
15+
Data streams::
16+
* Acquire stats searcher for data stream stats {es-pull}117953[#117953]
17+
18+
ES|QL::
19+
* ESQL: fix the column position in errors {es-pull}117153[#117153]
20+
* Fix BWC for ES|QL cluster request {es-pull}117865[#117865]
21+
* Fix CCS exchange when multi cluster aliases point to same cluster {es-pull}117297[#117297]
22+
* Fix COUNT filter pushdown {es-pull}117503[#117503] (issue: {es-issue}115522[#115522])
23+
* Fix validation of SORT by aggregate functions {es-pull}117316[#117316]
24+
* Opt into extra data stream resolution {es-pull}118378[#118378]
25+
26+
Ingest Node::
27+
* Fix enrich cache size setting name {es-pull}117575[#117575]
28+
* Fix log message format bugs {es-pull}118354[#118354]
29+
* Fix reconstituting version string from components {es-pull}117213[#117213] (issue: {es-issue}116950[#116950])
30+
31+
License::
32+
* Distinguish `LicensedFeature` by family field {es-pull}116809[#116809]
33+
34+
Logs::
35+
* Prohibit changes to index mode, source, and sort settings during resize {es-pull}115812[#115812]
36+
37+
Machine Learning::
38+
* Fix deberta tokenizer bug caused by bug in normalizer {es-pull}117189[#117189]
39+
* Fix for Deberta tokenizer when input sequence exceeds 512 tokens {es-pull}117595[#117595]
40+
* Propagate scoring function through random sampler {es-pull}116957[#116957] (issue: {es-issue}110134[#110134])
41+
* Update Deberta tokenizer {es-pull}116358[#116358]
42+
43+
Mapping::
44+
* Restore original "is within leaf" value in `SparseVectorFieldMapper` {es-pull}118380[#118380]
45+
46+
Ranking::
47+
* Fix for propagating filters from compound to inner retrievers {es-pull}117914[#117914]
48+
49+
Search::
50+
* Don't skip shards in coord rewrite if timestamp is an alias {es-pull}117271[#117271]
51+
52+
[[enhancement-8.16.2]]
53+
[float]
54+
=== Enhancements
55+
56+
Inference::
57+
* [8.16] Update sparse text embeddings API route for Inference Service {es-pull}118367[#118367]
58+
59+

0 commit comments

Comments
 (0)