Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.55 KB

File metadata and controls

60 lines (40 loc) · 1.55 KB

Changelog

Unreleased

  • Add support for Flask 2 (#1032)

0.7.5

Released 2021-05-13

0.7.4

Released 2021-01-14

  • Change blacklist to excludelist (#977)

0.7.3

Released 2019-10-01

  • Check that url_rule is not None before dereferencing property. (#781)

0.7.2

Released 2019-08-26

  • Updated http.status_code attribute to be an int. (#755)
  • Fixes value for http.route in Flask middleware (#759)

0.7.1

Released 2019-08-05

  • Update for core library changes

0.7.0

Released 2019-07-31

  • Make ProbabilitySampler default
  • Updated span attributes to include some missing attributes listed here (#735)

0.3.0

Released 2019-04-24

  • Decoupled exporter specific logic from configuration

0.2.0

Released 2019-04-08

  • Update for package changes in core library

0.1.0

Released 2019-03-19

  • Initial version