Skip to content

Releases: opentracing-contrib/python-flask

2.0.0 The Final Release

22 Apr 15:19
c5a027c

Choose a tag to compare

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, use request; 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; add flaky decorator to test_request_distinct and test_over_wire unit tests; add Python 3.10 compatibility hack to example server and client scripts; change testing to use tox instead of deprecated python 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

28 Apr 20:09

Choose a tag to compare

Support OpenTracing API 2.0

0.3.0

28 Apr 20:09

Choose a tag to compare

  • Examples added
  • Add default to _after_request_fn (#6)

0.2.0

08 May 11:35
b4353a3

Choose a tag to compare

Python 3 support added. Minor fixes.