Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.0.0 release #41

Closed
carlosalberto opened this issue Mar 7, 2018 · 3 comments
Closed

4.0.0 release #41

carlosalberto opened this issue Mar 7, 2018 · 3 comments

Comments

@carlosalberto
Copy link
Contributor

This issue was created to track and discuss the eventual 4.0.0 release.

This version will include Span propagation through ScopeManager, pointing the to 2.0.0rc1 and 3.0.0rc1 versions of opentracing and basictracer, respectively.

Current status

  • The current effort lives in the carlos/ot-upgrade-2.0 branch.
  • The lightstep tracer takes an optional scope_manager argument, falling back to a thread-local one (provided by basictracer).
  • Examples have been ported to handle Python 3.4, and a Changelog draft will be added (@katiabazzi)

Questions

  • Should we do a Release Candidates? For OT it makes perfect sense as many different vendors may want to try the API out in their own codebases, and validate it. For the Lightstep tracer, we may instead decide to keep the effort in a branch for now, and release when the final OT packages are ready. Else, do RC iterations as opentracing and basictracer do.
  • It looks the officially supported Python versions are 2.7 and 3.4. My impression is that we should stick to those ones, and, whenever we want to support 3.6 (probably after the 4.0.0 release), do another iteration for it.
  • Should we create maybe a v4.0.0 branch to hold the next release, instead of having the changes in carlos/ot-upgrade-2.0?

@katiabazzi @frenchfrywpepper @tedsuo

@tedsuo
Copy link

tedsuo commented Mar 26, 2018

An implementation of OpenTracing v2.0-RC1 can now be found on the v4.0.0 branch: https://github.com/lightstep/lightstep-tracer-python/tree/v4.0.0

@tedsuo
Copy link

tedsuo commented Jul 11, 2018

Now that OpenTracing-python v2.0 has been released, the The v4.0 branch of the LightStep python tracer has been updated to reflect the final changes:

https://github.com/lightstep/lightstep-tracer-python/tree/v4.0.0

@carlosalberto
Copy link
Contributor Author

Closing this issue as we already did the 4.0 release (along the OT 2.0 bits).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants