api.asciidoc 1017 B

123456789101112131415161718192021222324252627282930
  1. [float]
  2. [[breaking_80_api_changes]]
  3. === REST API changes
  4. //NOTE: The notable-breaking-changes tagged regions are re-used in the
  5. //Installation and Upgrade Guide
  6. //tag::notable-breaking-changes[]
  7. // end::notable-breaking-changes[]
  8. .The cat node API's `local` query parameter has been removed.
  9. [%collapsible]
  10. ====
  11. *Details* +
  12. The `?local` parameter to the `GET _cat/nodes` API was deprecated in 7.x and is
  13. rejected in 8.0. This parameter caused the API to use the local cluster state
  14. to determine the nodes returned by the API rather than the cluster state from
  15. the master, but this API requests information from each selected node
  16. regardless of the `?local` parameter which means this API does not run in a
  17. fully node-local fashion.
  18. ====
  19. .The get field mapping API's `local` query parameter has been removed.
  20. [%collapsible]
  21. ====
  22. *Details* +
  23. The `local` parameter for get field mapping API was deprecated in 7.8 and is
  24. removed in 8.0. This parameter is a no-op and field mappings are always retrieved
  25. locally.
  26. ====