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