Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for 1.31.0 release #2514

Merged
merged 1 commit into from
Dec 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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