From fbfcdfe3a6cd4d2993d1710518d964e7f4f58511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Neum=C3=BCller?= Date: Tue, 6 Sep 2022 11:57:41 +0200 Subject: [PATCH] Add changelog for #608. --- src/OpenTelemetry.Instrumentation.AWSLambda/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) 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