Releases: opentracing-contrib/python-flask
Releases · opentracing-contrib/python-flask
2.0.0 The Final Release
This package is no longer maintained or supported. Migrate your application to use opentelemetry-api.
Changes:
- Remove usage of deprecated Flask variable
_request_ctx_stack, userequest; refactor span callback tests to address change in Flask where before/after request callbacks can't be added to an app once it has started serving requests; addflakydecorator totest_request_distinctandtest_over_wireunit tests; add Python 3.10 compatibility hack to example server and client scripts; change testing to usetoxinstead of deprecatedpython setup.py test; add recent Python versions to tox.ini envlist - Add HTTP_STATUS_CODE to responses (and some minor code cleanup - remove redundant call to _after_request_fn) (changes largely cloned from PR #46); update tox.ini to accept pytest command line args
Release 1.0.0
Support OpenTracing API 2.0