From ebd4be9af95962e94ebf72ef2aca9b7a58a42c07 Mon Sep 17 00:00:00 2001 From: Martijn Laarman Date: Wed, 13 Dec 2023 11:52:29 +0100 Subject: [PATCH] Add release notes for 1.25.2 (#2240) --- CHANGELOG.asciidoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 9afcb6630..fd7d625cb 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -23,6 +23,19 @@ endif::[] [[release-notes-1.x]] === .NET Agent version 1.x +[[release-notes-1.25.2]] +==== 1.25.2 + +This release fixes a bug in `Elastic.Apm.AspNetCore` when using ` UseElasticApm()` not correctly setting status codes. +The bug was not present in the more commonly used `Elastic.Apm.NetCoreAll` since it uses a `DiagnosticListener` approach. +With this release we ensure both packages use the exact same `DiagnosticListener` mechanism to instrument ASP.NET Core. + +===== Bug fixes + +{pull}2213[#2213] Remove ApmMiddleWare, only use DiagnosticSource listener for ASP.NET Core. +{pull}2239[#2239] Move StartupHooks over to netstandard2.0. + + [[release-notes-1.25.1]] ==== 1.25.1