diff --git a/src/OpenTelemetry.Instrumentation.AWSLambda/CHANGELOG.md b/src/OpenTelemetry.Instrumentation.AWSLambda/CHANGELOG.md index d6b9e4f637..4afba5d3cc 100644 --- a/src/OpenTelemetry.Instrumentation.AWSLambda/CHANGELOG.md +++ b/src/OpenTelemetry.Instrumentation.AWSLambda/CHANGELOG.md @@ -4,11 +4,16 @@ ## 2.0.0-beta1 +Release PR: [#590](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/590) + * BREAKING (API, behavior): Rename package to OpenTelemetry.Instrumentation.AWSLambda (remove ".Contrib") ([#593](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/593)). This also affects the `ActivitySource` name (superseding [#534](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/534)). * BREAKING (API): Move public class AWSLambdaWrapper out of Implementation subnamespace ([#593](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/593)) +* BREAKING (API): Rename overloads of `AWSLambdaWrapper.Trace` that take an async + handler to `TraceAsync`, to emphasize that they (usually) need to be awaited. + ([#608](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/608)) * Rewrite of parent context handling and related changes ([#408](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/408)): * BREAKING (API): Remove `AWSLambdaWrapper.Trace` overloads