Skip to content

Commit

Permalink
Update changelog for 1.31.0 release (#2514)
Browse files Browse the repository at this point in the history
As titled.
  • Loading branch information
stevejgordon committed Dec 2, 2024
1 parent d7fd0c5 commit 745f167
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,29 @@ endif::[]
[[release-notes-1.x]]
=== .NET Agent version 1.x
[[release-notes-1.31.0]]
==== 1.31.0 - 2024/12/02
[float]
===== Breaking changes
{pull}2498[#2498] Remove net 6.0 targets
We no longer ship `net6.0` targets as .NET 6 is now out of support. Applications
targetting `net6.0` will continue to work, but fall down to the `netstandard2.0`
target which may not be as optimised. We therefore recommend updating your application
to `net8.0` or `net9.0` prior to installing 1.31.0 of the Elastic.Apm.* packages.
===== Bug fixes
{pull}2505[#2505] Fixes and enhancements for Azure Functions
{pull}2508[#2508] Azure Function service name logic
[float]
===== Features
{pull}2503[#2503] Phase one logger optimisations
[[release-notes-1.30.1]]
==== 1.30.1 - 2024/11/19
Expand Down

0 comments on commit 745f167

Please sign in to comment.