migrate_8_8.asciidoc 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. [[migrating-8.8]]
  2. == Migrating to 8.8
  3. ++++
  4. <titleabbrev>8.8</titleabbrev>
  5. ++++
  6. This section discusses the changes that you need to be aware of when migrating
  7. your application to {es} 8.8.
  8. See also <<release-highlights>> and <<es-release-notes>>.
  9. [discrete]
  10. [[breaking-changes-8.8]]
  11. === Breaking changes
  12. There are no breaking changes in {es} 8.8.
  13. [discrete]
  14. [[deprecated-8.8]]
  15. === Deprecations
  16. The following functionality has been deprecated in {es} 8.8
  17. and will be removed in a future version.
  18. While this won't have an immediate impact on your applications,
  19. we strongly encourage you to take the described steps to update your code
  20. after upgrading to 8.8.
  21. To find out if you are using any deprecated functionality,
  22. enable <<deprecation-logging, deprecation logging>>.
  23. [discrete]
  24. [[deprecations_88_cluster_and_node_setting]]
  25. ==== Cluster and node setting deprecations
  26. [[deprecate_cluster_routing_allocation_type]]
  27. .Deprecate `cluster.routing.allocation.type`
  28. [%collapsible]
  29. ====
  30. *Details* +
  31. The `cluster.routing.allocation.type` setting is deprecated and will be removed in a future version.
  32. *Impact* +
  33. Discontinue use of the `cluster.routing.allocation.type` setting.
  34. ====