Released 2024-May-20
Released 2023-Dec-08
- Remove obsolete
TracerShim(Tracer, TextMapPropagator)
constructor. UseTracerShim(TracerProvider)
orTracerShim(TracerProvider, TextMapPropagator)
constructors. (#4862)
Released 2023-Sep-05
- Fix: Do not raise
ArgumentException
ifActivity
behind the shim span has an invalid context. (#2787) - Obsolete
TracerShim(Tracer, TextMapPropagator)
constructor. ProvideTracerShim(TracerProvider)
andTracerShim(TracerProvider, TextMapPropagator)
constructors. (#4812)
Released 2023-Jun-05
- Bumped the package version to
1.5.0-beta.1
to keep its major and minor version in sync with that of the core packages. This would make it more intuitive for users to figure out what version of core packages would work with a given version of this package. The pre-release identifier has also been changed fromrc
tobeta
as we believe this more accurately reflects the status of this package. We believe therc
identifier will be more appropriate as semantic conventions reach stability.
Released 2023-Feb-24
- Updated OTel API dependency to 1.4.0
Released 2023-Feb-10
Released 2023-Feb-01
Released 2023-Jan-09
Released 2022-Dec-12
Released 2022-Nov-07
Released 2022-Oct-17
Released 2022-Sep-29
Released 2022-Aug-18
Released 2022-Aug-02
- Fix: Handling of OpenTracing spans when used in conjunction with legacy "Microsoft.AspNetCore.Hosting.HttpRequestIn" activities. (#3509)
Released 2022-Jun-03
- Removes .NET Framework 4.6.1. The minimum .NET Framework version supported is .NET 4.6.2. (#3190)
Released 2022-Apr-15
Released 2022-Apr-12
Released 2022-Mar-30
Released 2022-Mar-04
Released 2022-Feb-02
Released 2021-Oct-08
- Removes .NET Framework 4.5.2 support. The minimum .NET Framework version supported is .NET 4.6.1. (#2138)
Released 2021-Jul-12
Released 2021-Jun-25
Released 2021-Jun-09
Released 2021-Mar-19
Released 2021-Jan-29
- Made the following shim classes internal:
ScopeManagerShim
,SpanBuilderShim
,SpanContextShim
,SpanShim
. (#1619)
Released 2020-Nov-17
Released 2020-Nov-5
- Renamed TextMapPropagator to TraceContextPropagator, CompositePropagator to CompositeTextMapPropagator. IPropagator is renamed to TextMapPropagator and changed from interface to abstract class. (#1427)
Released 2020-Oct-16
Released 2020-Sep-15
Released 2020-08-28
- Renamed
ITextPropagator
toIPropagator
(#1190)
Released 2020-07-24
- First beta release
Released 2020-07-23
- Initial release