mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
77b00fc0c0
The changes are to help users prepare for migration to next major release (v8.0.0) regarding to the break change of realm order config. Warnings are added for when: * A realm does not have an order config * Multiple realms have the same order config The warning messages are added to both deprecation API and loggings. The main reasons for doing this are: 1) there is currently no automatic relay between the two; 2) deprecation API is under basic and we need logging for OSS.
22 lines
610 B
Plaintext
22 lines
610 B
Plaintext
[[breaking-changes]]
|
|
= Breaking changes
|
|
|
|
[partintro]
|
|
--
|
|
This section discusses the changes that you need to be aware of to migrate
|
|
your application to {version}. For more information about what's new in this
|
|
release, see the <<release-highlights>> and <<es-release-notes>>.
|
|
|
|
For information about how to upgrade your cluster, see <<setup-upgrade>>.
|
|
|
|
--
|
|
|
|
include::migrate_7_7.asciidoc[]
|
|
include::migrate_7_6.asciidoc[]
|
|
include::migrate_7_5.asciidoc[]
|
|
include::migrate_7_4.asciidoc[]
|
|
include::migrate_7_3.asciidoc[]
|
|
include::migrate_7_2.asciidoc[]
|
|
include::migrate_7_1.asciidoc[]
|
|
include::migrate_7_0.asciidoc[]
|