open-telemetry / opentelemetry-proto

OpenTelemetry protocol (OTLP) specification and Protobuf definitions
https://opentelemetry.io/docs/specs/otlp/
Apache License 2.0
576 stars 253 forks source link

Clarify that symbolic guarantees go into effect from 1.0.0 #467

Closed tigrannajaryan closed 1 year ago

tigrannajaryan commented 1 year ago

We merged the https://github.com/open-telemetry/opentelemetry-proto/pull/432 without clarifying when exactly the guarantees start applying. The intent was that the guarantees are needed for 1.0 release but we didn't make this explicit.

We are now making this explicit and until 1.0 released we should be free to fix the remaining known issues listed here: https://github.com/open-telemetry/opentelemetry-proto/issues/456

Once 1.0 release is made we can remove the [from 1.0.0] labels from the README.md.

tigrannajaryan commented 1 year ago

@open-telemetry/specs-approvers this has enough approvals. I will merge tomorrow if I do not see objections.