migrate_8_8.asciidoc 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. // tag::notable-breaking-changes[]
  13. There are no breaking changes in {es} 8.8.
  14. // end::notable-breaking-changes[]
  15. [discrete]
  16. [[deprecated-8.8]]
  17. === Deprecations
  18. The following functionality has been deprecated in {es} 8.8
  19. and will be removed in a future version.
  20. While this won't have an immediate impact on your applications,
  21. we strongly encourage you to take the described steps to update your code
  22. after upgrading to 8.8.
  23. To find out if you are using any deprecated functionality,
  24. enable <<deprecation-logging, deprecation logging>>.
  25. [discrete]
  26. [[deprecations_88_cluster_and_node_setting]]
  27. ==== Cluster and node setting deprecations
  28. [[deprecate_cluster_routing_allocation_type]]
  29. .Deprecate `cluster.routing.allocation.type`
  30. [%collapsible]
  31. ====
  32. *Details* +
  33. The `cluster.routing.allocation.type` setting is deprecated and will be removed in a future version.
  34. *Impact* +
  35. Discontinue use of the `cluster.routing.allocation.type` setting.
  36. ====