From 4d5a87348fadb5b662ec7acabd00c7738ee399ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Neum=C3=BCller?= Date: Wed, 14 Sep 2022 13:28:58 +0200 Subject: [PATCH 1/2] Instrumentation.AwsLambda: Fix versioning scheme. --- src/OpenTelemetry.Instrumentation.AWSLambda/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/OpenTelemetry.Instrumentation.AWSLambda/CHANGELOG.md b/src/OpenTelemetry.Instrumentation.AWSLambda/CHANGELOG.md index b8623e83f8..b68d0a1ee2 100644 --- a/src/OpenTelemetry.Instrumentation.AWSLambda/CHANGELOG.md +++ b/src/OpenTelemetry.Instrumentation.AWSLambda/CHANGELOG.md @@ -2,15 +2,17 @@ ## Unreleased -## 1.1.0-beta2 +## 1.1.0-beta.2 Release PR: [#590](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/590) +& [#???](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/???). 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](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)). +* Pre-release version numbering scheme changed from `.betaN` to `beta.N` ([#???](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/???)) * 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 From 2fe49b50c6e4bd1e2be6eaac726614fcfb658636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Neum=C3=BCller?= Date: Wed, 14 Sep 2022 13:40:43 +0200 Subject: [PATCH 2/2] Fill in PR#. --- src/OpenTelemetry.Instrumentation.AWSLambda/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OpenTelemetry.Instrumentation.AWSLambda/CHANGELOG.md b/src/OpenTelemetry.Instrumentation.AWSLambda/CHANGELOG.md index b68d0a1ee2..db388af70c 100644 --- a/src/OpenTelemetry.Instrumentation.AWSLambda/CHANGELOG.md +++ b/src/OpenTelemetry.Instrumentation.AWSLambda/CHANGELOG.md @@ -5,14 +5,14 @@ ## 1.1.0-beta.2 Release PR: [#590](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/590) -& [#???](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/???). +& [#639](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/639). 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](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)). -* Pre-release version numbering scheme changed from `.betaN` to `beta.N` ([#???](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/???)) +* Pre-release version numbering scheme changed from `.betaN` to `beta.N` ([#639](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/639)) * 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