File tree 2 files changed +17
-0
lines changed
docs/reference/release-notes
2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,15 @@ releases of 7.0.0.
105
105
106
106
Also see <<breaking-changes-7.0,Breaking changes in 7.0>>.
107
107
108
+ [float]
109
+ === Known issues
110
+
111
+ * Indices created in 6.x with <<date,`date`>> and <<date_nanos,`date_nanos`>> fields using formats
112
+ that are incompatible with java.time patterns will cause parsing errors, incorrect date calculations or wrong search results.
113
+ https://github.com/elastic/elasticsearch/pull/52555
114
+ This is fixed in {es} 7.7 and later versions.
115
+
116
+
108
117
[[breaking-7.0.0]]
109
118
[float]
110
119
=== Breaking changes
Original file line number Diff line number Diff line change 3
3
4
4
Also see <<breaking-changes-7.1,Breaking changes in 7.1>>.
5
5
6
+ [float]
7
+ === Known issues
8
+
9
+ * Indices created in 6.x with <<date,`date`>> and <<date_nanos,`date_nanos`>> fields using formats
10
+ that are incompatible with java.time patterns will cause parsing errors, incorrect date calculations or wrong search results.
11
+ https://github.com/elastic/elasticsearch/pull/52555
12
+ This is fixed in {es} 7.7 and later versions.
13
+
6
14
[[bug-7.1.1]]
7
15
[float]
8
16
=== Bug fixes
You can’t perform that action at this time.
0 commit comments