7.0.0-alpha1.asciidoc 839 B

123456789101112131415161718192021222324
  1. [[release-notes-7.0.0-alpha1]]
  2. == 7.0.0-alpha1 Release Notes
  3. The changes listed below have been released for the first time in Elasticsearch 7.0.0-alpha1.
  4. [[breaking-7.0.0-alpha1]]
  5. [float]
  6. === Breaking changes
  7. Core::
  8. * Tribe node has been removed in favor of Cross-Cluster-Search
  9. Cross-Cluster-Search::
  10. * `http_addresses` has been removed from the <<cluster-remote-info>> API
  11. because it is expensive to fetch and no longer needed by Kibana.
  12. Rest API::
  13. * The Clear Cache API only supports `POST` as HTTP method
  14. Aggregations::
  15. * The Percentiles and PercentileRanks aggregations now return `null` in the REST response,
  16. instead of `NaN`. This makes it consistent with the rest of the aggregations. Note:
  17. this only applies to the REST response, the java objects continue to return `NaN` (also
  18. consistent with other aggregations)