From 80349f2f041b3efb758d09b7056f556fd3b86dac Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Tue, 30 Apr 2024 14:14:45 +0100 Subject: [PATCH] Update changelog for 1.27 release (#2337) --- CHANGELOG.asciidoc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index e27afd22c..5ebcdfd94 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -23,6 +23,25 @@ endif::[] [[release-notes-1.x]] === .NET Agent version 1.x +[[release-notes-1.27.0]] +==== 1.27.0 - 2024/04/30 + +===== Features + +{pull}2326[#2326] Add `IServiceCollection` extension methods to register ApmAgent +{pull}2331[#2331] Add support for `transaction_name_groups` and `use_path_as_transaction_name` + +===== Bug fixes + +{pull}2298[#2298] Refine agent initialization within ElasticApmModule +{pull}2303[#2303] Fix race condition on Add in redis profiler +{pull}2299[#2299] Further logging refinements in ElasticApmModule +{pull}2304[#2304] Update to .NET 8 SDK +{pull}2302[#2302] Update troubleshooting section of docs +{pull}2310[#2310] Fix bug when handling of multiple cookie entries with the same name +{pull}2314[#2314] Clarify logging behaviour in troubleshooting doc +{pull}2336[#2336] Fix agent-zip for 5.0.0 + [[release-notes-1.26.0]] ==== 1.26.0 - 2024/02/20