Skip to content

Commit

Permalink
Add release notes for 1.25.2
Browse files Browse the repository at this point in the history
Updates CHANGELOG.asciidoc
  • Loading branch information
Mpdreamz committed Dec 13, 2023
1 parent 4ad83c6 commit 90525f5
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 statuscodes.
The bug was not present in the more commonly used `Elastic.Apm.NetCoreAll` since it used an `DiagnosticListener` approach.
With this release we ensure both packages used the exact same 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 90525f5

Please sign in to comment.