Skip to content

Commit 5589e3d

Browse files
authored
Add docs for known-issue joda pattern failures in 7.1
1 parent fad5f33 commit 5589e3d

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

docs/reference/release-notes/7.0.asciidoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,15 @@ releases of 7.0.0.
105105

106106
Also see <<breaking-changes-7.0,Breaking changes in 7.0>>.
107107

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+
108117
[[breaking-7.0.0]]
109118
[float]
110119
=== Breaking changes

docs/reference/release-notes/7.1.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33

44
Also see <<breaking-changes-7.1,Breaking changes in 7.1>>.
55

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+
614
[[bug-7.1.1]]
715
[float]
816
=== Bug fixes

0 commit comments

Comments
 (0)