File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments