Skip to content

Commit dc6ecc1

Browse files
author
elasticsearchmachine
committed
Forward port release notes for v8.16.1
1 parent d9de2e2 commit dc6ecc1

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-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.1>>
1112
* <<release-notes-8.16.0>>
1213
* <<release-notes-8.15.4>>
1314
* <<release-notes-8.15.3>>
@@ -79,6 +80,7 @@ This section summarizes the changes in each release.
7980

8081
include::release-notes/8.18.0.asciidoc[]
8182
include::release-notes/8.17.0.asciidoc[]
83+
include::release-notes/8.16.1.asciidoc[]
8284
include::release-notes/8.16.0.asciidoc[]
8385
include::release-notes/8.15.4.asciidoc[]
8486
include::release-notes/8.15.3.asciidoc[]
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
[[release-notes-8.16.1]]
2+
== {es} version 8.16.1
3+
4+
Also see <<breaking-changes-8.16,Breaking changes in 8.16>>.
5+
6+
[[bug-8.16.1]]
7+
[float]
8+
=== Bug fixes
9+
10+
Data streams::
11+
* Add missing header in `put_data_lifecycle` rest-api-spec {es-pull}116292[#116292]
12+
13+
Mapping::
14+
* Ignore conflicting fields during dynamic mapping update {es-pull}114227[#114227] (issue: {es-issue}114228[#114228])
15+
16+
Ranking::
17+
* Propagating nested `inner_hits` to the parent compound retriever {es-pull}116408[#116408] (issue: {es-issue}116397[#116397])
18+
19+
Relevance::
20+
* Fix handling of bulk requests with semantic text fields and delete ops {es-pull}116942[#116942]
21+
22+
Search::
23+
* Fix handling of time exceeded exception in fetch phase {es-pull}116676[#116676]
24+
* Semantic text simple partial update {es-pull}116478[#116478]
25+
* Validate missing shards after the coordinator rewrite {es-pull}116382[#116382]
26+
27+
Vector Search::
28+
* Update Semantic Query To Handle Zero Size Responses {es-pull}116277[#116277] (issue: {es-issue}116083[#116083])
29+
30+
[[enhancement-8.16.1]]
31+
[float]
32+
=== Enhancements
33+
34+
Data streams::
35+
* Apm-data: disable date_detection for all apm data streams {es-pull}116995[#116995]
36+
37+
Ingest Node::
38+
* Add postal_code support to the City and Enterprise databases {es-pull}114193[#114193]
39+
* Add support for registered country fields for maxmind geoip databases {es-pull}114521[#114521]
40+
* Support IPinfo database configurations {es-pull}114548[#114548]
41+
* Support more maxmind fields in the geoip processor {es-pull}114268[#114268]
42+
43+
Relevance::
44+
* Add tracking for query rule types {es-pull}116357[#116357]
45+
46+
Snapshot/Restore::
47+
* Improve message about insecure S3 settings {es-pull}116915[#116915]
48+
* Split searchable snapshot into multiple repo operations {es-pull}116918[#116918]
49+
50+

0 commit comments

Comments
 (0)