mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
* Update release notes to include 8.7.0 Release notes and migration guide from 8.7.0 release ported into main as well as re-generating 8.8.0 release notes. This latter step will be overwritten anyway, multiple times, by more up-to-date regeneration of the 8.8.0 release notes during the release process. * Remove coming 8.7.0 line * Update docs/reference/migration/migrate_8_7.asciidoc Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co> * Make same change to 8.8 --------- Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
52 lines
1.2 KiB
Text
52 lines
1.2 KiB
Text
[[migrating-8.8]]
|
|
== Migrating to 8.8
|
|
++++
|
|
<titleabbrev>8.8</titleabbrev>
|
|
++++
|
|
|
|
This section discusses the changes that you need to be aware of when migrating
|
|
your application to {es} 8.8.
|
|
|
|
See also <<release-highlights>> and <<es-release-notes>>.
|
|
|
|
coming::[8.8.0]
|
|
|
|
|
|
[discrete]
|
|
[[breaking-changes-8.8]]
|
|
=== Breaking changes
|
|
|
|
// tag::notable-breaking-changes[]
|
|
There are no breaking changes in {es} 8.8.
|
|
// end::notable-breaking-changes[]
|
|
|
|
|
|
[discrete]
|
|
[[deprecated-8.8]]
|
|
=== Deprecations
|
|
|
|
The following functionality has been deprecated in {es} 8.8
|
|
and will be removed in a future version.
|
|
While this won't have an immediate impact on your applications,
|
|
we strongly encourage you to take the described steps to update your code
|
|
after upgrading to 8.8.
|
|
|
|
To find out if you are using any deprecated functionality,
|
|
enable <<deprecation-logging, deprecation logging>>.
|
|
|
|
|
|
[discrete]
|
|
[[deprecations_88_cluster_and_node_setting]]
|
|
==== Cluster and node setting deprecations
|
|
|
|
[[deprecate_cluster_routing_allocation_type]]
|
|
.Deprecate `cluster.routing.allocation.type`
|
|
[%collapsible]
|
|
====
|
|
*Details* +
|
|
The `cluster.routing.allocation.type` setting is deprecated and will be removed in a future version.
|
|
|
|
*Impact* +
|
|
Discontinue use of the `cluster.routing.allocation.type` setting.
|
|
====
|
|
|