From 3e69315802999794d16f840609971748cf1d24a3 Mon Sep 17 00:00:00 2001 From: Vishal Raj Date: Mon, 25 Mar 2024 14:31:43 +0000 Subject: [PATCH] Update 8.13 changelog to include missing PR and link --- changelogs/8.13.asciidoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/changelogs/8.13.asciidoc b/changelogs/8.13.asciidoc index 72e71aa9653..5c59ccbbe04 100644 --- a/changelogs/8.13.asciidoc +++ b/changelogs/8.13.asciidoc @@ -9,6 +9,8 @@ https://github.com/elastic/apm-server/compare/8.12\...8.13[View commits] [[apm-release-notes-8.13.0]] === APM version 8.13.0 +https://github.com/elastic/apm-server/compare/v8.12.2\...v8.13.0[View commits] + [float] ==== Breaking Changes @@ -23,7 +25,7 @@ https://github.com/elastic/apm-server/compare/8.12\...8.13[View commits] [float] ==== Added -- map OTel's `span.Status: Unset` to `event.outcome: success` instead of `event.outcome: unknown` +- map OTel's `span.Status: Unset` to `event.outcome: success` instead of `event.outcome: unknown` {pull}12199[12199] - 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]