Releases: open-telemetry/opentelemetry-dotnet-contrib
Releases · open-telemetry/opentelemetry-dotnet-contrib
Instrumentation.AspNet.TelemetryHttpModule-1.0.0-rc9.6
- Update
OpenTelemetry.Api
to1.3.1
. (#665)
Instrumentation.AspNet-1.0.0-rc9.6
- Migrate to native Activity
Status
andStatusDesciption
. (#651)
Instrumentation.Owin-1.0.0-rc.3
-
Changed activity source name from
OpenTelemetry.OWIN
toOpenTelemetry.Instrumentation.Owin
(#572) -
Changed to depend on at least Owin 4.2.2 to resolve a denial of service vulnerability. (#648)
-
Updated project to target
net462
and OTel 1.3.1 SDK (#653)
Instrumentation.AWSLambda-1.1.0-beta.2
This is the first release with the new package name OpenTelemetry.Instrumentation.AWSLambda
.
- BREAKING (API, behavior): Rename package to
OpenTelemetry.Instrumentation.AWSLambda
(remove.Contrib
) (#593).
This also affects theActivitySource
name (superseding #534). - Pre-release version numbering scheme changed from
.betaN
tobeta.N
(#639) - BREAKING (API): Move public class
AWSLambdaWrapper
out ofImplementation
subnamespace
(#593) - BREAKING (API): Rename overloads of
AWSLambdaWrapper.Trace
that take an async
handler toTraceAsync
, to emphasize that they (usually) need to be awaited.
(#608) - Rewrite of parent context handling and related changes
(#408):- BREAKING (API): Remove
AWSLambdaWrapper.Trace
/TraceAsync
overloads
withoutILambdaContext
parameter. - BREAKING (behavior): Add automatic parent extraction from HTTP triggers
(API Gateway Proxy events), using the configured global textmap propagator. - BREAKING (behavior): An activity is now also created if no parent context
could be extracted (previously this package would only create activities if
a valid parent span context could be extracted with X-Ray). - Add optional parent context (
ActivityContext
) toAWSLambdaWrapper.Trace
/TraceAsync
. - Add
AWSLambdaInstrumentationOptions.DisableAwsXRayContextExtraction
initialization option.
- BREAKING (API): Remove
- Add version to
ActivitySource
(#593)
Extensions.AzureMonitor-1.0.0-beta.2
Extensions.AzureMonitor-1.0.0-beta.1
This is the first release for the OpenTelemetry.Extensions.AzureMonitor
project.
- Add "sampleRate" to
SamplingResult
. (#623)
Instrumentation.Wcf-1.0.0-rc.7
Extensions.PersistentStorage.Abstractions-1.0.0-beta.1
Release tag for Extensions.PersistentStorage.Abstractions-1.0.0-beta.1
Extensions.PersistentStorage-1.0.0-beta.1
- Invalid path or permissions issues will now result in
FileBlobProvider
initialization failure by throwing exception. (#578)
Instrumentation.Runtime-1.0.0
- Rename
RuntimeInstrumentOptions
toRuntimeInstrumentationOptions
(#556)