Skip to content

Releases: SkyAPM/SkyAPM-dotnet

v2.2.0

31 Mar 14:02
e7633b0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0-release

27 Sep 10:34
000c990
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1-release

04 Aug 05:06
0353b6b
Compare
Choose a tag to compare

What's Changed

  • update skywalking-data-collect-protocol submodule url by @catcherwong in #478
  • Update CONTIBUTING.md by @SpringHgui in #482
  • Fixed the issue that some packages could not automatically obtain the… by @liuhaoyang in #491
  • Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /src/SkyApm.DotNet.CLI by @dependabot in #492

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0-release

11 May 15:19
c1bb72c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v2.0.0

v1.3.0-release

15 May 13:53
b1dfe59
Compare
Choose a tag to compare

Added

  • Support diagnostics for Microsoft.Data.SqlClient.
  • Support collect request header and body for HttpClient.
  • Support collect request body for AspNetCore.

Fixed

  • Tracing chain broken when request passing through gateway such like Ocelot(#404 ).
  • Stacktrace of the Inner Exception got lost(#390 ).
  • Clr thread stat error(#407 ).

v1.2.0-release

28 Jan 02:24
8a9a597
Compare
Choose a tag to compare

Changes

  • Support collect request cookies
  • Support collect request headers
  • Improve CAP diagnosis experience and enhance loggin
  • Add MongoDB Diagnostics
  • Re-support Asp.Net Agent

v1.1.0-release

07 Dec 13:53
78f16bc
Compare
Choose a tag to compare

Added

  • Support ignore path feature.
  • Support stop header propagation path configuration for HttpClient diagnostic component.

Changed

  • Improve performance of TracingDiagnosticObserver.
  • Remove unnecessary span log in AspNetCore diagnostic component.
  • Append ip to the instancename to make it more meaningful.
  • Remove query party from the span operation name for HttpClient diagnostic component.

Fixed

  • Grpc throws exception when null string in span tag or log.

v1.0.0-release

07 Sep 15:00
fb34c12
Compare
Choose a tag to compare
Update version.props (#326)

v0.9.0-release

30 Jun 16:50
Compare
Choose a tag to compare
Use ReadOnlySpan<char> Improve performance after .netcoreapp2.1 (#192)

v0.8.0-release

16 Feb 13:01
6793d43
Compare
Choose a tag to compare

This is the first release of skyapm-dotnet !!!

Changes

  • Rename package and namespace from SkyWalking to SkyAPM
  • Refactoring tracing core api #139
  • Add SkyAPM.Agent.AspNet package
  • Support language-agent-protocol-v2 #107
  • Support SkyWalking Cross Process Propagation Headers Protocol v2 #138
  • Support percentage-based sampling #57
  • Fix activeSpan is null in asynchronous operations #72 #102 #131