From d9860efb158e8edaaf44e52fae63d522e0da197a Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:03:12 +0100 Subject: [PATCH] 8.16: update docs (backport #14382) (#14395) * docs: Update changelogs for 8.16 release (#14382) Co-authored-by: obltmachine <150269514+obltmachine@users.noreply.github.com> (cherry picked from commit b3c5d5fb41ca044dfaf2275446bab7ee41af1add) Signed-off-by: Carson Ip * Add back head Signed-off-by: Carson Ip --------- Signed-off-by: Carson Ip Co-authored-by: elastic-observability-automation[bot] <180520183+elastic-observability-automation[bot]@users.noreply.github.com> Co-authored-by: obltmachine <150269514+obltmachine@users.noreply.github.com> Co-authored-by: Carson Ip --- CHANGELOG.asciidoc | 2 ++ changelogs/8.16.asciidoc | 31 +++++++++++++++++++++++++++++++ changelogs/head.asciidoc | 12 +----------- 3 files changed, 34 insertions(+), 11 deletions(-) create mode 100644 changelogs/8.16.asciidoc diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index dffd289c9bc..f31ddeb5dc8 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -1,4 +1,5 @@ // tag::list[] +* <> * <> * <> * <> @@ -19,6 +20,7 @@ // tag::includes[] include::./changelogs/head.asciidoc[] +include::./changelogs/8.16.asciidoc[] include::./changelogs/8.15.asciidoc[] include::./changelogs/8.14.asciidoc[] include::./changelogs/8.13.asciidoc[] diff --git a/changelogs/8.16.asciidoc b/changelogs/8.16.asciidoc new file mode 100644 index 00000000000..aef70522e8b --- /dev/null +++ b/changelogs/8.16.asciidoc @@ -0,0 +1,31 @@ +[[apm-release-notes-8.16]] +== APM version 8.16 +* <> + +[float] +[[apm-release-notes-8.16.0]] +=== APM version 8.16.0 + +https://github.com/elastic/apm-server/compare/v8.15.2\...v8.16.0[View commits] + +[float] +==== Bug fixes + +- Track all bulk request response status codes {pull}13574[13574] +- Fix a concurrent map write panic in monitoring middleware {pull}14335[14335] +- Apply shutdown timeout to http server {pull}14339[14339] + +[float] +==== Breaking Changes + +[float] +==== Deprecations +- Support for Jaeger is now deprecated, and will be removed in a future release {pull}13809[13809] + +[float] +==== Intake API Changes + +[float] +==== Added + +- APM Server will no longer retry an HTTP request that returned 502s, 503s, 504s. It will only retry 429s. {pull}13523[13523] diff --git a/changelogs/head.asciidoc b/changelogs/head.asciidoc index f3211c82c9f..4b71ea29c89 100644 --- a/changelogs/head.asciidoc +++ b/changelogs/head.asciidoc @@ -1,26 +1,16 @@ [[release-notes-head]] == APM version HEAD -https://github.com/elastic/apm-server/compare/8.15\...main[View commits] - -[float] -==== Bug fixes - -- Track all bulk request response status codes {pull}13574[13574] -- Fix a concurrent map write panic in monitoring middleware {pull}14335[14335] -- Apply shutdown timeout to http server {pull}14339[14339] +https://github.com/elastic/apm-server/compare/8.16\...8.x[View commits] [float] ==== Breaking Changes [float] ==== Deprecations -- Support for Jaeger is now deprecated, and will be removed in a future release {pull}13809[13809] [float] ==== Intake API Changes [float] ==== Added - -- APM Server will no longer retry an HTTP request that returned 502s, 503s, 504s. It will only retry 429s. {pull}13523[13523]