- Add support for Flask 2 (#1032)
Released 2021-05-13
- Restrict
flaskversion1.1.3as it throws an exception onPython v2.7- pallets/flask#4050 (#1032)
Released 2021-01-14
- Change blacklist to excludelist (#977)
Released 2019-10-01
- Check that
url_ruleis notNonebefore dereferencing property. (#781)
Released 2019-08-26
- Updated
http.status_codeattribute to be an int. (#755) - Fixes value for
http.routein Flask middleware (#759)
Released 2019-08-05
- Update for core library changes
Released 2019-07-31
- Make ProbabilitySampler default
- Updated span attributes to include some missing attributes listed here (#735)
Released 2019-04-24
- Decoupled exporter specific logic from configuration
Released 2019-04-08
- Update for package changes in core library
Released 2019-03-19
- Initial version