8.0.0-alpha1.asciidoc 1.0 KB

123456789101112131415161718192021222324252627282930
  1. [[release-notes-8.0.0-alpha1]]
  2. == {es} version 8.0.0-alpha1
  3. coming[8.0.0]
  4. The changes listed below have been released for the first time in {es}
  5. 8.0.0-alpha1.
  6. [[breaking-8.0.0-alpha1]]
  7. [float]
  8. === Breaking changes
  9. Aggregations::
  10. * Disallow specifying the same percentile multiple times in percentiles aggregation {es-pull}52257[#52257]
  11. Mapping::
  12. * Dynamic mappings in indices created on 8.0 and later have stricter validation at mapping update time.
  13. (e.g. incorrect analyzer settings or unknown field types). {es-pull}51233[#51233]
  14. Deprecations::
  15. * Remove undocumented endpoints of hot threads API {es-pull}55109[#55109]
  16. Slow loggers::
  17. * `index.indexing.slowlog.level` and `index.search.slowlog.level` are removed. These settings can be worked around
  18. by using appropriate thresholds. If for instance we want to simulate `index.indexing.slowlog.level` = `INFO` then
  19. all we need to do is to set `index.indexing.slowlog.threshold.index.debug` and
  20. `index.indexing.slowlog.threshold.index.trace` to `-1` {es-pull}57591[#57591]