Skip to content

v0.12.0

Latest
Compare
Choose a tag to compare
@austinlparker austinlparker released this 10 Dec 01:15
· 1 commit to master since this release
3f310f5

v0.12.0

Note: This release modifies the Tracer object to make it disposable. You may wish to check your integrations and wrappers to ensure that this doesn't break anything.

  • The Tracer now implements IDisposable. This is intended to be used by implementors to add an "off" switch that can stop span recording.
  • The version of certain Protobuf libraries required has been relaxed to it's pre-0.11 state.
  • We no longer make a copy of the span buffer to count how many spans are in it in certain cases, improving performance.