Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Latest commit

 

History

History
74 lines (50 loc) · 1.98 KB

File metadata and controls

74 lines (50 loc) · 1.98 KB

Changelog

Unreleased

  • Add exception information to span attributes (#1188)
  • Removed vulnerable versions of flask (#1207)

0.8.1

Released 2022-08-03

  • Move version.py file into common folder (#1143)

0.8.0

Released 2022-04-20

  • 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