From 575eafc2fa2752af6d9b9bfd9d61f257b17cf0e2 Mon Sep 17 00:00:00 2001 From: Carson Ip Date: Mon, 19 Feb 2024 15:25:39 +0000 Subject: [PATCH 1/5] changelog: 8.12.1 --- changelogs/8.12.asciidoc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/changelogs/8.12.asciidoc b/changelogs/8.12.asciidoc index df36348770a..11f87dc5860 100644 --- a/changelogs/8.12.asciidoc +++ b/changelogs/8.12.asciidoc @@ -1,8 +1,26 @@ [[release-notes-8.12]] == APM version 8.12 +* <> * <> +[float] +[[release-notes-8.12.1]] +=== APM version 8.12.1 + +https://github.com/elastic/apm-server/compare/v8.12.0\...v8.12.1[View commits] + +[float] +==== Bug fixes +- Define value for all constant_keyword fields in apmpackage to fix integration upgrade issues in rare cases {pull}12219[12219] +- Tail-based sampling: Fix missing entry TTL in badger.ErrTxnTooBig handling {pull}12453[12453] +- Tail-based sampling: Compute entry size before writing and flush to avoid losing events silently due to storage limit {pull}12120[12120] +- TODO go-docappender + +[float] +==== Added +- Disable default instrumentation metrics sending to batch processor by removing local exporter {pull}12228[12228] + [float] [[release-notes-8.12.0]] === APM version 8.12.0 From b37eff1e48fbade54292a8ad829f16c18be576ab Mon Sep 17 00:00:00 2001 From: Carson Ip Date: Tue, 20 Feb 2024 12:01:03 +0000 Subject: [PATCH 2/5] Add go-docappender changes --- changelogs/8.12.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelogs/8.12.asciidoc b/changelogs/8.12.asciidoc index 11f87dc5860..d495f3a5330 100644 --- a/changelogs/8.12.asciidoc +++ b/changelogs/8.12.asciidoc @@ -15,11 +15,12 @@ https://github.com/elastic/apm-server/compare/v8.12.0\...v8.12.1[View commits] - Define value for all constant_keyword fields in apmpackage to fix integration upgrade issues in rare cases {pull}12219[12219] - Tail-based sampling: Fix missing entry TTL in badger.ErrTxnTooBig handling {pull}12453[12453] - Tail-based sampling: Compute entry size before writing and flush to avoid losing events silently due to storage limit {pull}12120[12120] -- TODO go-docappender +- APM instrumentation: use UpDownCounter for docsActive and availableBulkIndexer {pull}12179[12179] [float] ==== Added - Disable default instrumentation metrics sending to batch processor by removing local exporter {pull}12228[12228] +- Log a single consolidated line per unique error instead of per each failed document {pull}12179[12179] [float] [[release-notes-8.12.0]] From e09ca4aa3abe7310a3c9f0eac4a3b27f17aa9328 Mon Sep 17 00:00:00 2001 From: Carson Ip Date: Tue, 20 Feb 2024 12:01:28 +0000 Subject: [PATCH 3/5] Typo --- changelogs/8.12.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/8.12.asciidoc b/changelogs/8.12.asciidoc index d495f3a5330..d1eb635a670 100644 --- a/changelogs/8.12.asciidoc +++ b/changelogs/8.12.asciidoc @@ -15,7 +15,7 @@ https://github.com/elastic/apm-server/compare/v8.12.0\...v8.12.1[View commits] - Define value for all constant_keyword fields in apmpackage to fix integration upgrade issues in rare cases {pull}12219[12219] - Tail-based sampling: Fix missing entry TTL in badger.ErrTxnTooBig handling {pull}12453[12453] - Tail-based sampling: Compute entry size before writing and flush to avoid losing events silently due to storage limit {pull}12120[12120] -- APM instrumentation: use UpDownCounter for docsActive and availableBulkIndexer {pull}12179[12179] +- APM instrumentation: Use UpDownCounter for docsActive and availableBulkIndexer {pull}12179[12179] [float] ==== Added From d4e4632bb72cf20bd565221418f65c67f35b8cb2 Mon Sep 17 00:00:00 2001 From: Carson Ip Date: Tue, 20 Feb 2024 12:14:20 +0000 Subject: [PATCH 4/5] Add field preview change --- changelogs/8.12.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/changelogs/8.12.asciidoc b/changelogs/8.12.asciidoc index d1eb635a670..4ae164d9f50 100644 --- a/changelogs/8.12.asciidoc +++ b/changelogs/8.12.asciidoc @@ -16,6 +16,7 @@ https://github.com/elastic/apm-server/compare/v8.12.0\...v8.12.1[View commits] - Tail-based sampling: Fix missing entry TTL in badger.ErrTxnTooBig handling {pull}12453[12453] - Tail-based sampling: Compute entry size before writing and flush to avoid losing events silently due to storage limit {pull}12120[12120] - APM instrumentation: Use UpDownCounter for docsActive and availableBulkIndexer {pull}12179[12179] +- Remove field preview in error reason returned by Elasticsearch from logs. See https://discuss.elastic.co/t/apm-server-8-12-1-security-update-esa-2024-03/352688[Please see our security advisory for more details]. {pull}12179[12179] [float] ==== Added From a360292c223cc9c5327f25ad4fde8edf10e6eb15 Mon Sep 17 00:00:00 2001 From: Carson Ip Date: Tue, 20 Feb 2024 12:17:38 +0000 Subject: [PATCH 5/5] Fix typo --- changelogs/8.12.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/8.12.asciidoc b/changelogs/8.12.asciidoc index 4ae164d9f50..08cdaadfe42 100644 --- a/changelogs/8.12.asciidoc +++ b/changelogs/8.12.asciidoc @@ -16,7 +16,7 @@ https://github.com/elastic/apm-server/compare/v8.12.0\...v8.12.1[View commits] - Tail-based sampling: Fix missing entry TTL in badger.ErrTxnTooBig handling {pull}12453[12453] - Tail-based sampling: Compute entry size before writing and flush to avoid losing events silently due to storage limit {pull}12120[12120] - APM instrumentation: Use UpDownCounter for docsActive and availableBulkIndexer {pull}12179[12179] -- Remove field preview in error reason returned by Elasticsearch from logs. See https://discuss.elastic.co/t/apm-server-8-12-1-security-update-esa-2024-03/352688[Please see our security advisory for more details]. {pull}12179[12179] +- Remove field preview in error reason returned by Elasticsearch from logs. https://discuss.elastic.co/t/apm-server-8-12-1-security-update-esa-2024-03/352688[Please see our security advisory for more details]. {pull}12179[12179] [float] ==== Added