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

SDK 2.0 Plan for unstable packages

Open dyladan opened this issue 2 years ago • 1 comments
trafficstars

The unstable packages will continue to target the released 1.x packages for most of the development cycle. If any experimental package is stabilized during the 2.x development, it will be released as 1.x and moved into the 2.x line at that time.

The one caveat is the OTLP exporters discussed in https://github.com/open-telemetry/opentelemetry-js/issues/4128

When the 2.0 packages are released as release candidate, the unstable packages will be updated to target the 2.x packages. From that time, the experimental packages targeting 1.x will only be updated with bug and security fixes. Any feature added to the experimental features targeting the 1.x line will be expected to be added to the line targeting 2.x first.

dyladan avatar Sep 06 '23 15:09 dyladan