Skip to content

Commit ebd4be9

Browse files
authored
Add release notes for 1.25.2 (#2240)
1 parent fd4ba0c commit ebd4be9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.asciidoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,19 @@ endif::[]
2323
[[release-notes-1.x]]
2424
=== .NET Agent version 1.x
2525
26+
[[release-notes-1.25.2]]
27+
==== 1.25.2
28+
29+
This release fixes a bug in `Elastic.Apm.AspNetCore` when using ` UseElasticApm()` not correctly setting status codes.
30+
The bug was not present in the more commonly used `Elastic.Apm.NetCoreAll` since it uses a `DiagnosticListener` approach.
31+
With this release we ensure both packages use the exact same `DiagnosticListener` mechanism to instrument ASP.NET Core.
32+
33+
===== Bug fixes
34+
35+
{pull}2213[#2213] Remove ApmMiddleWare, only use DiagnosticSource listener for ASP.NET Core.
36+
{pull}2239[#2239] Move StartupHooks over to netstandard2.0.
37+
38+
2639
[[release-notes-1.25.1]]
2740
==== 1.25.1
2841

0 commit comments

Comments
 (0)