You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While reviewing the packages @opentelemetry/context-zone and @opentelemetry/context-zone-peer-dep for any changes that we can do in 2.0 to reduce required maintenance effort, I found that we could likely drop support for old versions and only support the currently latest minor version (currently 0.15). Another option may be to support only the minor versions that had releases in the last year (0.15.x, 0.14.x)
We don't depend on any SDK packages so if users need support for old versions they could still use it by not upgrading to 2.0.
Submitting this issue to collect feedback on the topic.
Description
While reviewing the packages
@opentelemetry/context-zone
and@opentelemetry/context-zone-peer-dep
for any changes that we can do in 2.0 to reduce required maintenance effort, I found that we could likely drop support for old versions and only support the currently latest minor version (currently 0.15). Another option may be to support only the minor versions that had releases in the last year (0.15.x, 0.14.x)We don't depend on any SDK packages so if users need support for old versions they could still use it by not upgrading to 2.0.
Submitting this issue to collect feedback on the topic.
cc @open-telemetry/javascript-maintainers
Additional context
opentelemetry-js/packages/opentelemetry-context-zone-peer-dep/package.json
Line 85 in fddcd19
The text was updated successfully, but these errors were encountered: