diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 7b32b7b357..7de561ebdd 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -1,4 +1,5 @@ // tag::list[] +* <> * <> * <> * <> @@ -16,6 +17,7 @@ // tag::includes[] include::./changelogs/head.asciidoc[] +include::./changelogs/8.13.asciidoc[] include::./changelogs/8.12.asciidoc[] include::./changelogs/8.11.asciidoc[] include::./changelogs/8.10.asciidoc[] diff --git a/changelogs/8.13.asciidoc b/changelogs/8.13.asciidoc new file mode 100644 index 0000000000..6bb901cbff --- /dev/null +++ b/changelogs/8.13.asciidoc @@ -0,0 +1,31 @@ +[[release-notes-8.13]] +== APM version 8.13 + +https://github.com/elastic/apm-server/compare/8.12\...8.13[View commits] + +* <> + +[float] +[[release-notes-8.13.0]] +=== APM version 8.13.0 + +[float] +==== Breaking Changes + +[float] +==== Bug fixes + +[float] +==== Deprecations + +[float] +==== Intake API Changes + +[float] +==== Added +- map OTel's `span.Status: Unset` to `event.outcome: success` instead of `event.outcome: unknown` +- Add support for Otel code.stacktrace {pull}12096[12096] +- `http.request.body.bytes` now reports the bytes read from request body even if Content-Length is -1 {pull}12451[12451] +- Use `messaging.system` and `messaging.operation` to detect OTel messaging span for transactions {pull}12506[12506] +- Add support for OTel data stream routing by parsing `data_stream.dataset` and `data_stream.namespace` from: (from lowest to highest precedence) resource attributes, instrumentation scope attributes, and signal-level attributes. This is a breaking change only for users relying on the existing `data_stream` attributes being stored as labels. {pull}12578[12578] +- Map OTel transaction `elastic.profiler_stack_trace_ids` attribute {pull}12493[12493] diff --git a/changelogs/head.asciidoc b/changelogs/head.asciidoc index 9f127999d7..d54a7013e6 100644 --- a/changelogs/head.asciidoc +++ b/changelogs/head.asciidoc @@ -1,14 +1,11 @@ [[release-notes-head]] == APM version HEAD -https://github.com/elastic/apm-server/compare/8.12\...main[View commits] +https://github.com/elastic/apm-server/compare/8.13\...main[View commits] [float] ==== Breaking Changes -[float] -==== Bug fixes - [float] ==== Deprecations @@ -17,9 +14,3 @@ https://github.com/elastic/apm-server/compare/8.12\...main[View commits] [float] ==== Added -- map OTel's `span.Status: Unset` to `event.outcome: success` instead of `event.outcome: unknown` -- Add support for Otel code.stacktrace {pull}12096[12096] -- `http.request.body.bytes` now reports the bytes read from request body even if Content-Length is -1 {pull}12451[12451] -- Use `messaging.system` and `messaging.operation` to detect OTel messaging span for transactions {pull}12506[12506] -- Add support for OTel data stream routing by parsing `data_stream.dataset` and `data_stream.namespace` from: (from lowest to highest precedence) resource attributes, instrumentation scope attributes, and signal-level attributes. This is a breaking change only for users relying on the existing `data_stream` attributes being stored as labels. {pull}12578[12578] -- Map OTel transaction `elastic.profiler_stack_trace_ids` attribute {pull}12493[12493]