SkyAPM Dotnet Versions Save

The .NET/.NET Core instrument agent for Apache SkyWalking

v2.2.0

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/SkyAPM/SkyAPM-dotnet/compare/v2.1.0...v2.2.0

v2.1.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/SkyAPM/SkyAPM-dotnet/compare/v2.0.1...v2.1.0

v2.0.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/SkyAPM/SkyAPM-dotnet/compare/v2.0.0...v2.0.1

v2.0.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/SkyAPM/SkyAPM-dotnet/compare/v1.3.0...v2.0.0

v1.3.0

3 years ago

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

3 years ago

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

3 years ago

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

3 years ago

v0.9.0

4 years ago

v0.8.0

5 years ago

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

Changes