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.