open-telemetry / opentelemetry-php

The OpenTelemetry PHP Library
https://opentelemetry.io/docs/instrumentation/php/
Apache License 2.0
685 stars 170 forks source link

OpenTelemetry Specification 1.34.0 Release - Common - OpenTelemetry clients MUST follow SemVer 2.0.0. #1331

Open bobstrecansky opened 2 weeks ago

bobstrecansky commented 2 weeks ago

OpenTelemetry clients MUST follow SemVer 2.0.0.

We need to follow the following specification change: OpenTelemetry clients MUST follow SemVer 2.0.0. https://github.com/open-telemetry/opentelemetry-specification/pull/4039

brettmc commented 1 week ago

Checked and confirmed that we do follow SemVer 2.0.0 (we might consider using for example beta.1 instead of beta1, although the latter still seems ok per semver spec). Also, since we only have one package each for API, SDK etc, we don't need to worry about versioning them together as the spec suggests.

I think we can close this.