low_level_restclient.asciidoc 556 B

1234567891011121314151617
  1. [float]
  2. [[breaking_70_low_level_restclient_changes]]
  3. === Low-level REST client changes
  4. [float]
  5. ==== Deprecated flavors of performRequest have been removed
  6. We deprecated the flavors of `performRequest` and `performRequestAsync` that
  7. do not take `Request` objects in 6.4.0 in favor of the flavors that take
  8. `Request` objects because those methods can be extended without breaking
  9. backwards compatibility.
  10. [float]
  11. ==== Removed setHosts
  12. We deprecated `setHosts` in 6.4.0 in favor of `setNodes` because it supports
  13. host metadata used by the `NodeSelector`.