low_level_restclient.asciidoc 532 B

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