Skip to content

Commit

Permalink
Add changelog for open-telemetry#608.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oberon00 committed Sep 6, 2022
1 parent 8c82e17 commit fbfcdfe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/OpenTelemetry.Instrumentation.AWSLambda/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbfcdfe

Please sign in to comment.