Skip to content

Releases: elastic/apm-agent-dotnet

v1.27.1

16 May 08:05
9ff10d7
Compare
Choose a tag to compare

What's Changed

  • Bump phoenix-actions/test-reporting from 13 to 14 in /.github/workflows/test in the github-actions group by @dependabot in #2330
  • Bump the github-actions group with 2 updates by @dependabot in #2289
  • github-action: fix snapshoty by @v1v in #2343
  • snapshoty: update regex using the new versioning by @v1v in #2345
  • github-action: timeout the tests job if longer than 30 minutes by @v1v in #2346
  • github-action: run snapshoty for main and if success by @v1v in #2347
  • snapshoty: split _packages in two types by @v1v in #2348
  • Remove invalid profiler method integrations by @stevejgordon in #2349
  • Add release notes for 1.27.1 by @stevejgordon in #2353

Full Changelog: v1.27.0...v1.27.1

v1.27.0

30 Apr 13:15
80349f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.26.0...v1.27.0

v1.26.0

20 Feb 13:54
d378dd8
Compare
Choose a tag to compare

What's Changed

  • Bump the github-actions group in /.github/workflows/bootstrap with 1 update by @dependabot in #2235
  • updatecli: dynamic specs by @v1v in #2263
  • action: github secrets if no forked prs by @v1v in #2273
  • Include process information in metadata stanza when emiting events to apm-server by @Mpdreamz in #2272
  • action: disable tests targeting TestContainers Cloud if Forked PRs by @v1v in #2275
  • actions: fix tabs by @v1v in #2271
  • #2266 Cleanup of packages thanks to Framework reference by @thompson-tomo in #2267
  • github-action: use wildcards for discovering all the workflows by @v1v in #2270
  • Limit memory usage when capturing SOAP request bodies by @gregkalapos in #2274
  • Address a few synchronization issues in the codebase by @Mpdreamz in #2276
  • Truncate unknown keys logging from central config parser by @Mpdreamz in #2277
  • Ensure exposes default constants are readonly. by @Mpdreamz in #2278
  • Remove RegexConverter, not used in serialization from and to apm-server by @Mpdreamz in #2279
  • Cleanup some dead code and one instance of null propagation in tooling NOT userfacing code by @Mpdreamz in #2280
  • Bump the github-actions group in /.github/workflows/bootstrap with 1 update by @dependabot in #2260
  • Bump the github-actions group in /.github/workflows/install-dependencies with 1 update by @dependabot in #2282
  • Bump Microsoft.Data.SqlClient from 1.1.4 to 2.1.7 in /benchmarks/Elastic.Apm.Benchmarks by @dependabot in #2254
  • Bump System.Data.SqlClient from 4.8.5 to 4.8.6 in /test/profiler/Elastic.Apm.Profiler.Managed.Tests by @dependabot in #2255
  • Bump System.Data.SqlClient from 4.8.5 to 4.8.6 in /test/instrumentations/Elastic.Apm.SqlClient.Tests by @dependabot in #2256
  • Reenable IIS tests by @Mpdreamz in #2237
  • Switch to Licence expression rather than file by @thompson-tomo in #2264
  • Fix #2248 duplicate key errors on dropped span stats update by @Mpdreamz in #2283
  • Update Rust by @stevejgordon in #2291
  • security: add permissions block to workflows by @reakaleek in #2288
  • Fully implement the sanitization spec by @stevejgordon in #2290
  • Add release notes for 1.26.0 by @stevejgordon in #2294

New Contributors

Full Changelog: v1.25.3...v1.26.0

v1.25.3

08 Jan 14:58
730e0f6
Compare
Choose a tag to compare

What's Changed

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

v1.25.2

13 Dec 10:53
ebd4be9
Compare
Choose a tag to compare

What's Changed

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

v1.25.1

21 Nov 15:02
5105b68
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v1.24.0

20 Sep 14:15
9a05bd3
Compare
Choose a tag to compare

What's Changed

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

v1.23.0

08 Aug 14:55
d943ed8
Compare
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
Compare
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