2017-08-16 15:12:44 -04:00
|
|
|
[[release-notes-7.0.0-alpha1]]
|
2018-09-27 11:36:18 -04:00
|
|
|
== 7.0.0-alpha1 release notes
|
2017-08-16 15:12:44 -04:00
|
|
|
|
|
|
|
The changes listed below have been released for the first time in Elasticsearch 7.0.0-alpha1.
|
|
|
|
|
|
|
|
[[breaking-7.0.0-alpha1]]
|
|
|
|
[float]
|
|
|
|
=== Breaking changes
|
|
|
|
|
2018-01-30 14:40:19 -05:00
|
|
|
Core::
|
2018-04-27 02:41:36 -04:00
|
|
|
* Tribe node has been removed in favor of Cross-Cluster-Search
|
|
|
|
|
2018-04-27 14:19:00 -04:00
|
|
|
Cross-Cluster-Search::
|
|
|
|
* `http_addresses` has been removed from the <<cluster-remote-info>> API
|
|
|
|
because it is expensive to fetch and no longer needed by Kibana.
|
|
|
|
|
2018-04-27 02:41:36 -04:00
|
|
|
Rest API::
|
|
|
|
* The Clear Cache API only supports `POST` as HTTP method
|
2018-06-18 10:01:28 -04:00
|
|
|
|
|
|
|
Aggregations::
|
|
|
|
* The Percentiles and PercentileRanks aggregations now return `null` in the REST response,
|
|
|
|
instead of `NaN`. This makes it consistent with the rest of the aggregations. Note:
|
|
|
|
this only applies to the REST response, the java objects continue to return `NaN` (also
|
2018-08-07 16:31:00 -04:00
|
|
|
consistent with other aggregations)
|
|
|
|
|
|
|
|
Suggesters::
|
|
|
|
* Plugins that register suggesters can now define their own types of suggestions and must
|
|
|
|
explicitly indicate the type of suggestion that they produce. Existing plugins will
|
|
|
|
require changes to their plugin registration. See the `custom-suggester` example
|
|
|
|
plugin {pull}30284[#30284]
|