Skip to content

Commit

Permalink
Add release notes for 1.25.2 (#2240)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz authored Dec 13, 2023
1 parent fd4ba0c commit ebd4be9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebd4be9

Please sign in to comment.