Released 2024-Jun-18
- Updated OpenTelemetry core component version(s) to
1.9.0
. (#1888)
Released 2024-Apr-05
Released 2024-Feb-07
Released 2023-Dec-20
- Update
OpenTelemetry.Api
to1.7.0
. (#1486)
Released 2023-Nov-06
Released 2023-Oct-11
-
Fixed an issue where activities were stopped incorrectly before processing completed. Activity processor's
OnEnd
will now happen afterAspNetInstrumentationOptions.Enrich
. (#1388) -
Update
OpenTelemetry.Api
to1.6.0
. (#1344)
Released 2023-Jun-09
- Update
OpenTelemetry.Api
to1.5.0
. (#1220)
Released 2023-Feb-27
- Update
OpenTelemetry.Api
to1.4.0
. (#1038)
Released 2022-Nov-28
- Restore Activity.Current before all IIS Lifecycle events (#761)
Released 2022-Sep-28
- Update
OpenTelemetry.Api
to1.3.1
. (#665)
Released 2022-Jun-21
- From this version onwards, the source code for this package would be hosted in the contrib repo. The source code for this package before this version was hosted on the main repo.
Released 2022-Jun-03
Released 2022-Apr-15
- Removes .NET Framework 4.6.1. The minimum .NET Framework version supported is .NET 4.6.2. (#3190)
Released 2022-Apr-12
Released 2022-Mar-30
Released 2022-Mar-04
Released 2022-Feb-02
Released 2021-Oct-08
-
Adopted the donation Microsoft.AspNet.TelemetryCorrelation from .NET Foundation (#2223)
-
Renamed the module, refactored existing code (#2224 #2225 #2226 #2229 #2231 #2235 #2238 #2240)
-
Updated to use ActivitySource & OpenTelemetry.API (#2249 & follow-ups (linked to #2249))
-
TelemetryHttpModule will now restore Baggage on .NET 4.7.1+ runtimes when IIS switches threads (#2314)