From 14d18df793f25fce9731f581b4a5a32b705cc9a1 Mon Sep 17 00:00:00 2001 From: Vishal Raj Date: Tue, 22 Aug 2023 12:21:00 +0800 Subject: [PATCH 1/2] (docs): Fix commits link for released versions (#11447) (cherry picked from commit fc5774e409c8849a27b166ebe85d0eea2685bf9f) # Conflicts: # changelogs/8.10.asciidoc --- changelogs/8.10.asciidoc | 39 +++++++++++++++++++++++++++++++++++++++ changelogs/8.9.asciidoc | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 changelogs/8.10.asciidoc diff --git a/changelogs/8.10.asciidoc b/changelogs/8.10.asciidoc new file mode 100644 index 00000000000..9052f79d3b7 --- /dev/null +++ b/changelogs/8.10.asciidoc @@ -0,0 +1,39 @@ +[[release-notes-8.10]] +== APM version 8.10 + +https://github.com/elastic/apm-server/compare/8.9\...8.10[View commits] + +* <> + +[float] +[[release-notes-8.10.0]] +=== APM version 8.10.0 + +[float] +==== Breaking Changes +- Aggregated metrics now consider global labels to be part of a service's identity, and high cardinality global labels may cause services to be obscured {pull}11386[11386] +- Event protobuf encoding for tail-based sampling changed (to a more efficient encoding) for event timestamp and duration {pull}11386[11386] + +[float] +==== Deprecations + +[float] +==== Bug fixes + +[float] +==== Intake API Changes +- `null` is no longer an acceptable value for `context.http.request.headers` and `context.http.response.headers` {pull}11386[11386] + +[float] +==== Added +- Add a self-instrumentation transaction to the source map periodic refresh action. {pull}11116[11116] +- Add a self-instrumentation transaction to the agent config periodic refresh action. {pull}11129[11129] +- Stop dropping metadata fields from span documents. {pull}11089[11089] +- Add permissions to reroute events in the integration package. {pull}11168[11168] + +[float] +==== Aggregation changes and improvements +- Replace aggregation with LSM-based aggregator which has a lower memory footprint {pull}11117[11117] +- Add `service.language.name` to service destination metrics {pull}11117[11117] +- Modify per-service transaction groups limit to consider more than service.name; Add per-service service destination groups limit and per-service service transaction groups limit {pull}11117[11117] +- All aggregations share the MaxServices limit {pull}11117[11117] diff --git a/changelogs/8.9.asciidoc b/changelogs/8.9.asciidoc index 00cd691cac9..9cf4aa0e514 100644 --- a/changelogs/8.9.asciidoc +++ b/changelogs/8.9.asciidoc @@ -1,7 +1,7 @@ [[release-notes-8.9]] == APM version 8.9 -https://github.com/elastic/apm-server/compare/8.9\...main[View commits] +https://github.com/elastic/apm-server/compare/8.8\...8.9[View commits] * <> * <> From 5dcf6ce71b62b64770fedda92f9107a3524897bf Mon Sep 17 00:00:00 2001 From: Vishal Raj Date: Tue, 22 Aug 2023 13:14:49 +0800 Subject: [PATCH 2/2] remove 8.10 changelogs --- changelogs/8.10.asciidoc | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 changelogs/8.10.asciidoc diff --git a/changelogs/8.10.asciidoc b/changelogs/8.10.asciidoc deleted file mode 100644 index 9052f79d3b7..00000000000 --- a/changelogs/8.10.asciidoc +++ /dev/null @@ -1,39 +0,0 @@ -[[release-notes-8.10]] -== APM version 8.10 - -https://github.com/elastic/apm-server/compare/8.9\...8.10[View commits] - -* <> - -[float] -[[release-notes-8.10.0]] -=== APM version 8.10.0 - -[float] -==== Breaking Changes -- Aggregated metrics now consider global labels to be part of a service's identity, and high cardinality global labels may cause services to be obscured {pull}11386[11386] -- Event protobuf encoding for tail-based sampling changed (to a more efficient encoding) for event timestamp and duration {pull}11386[11386] - -[float] -==== Deprecations - -[float] -==== Bug fixes - -[float] -==== Intake API Changes -- `null` is no longer an acceptable value for `context.http.request.headers` and `context.http.response.headers` {pull}11386[11386] - -[float] -==== Added -- Add a self-instrumentation transaction to the source map periodic refresh action. {pull}11116[11116] -- Add a self-instrumentation transaction to the agent config periodic refresh action. {pull}11129[11129] -- Stop dropping metadata fields from span documents. {pull}11089[11089] -- Add permissions to reroute events in the integration package. {pull}11168[11168] - -[float] -==== Aggregation changes and improvements -- Replace aggregation with LSM-based aggregator which has a lower memory footprint {pull}11117[11117] -- Add `service.language.name` to service destination metrics {pull}11117[11117] -- Modify per-service transaction groups limit to consider more than service.name; Add per-service service destination groups limit and per-service service transaction groups limit {pull}11117[11117] -- All aggregations share the MaxServices limit {pull}11117[11117]