elasticsearch/docs/reference/release-notes/8.0.0-alpha1.asciidoc
James Rodewig 2774cd6938
[DOCS] Swap [float] for [discrete] (#60124)
Changes instances of `[float]` in our docs for `[discrete]`.

Asciidoctor prefers the `[discrete]` tag for floating headings:
https://asciidoctor.org/docs/asciidoc-asciidoctor-diffs/#blocks
2020-07-23 11:48:22 -04:00

33 lines
1.1 KiB
Text

[[release-notes-8.0.0-alpha1]]
== {es} version 8.0.0-alpha1
coming[8.0.0]
The changes listed below have been released for the first time in {es}
8.0.0-alpha1.
[[breaking-8.0.0-alpha1]]
[discrete]
=== Breaking changes
Aggregations::
* Disallow specifying the same percentile multiple times in percentiles aggregation {es-pull}52257[#52257]
Mapping::
* Dynamic mappings in indices created on 8.0 and later have stricter validation at mapping update time.
(e.g. incorrect analyzer settings or unknown field types). {es-pull}51233[#51233]
Update by query::
* Unsupported fields provided as part of the script section of the update by query API are now rejected.
Deprecations::
* Remove undocumented endpoints of hot threads API {es-pull}55109[#55109]
Slow loggers::
* `index.indexing.slowlog.level` and `index.search.slowlog.level` are removed. These settings can be worked around
by using appropriate thresholds. If for instance we want to simulate `index.indexing.slowlog.level` = `INFO` then
all we need to do is to set `index.indexing.slowlog.threshold.index.debug` and
`index.indexing.slowlog.threshold.index.trace` to `-1` {es-pull}57591[#57591]