index.asciidoc 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. [[breaking-changes]]
  2. = Breaking changes
  3. [partintro]
  4. --
  5. This section discusses the changes that you need to be aware of to migrate
  6. your application to {version}. For more information about what's new in this
  7. release, see the <<release-highlights>> and <<es-release-notes>>.
  8. As {es} introduces new features and improves existing ones,
  9. the changes sometimes make older settings, APIs, and parameters obsolete.
  10. The obsolete functionality is typically deprecated in a minor release and
  11. removed in the subsequent major release.
  12. This enables applications to continue working unchanged
  13. across most minor version upgrades.
  14. Breaking changes introduced in minor releases are
  15. generally limited to critical security fixes
  16. and bug fixes that correct unintended behavior.
  17. To get the most out of {es} and facilitate future upgrades,
  18. we strongly encourage migrating
  19. away from using deprecated functionality as soon as possible.
  20. To give you insight into what deprecated features you're using, {es}:
  21. - Returns a `Warn` HTTP header whenever you
  22. submit a request that uses deprecated functionality.
  23. - <<deprecation-logging, Logs deprecation warnings>> when
  24. deprecated functionality is used.
  25. - <<migration-api-deprecation, Provides a deprecation info API>>
  26. that scans a cluster's configuration
  27. and mappings for deprecated functionality.
  28. For more information about {minor-version},
  29. see the <<release-highlights>> and <<es-release-notes>>.
  30. For information about how to upgrade your cluster, see <<setup-upgrade>>. For information about how to upgrade your cluster, see <<setup-upgrade>>.
  31. * <<breaking-changes-8.0,Breaking changes in 8.0>>
  32. --
  33. include::migrate_8_0.asciidoc[]