From 696a09cfdc14b8a00f5f5e35cd1e6283e08722ae Mon Sep 17 00:00:00 2001 From: Marc Lopez Rubio Date: Fri, 5 Jul 2024 16:33:10 +0800 Subject: [PATCH] Add 8.14.3 Release Notes Signed-off-by: Marc Lopez Rubio --- changelogs/8.14.asciidoc | 11 +++++++++++ changelogs/head.asciidoc | 1 - 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/changelogs/8.14.asciidoc b/changelogs/8.14.asciidoc index c506d2ba2ba..a3ee895e28a 100644 --- a/changelogs/8.14.asciidoc +++ b/changelogs/8.14.asciidoc @@ -1,10 +1,21 @@ [[apm-release-notes-8.14]] == APM version 8.14 +* <> * <> * <> * <> +[float] +[[apm-release-notes-8.14.3]] +=== APM version 8.14.3 + +https://github.com/elastic/apm-server/compare/v8.14.2\...v8.14.3[View commits] + +[float] +==== Bug fixes +- Fix a performance regression for apm servers which don't specify `output.elasticsearch.flush_bytes` {pull}13576[13576] + [float] [[apm-release-notes-8.14.2]] === APM version 8.14.2 diff --git a/changelogs/head.asciidoc b/changelogs/head.asciidoc index 1671420cde9..3624859053c 100644 --- a/changelogs/head.asciidoc +++ b/changelogs/head.asciidoc @@ -9,7 +9,6 @@ https://github.com/elastic/apm-server/compare/8.14\...main[View commits] - Avoid data race due to reuse of `bytes.Buffer` in ES bulk requests {pull}13155[13155] - APM Server now relies on the Elasticsearch apm-data plugin's index templates, which reverts some unsafe uses of `flattened` field types {pull}12066[12066] - Add `error.id` to jaeger errors {pull}13196[13196] -- Fix a performance regression for apm servers which don't specify `output.elasticsearch.flush_bytes` {pull}13576[13576] [float] ==== Breaking Changes