highlights.asciidoc 912 B

12345678910111213141516171819202122232425262728293031
  1. [[release-highlights]]
  2. == What's new in {minor-version}
  3. coming[{minor-version}]
  4. Here are the highlights of what's new and improved in {es} {minor-version}!
  5. ifeval::["{release-state}"!="unreleased"]
  6. For detailed information about this release, see the
  7. <<release-notes-{elasticsearch_version}, Release notes >> and
  8. <<breaking-changes-{minor-version}, Breaking changes>>.
  9. endif::[]
  10. // Add previous release to the list
  11. // Other versions:
  12. // {ref-bare}/7.last/release-highlights.html[7.last]
  13. // | {ref-bare}/8.0/release-highlights.html[8.0]
  14. // Use the notable-highlights tag to mark entries that
  15. // should be featured in the Stack Installation and Upgrade Guide:
  16. // tag::notable-highlights[]
  17. // [discrete]
  18. // === Heading
  19. //
  20. // Description.
  21. // end::notable-highlights[]
  22. // Omit the notable highlights tag for entries that only need to appear in the ES ref:
  23. // [float]
  24. // === Heading
  25. //
  26. // Description.