Skip to content

0.6.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@lucaspimentel lucaspimentel released this 21 Dec 19:29
· 4409 commits to master since this release
9c2a5e9

This version is a pre-release (Beta).

Please read our documentation for instructions on setting up .NET tracing and details about supported frameworks.

Changes since 0.5.2-beta:

  • Core libraries
    • allow changing a span's service name after the span is created (#229, #231)
  • Integrations
    • ASP.NET Web API: fix for null reference exception when value of cancellation token is CancellationToken.None (#230)
    • allow disabling individual integrations (#237) NOTE: there's a known issue with this feature which is fixed in release 0.7.0
  • Internal
    • add new tool to autogenerate integrations.json file from attributes declared in the integrations themselves (#232)
    • add support for decoding metadata signatures for generic classes, i.e. mdTypeSpec (#234)
    • improved profiler logging (#234, #237)