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
{{ message }}
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
We've got two large breaking unreleased changes on master: making the stackdriver stats exporter consume stats as metrics (#593) and adding a context API that replaces threadlocals with contextvars on recent python versions (#588).
We'll have to release versions 0.4.0 of the core library, 0.3.0 of opencensus-ext-stackdriver, and 0.1.0 of opencensus-context. We can continue to release ext packages from the same release branch as the main library (in this case the new v0.4.x branch), or start using separate release branches for each package.
We've got two large breaking unreleased changes on master: making the stackdriver stats exporter consume stats as metrics (#593) and adding a context API that replaces threadlocals with contextvars on recent python versions (#588).
We'll have to release versions
0.4.0of the core library,0.3.0ofopencensus-ext-stackdriver, and0.1.0ofopencensus-context. We can continue to release ext packages from the same release branch as the main library (in this case the newv0.4.xbranch), or start using separate release branches for each package.cc @reyang