Skip to content

Instrumentation.AwsLambda: Fix versioning scheme. - #639

Merged
utpilla merged 2 commits into
open-telemetry:mainfrom
dynatrace-oss-contrib:bugfix/release-aws-lambda-version
Sep 14, 2022
Merged

Instrumentation.AwsLambda: Fix versioning scheme.#639
utpilla merged 2 commits into
open-telemetry:mainfrom
dynatrace-oss-contrib:bugfix/release-aws-lambda-version

Conversation

@Oberon00

Copy link
Copy Markdown
Member

Fixes #590 (comment), CC @utpilla

Changes

Changes version numbering scheme of the Instrumentation.AwsLambda which was previously released as 1.1.0.beta1 (& different package name) to use a dot before the pre-release number.

@Oberon00
Oberon00 marked this pull request as ready for review September 14, 2022 11:43
@Oberon00
Oberon00 requested a review from a team September 14, 2022 11:43
* 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` ([#639](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/639))

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed this does not require a change in the unit tests since we use the Assembly version which has a fixed format of four integers. IMHO this is wrong and we should use the assembly product version instead. But consistency between different packages is at least as important, so this should be discussed in general, not just for this package.

## 1.1.0-beta2
## 1.1.0-beta.2

Release PR: [#590](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/590)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: We don't need an entry for Release PR.

@utpilla utpilla added the comp:instrumentation.awslambda Things related to OpenTelemetry.Instrumentation.AWSLambda label Sep 14, 2022
@utpilla
utpilla merged commit 62a20d1 into open-telemetry:main Sep 14, 2022
@Oberon00
Oberon00 deleted the bugfix/release-aws-lambda-version branch September 15, 2022 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp:instrumentation.awslambda Things related to OpenTelemetry.Instrumentation.AWSLambda

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants