diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index ea8a6729f14..2ce78ec26dd 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -1,4 +1,5 @@ include::./changelogs/head.asciidoc[] +include::./changelogs/8.12.asciidoc[] include::./changelogs/8.11.asciidoc[] include::./changelogs/8.10.asciidoc[] include::./changelogs/8.9.asciidoc[] diff --git a/changelogs/8.12.asciidoc b/changelogs/8.12.asciidoc new file mode 100644 index 00000000000..ea2d8013de7 --- /dev/null +++ b/changelogs/8.12.asciidoc @@ -0,0 +1,27 @@ +[[release-notes-8.12]] +== APM version 8.12 + +https://github.com/elastic/apm-server/compare/8.11\...8.12[View commits] + +* <> + +[float] +[[release-notes-8.12.0]] +=== APM version 8.12.0 + +[float] +==== Breaking Changes +- The unsupported apm_data_stream_migration ingest pipeline has been removed {pull}12102[12102]. +- "publish_ready" is always false in the "GET /" response until events are received by apm-server {pull}12150[12150] + +[float] +==== Bug fixes +- Switch built-in ILM rollover policies from max_size to max_primary_shard_size {pull}11729[11729]. + +[float] +==== Added +- Update container base image to Ubuntu 22.04 {pull}11778[11778] +- Add support for returning partial success response in OTLP input {pull}11883[11883] +- Setting event timestamp from OTel observed timestamp when needed {pull}11935[11935] +- Field mappings have been added for various formerly unindexed fields {pull}12102[12102] +- We now assert that index templates are installed by attempting to create data streams {pull}12150[12150] diff --git a/changelogs/head.asciidoc b/changelogs/head.asciidoc index 37ff7d0ef18..55aa3eb326f 100644 --- a/changelogs/head.asciidoc +++ b/changelogs/head.asciidoc @@ -1,17 +1,14 @@ [[release-notes-head]] == APM version HEAD -https://github.com/elastic/apm-server/compare/8.11\...main[View commits] +https://github.com/elastic/apm-server/compare/8.12\...main[View commits] [float] ==== Breaking Changes -- The unsupported apm_data_stream_migration ingest pipeline has been removed {pull}12102[12102]. -- "publish_ready" is always false in the "GET /" response until events are received by apm-server {pull}12150[12150] - Reverts a breaking change that ignored the beat name. This is visible in Stack Monitoring {pull}12176[12176] [float] ==== Bug fixes -- Switch built-in ILM rollover policies from max_size to max_primary_shard_size {pull}11729[11729]. [float] ==== Deprecations @@ -21,8 +18,3 @@ https://github.com/elastic/apm-server/compare/8.11\...main[View commits] [float] ==== Added -- Update container base image to Ubuntu 22.04 {pull}11778[11778] -- Add support for returning partial success response in OTLP input {pull}11883[11883] -- Setting event timestamp from OTel observed timestamp when needed {pull}11935[11935] -- Field mappings have been added for various formerly unindexed fields {pull}12102[12102] -- We now assert that index templates are installed by attempting to create data streams {pull}12150[12150] diff --git a/docs/release-notes.asciidoc b/docs/release-notes.asciidoc index 95a488319fe..62fe33a3474 100644 --- a/docs/release-notes.asciidoc +++ b/docs/release-notes.asciidoc @@ -9,6 +9,7 @@ This section summarizes the changes in each release. **APM integration and APM Server** +* <> * <> * <> * <>