Skip to content

Releases: elastic/apm-agent-dotnet

v1.25.3

08 Jan 14:58
730e0f6

Choose a tag to compare

What's Changed

Full Changelog: v1.25.2...v1.25.3

v1.25.2

13 Dec 10:53
ebd4be9

Choose a tag to compare

What's Changed

  • ci: update typo in the slack message by @v1v in #2224
  • [Automation] Update JSON specs by @apmmachine in #2230
  • Remove ApmMiddleWare, only use DiagnosticSource listener for ASP.NET Core by @Mpdreamz in #2231
  • Add troubleshooting doc for IISExpress Classic pipeline by @stevejgordon in #2233
  • Fix attaching profiler to GitHub releases by @Mpdreamz in #2236
  • Disable IIS test reporting on main for now while IIS tests are not running by @Mpdreamz in #2238
  • Move StartupHooks over to netstandard2.0 by @Mpdreamz in #2239
  • Add release notes for 1.25.2 by @Mpdreamz in #2240

Full Changelog: v1.25.1...v1.25.2

v1.25.1

21 Nov 15:02
5105b68

Choose a tag to compare

What's Changed

  • action: post-release steps by @v1v in #2201
  • action(post-release): use fetch-depth, quoting and fix git commands by @v1v in #2205
  • Update auto intrumentation docs by @stevejgordon in #2208
  • chore: enable dependabot version updates of github-actions yaml files by @v1v in #2211
  • Prevent server certificate callback runtime exception by @stevejgordon in #2213
  • Fix duration.sum.us value in JSON by @stevejgordon in #2219
  • updatecli: link to the original Pull Request by @v1v in #2217
  • Return total memory when limit is max value. by @stevejgordon in #2214
  • Bump the github-actions group with 3 updates by @dependabot in #2216
  • Ensure baggage gets copied with baggage prefix by @Mpdreamz in #2220
  • Use TestContainer Cloud on CI for windows tests that can not host the requested images by @Mpdreamz in #2139
  • Add changes to changelog for 1.25.1 release by @Mpdreamz in #2222

Full Changelog: v1.25.0...v1.25.1

v1.25.0

19 Oct 08:23
ede1fff

Choose a tag to compare

What's Changed

Full Changelog: v1.24.0...v1.25.0

v1.24.0

20 Sep 14:15
9a05bd3

Choose a tag to compare

What's Changed

Full Changelog: v1.23.0...v1.24.0

v1.23.0

08 Aug 14:55
d943ed8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.22.0...v1.23.0

v1.22.0

28 Apr 16:07
1248195

Choose a tag to compare

What's Changed

  • Remove *.NetCore.sln completely by @Mpdreamz in #2021
  • Fix snapshotty now release correctly calls profiler-zip by @Mpdreamz in #2045
  • Bump version post 1.21.0 release by @Mpdreamz in #2044
  • Increase logging if no jit target was found for integration method by @Mpdreamz in #2049
  • Profiler docs: add note about server url and secret token by @gregkalapos in #2051
  • feat: Update Testcontainers for .NET to version 3.0.0 by @HofmeisterAn in #2047
  • Enable listening to Microsoft.Data.SqlClient.EventSource on .NET full framework by @Mpdreamz in #2050
  • fix/eager config load by @Mpdreamz in #2054
  • Ensure rustup is called before release.sh by @Mpdreamz in #2057
  • ensure we install cargo-make before release.sh by @Mpdreamz in #2058
  • Move cargo installation for release inside dotnet context (which sets HOME) by @Mpdreamz in #2059
  • Add logging to IHttpModule.EndRequest if transaction is null by @Mpdreamz in #2060
  • Bump 1.22.0 release and introduce release notes by @Mpdreamz in #2061

Full Changelog: v1.21.0...v1.22.0

v1.21.0

05 Apr 12:22
1fcc920

Choose a tag to compare

What's Changed

Full Changelog: v1.20.0...v1.21.0

v1.20.0

27 Feb 12:42
8b1b6c8

Choose a tag to compare

1.20.0

Features

  • #1981 Support for Azure Functions through new Elastic.Apm.Azure.Functions nuget package!
  • #1935 Support new Elasticsearch Client: Elastic.Clients.Elasticsearch
  • #1988 Suppport latest version of Microsoft.Data.SqlClient
  • #1988 Support latest version OracleManagedDataAccess
  • #1983 Loose MSVC redistributable as requirement for the profiler
  • #1976 Add support for sending agent activation method to the server

Bug fixes

  • #1999 NullReferenceException in span compression
  • #1970 Improve profiler logging by always enabling agent logging too.
  • #1972 Normalize OpenTelemetry Bridge config section to OpenTelemetryBridgeEnabled
  • #1926 Try to enable TLS 1.2 in all scenarios.
  • #1964 OTel bridge span's destination service may contain null resource
  • #1961 AppSettings ElasticApm:Enabled is not fully honored in ASP.NET Classic

v1.19.0

05 Dec 18:56
f72bf10

Choose a tag to compare

Features

  • #1867 Improve handling of multiple agent initialization.
  • #1877 Enable CloudMetadataProvider on Azure Functions.
  • #1892 CentralConfig: handle MaxAge header with less than 5 sec according to spec (issue: #1831).
  • #1897 Add basic agent logging preamble.
  • #1907 Publish docker image with agent (issue: #1665).
  • #1917 Add .NET 7 support (issue: #1860).
  • #1930 Improve SOAP action parsing.

Bug fixes

  • #1882 Fix transaction trace id not aligned when transaction is created from OTel bridge without parent (issue: #1881).
  • #1905 Avoid NRE during startup hook init (issue: #1904).
  • #1927 Avoid panic in file-logging setup (issue: #1918).
  • #1922 Use Span timing instead of cumulative SqlCommand statistics (issue: #1869).
  • #1933 Enable DOTNET_STARTUP_HOOKS for .NET 7 (issue: #1900).