Skip to content

Commit

Permalink
[doc] breaking changes about camel case date formats (#83841)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgomulka authored Feb 14, 2022
1 parent 9a52768 commit 4482fb8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions docs/reference/migration/migrate_7_17.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ enable <<deprecation-logging, deprecation logging>>.
// tag::notable-breaking-changes[]
[discrete]
[[breaking_717_packaging_changes]]
==== Packaging changes
=== Packaging changes

.The Windows MSI installer package is no longer available.
[%collapsible]
Expand All @@ -45,6 +45,21 @@ were previously released in beta and didn't receive widespread adoption.
*Impact* +
To install {es} on Windows, use the {ref}/zip-windows.html[`.zip` archive
package] instead.
====

=== Mappings changes
.Camel case date formats are deprecated.
[%collapsible]
====
*Details* +
The use of camel case patterns on date formats is deprecated
and will be removed in {es} 8.0.0.
The corresponding snake case pattern should be used instead.
*Impact* +
To avoid deprecation warnings, discontinue use of the camel case pattern.
====
// end::notable-breaking-changes[]

Expand All @@ -65,4 +80,4 @@ logging>>.
// tag::notable-breaking-changes[]
// end::notable-breaking-changes[]
////
////
2 changes: 1 addition & 1 deletion docs/reference/migration/migrate_7_8.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ See also <<release-highlights>> and <<es-release-notes>>.

As of the `7.8.1` release

.Displays Enterprise license as Platinum in /_xpack
.Displays Enterprise license as Platinum in /_xpack
[%collapsible]
====
*Details*
Expand Down

0 comments on commit 4482fb8

Please sign in to comment.