diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 16b1fc4198..e9520f6c9d 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -1,4 +1,5 @@ // tag::list[] +* <> * <> * <> * <> @@ -21,6 +22,7 @@ // tag::includes[] include::./changelogs/head.asciidoc[] +include::./changelogs/9.0.asciidoc[] include::./changelogs/8.17.asciidoc[] include::./changelogs/8.16.asciidoc[] include::./changelogs/8.15.asciidoc[] diff --git a/changelogs/9.0.asciidoc b/changelogs/9.0.asciidoc new file mode 100644 index 0000000000..6d44fbf469 --- /dev/null +++ b/changelogs/9.0.asciidoc @@ -0,0 +1,26 @@ +[[apm-release-notes-9.0]] +== APM version 9.0 +* <> + +[float] +[[apm-release-notes-9.0.0]] +=== APM version 9.0.0 + +https://github.com/elastic/apm-server/compare/v\...v9.0.0[View commits] + +[float] +==== Bug fixes +- Fix overflow in validation of `apm-server.agent.config.cache.expiration` on 32-bit architectures {pull}15216[15216] + +[float] +==== Breaking Changes + +[float] +==== Deprecations + +[float] +==== Intake API Changes + +[float] +==== Added +- Tail-based sampling: Storage layer is rewritten to use Pebble database instead of BadgerDB. The new implementation offers a substantial throughput increase while consuming significantly less memory. Disk usage is lower and more stable. See PR for benchmark details. {pull}15235[15235] diff --git a/changelogs/head.asciidoc b/changelogs/head.asciidoc index 46aa533582..0eb5a03a91 100644 --- a/changelogs/head.asciidoc +++ b/changelogs/head.asciidoc @@ -1,14 +1,13 @@ [[release-notes-head]] == APM version HEAD -https://github.com/elastic/apm-server/compare/8.16\...8.x[View commits] +https://github.com/elastic/apm-server/compare/9.0\...main[View commits] [float] -==== Bug fixes -- Fix overflow in validation of `apm-server.agent.config.cache.expiration` on 32-bit architectures {pull}15216[15216] +==== Breaking Changes [float] -==== Breaking Changes +==== Bug fixes [float] ==== Deprecations @@ -18,4 +17,3 @@ https://github.com/elastic/apm-server/compare/8.16\...8.x[View commits] [float] ==== Added -- Tail-based sampling: Storage layer is rewritten to use Pebble database instead of BadgerDB. The new implementation offers a substantial throughput increase while consuming significantly less memory. Disk usage is lower and more stable. See PR for benchmark details. {pull}15235[15235]