opentelemetry-php icon indicating copy to clipboard operation
opentelemetry-php copied to clipboard

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

Open bobstrecansky opened this issue 1 year ago • 1 comments

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

bobstrecansky avatar Jun 12 '24 12:06 bobstrecansky

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.

brettmc avatar Jun 14 '24 07:06 brettmc