Skip to content

Latest commit

 

History

History
119 lines (89 loc) · 4.01 KB

CHANGELOG.md

File metadata and controls

119 lines (89 loc) · 4.01 KB

Changelog

Unreleased

0.7.6

Released 2019-11-26

  • Initial release for datadog module (#793)
  • Updated azure module (#789, #822)

0.7.5

Released 2019-10-01

  • Updated flask module (#781)

0.7.4

Released 2019-09-30

  • Updated azure module (#773, #767)

  • Updated django module (#775)

0.7.3

Released 2019-08-26

  • Added http code to grpc code status code mapping on utils (#746)
  • Updated django, flask, httplib, requests and pyramid modules (#755)
  • Updated requests module (#771)

0.7.2

Released 2019-08-16

  • Fix GCP resource loading for certain environments (#761)

0.7.1

Released 2019-08-05

  • Added set_status to span (#738)
  • Update released stackdriver exporter version

0.7.0

Released 2019-07-31

  • Fix exporting int-valued stats with sum and lastvalue aggregations (#696)
  • Fix cloud format propagator to use decimal span_id encoding instead of hex (#719)

0.6.0

Released 2019-05-31

  • Refactored PeriodicTask (#632)
  • Make ProbabilitySampler default, change default sampling rate
  • Pass span context to samplers, allow samplers to override parent sampling decision

0.5.0

Released 2019-04-24

  • Add cumulative API (#626)

0.4.1

Released 2019-04-11

  • Allow for metrics with empty label keys and values (#611, #614)

0.4.0

Released 2019-04-08

  • Multiple bugfixes
  • Use separate context package instead of threadlocals for execution context (#573)

0.3.0

Released 2019-03-11

  • Fix gRPC client tracer reuse bug (#539)
  • Update prometheus client and fix multiple bugs in the exporter (#492)
  • Remove min and max from Distribution (#501)
  • Replace stackdriver gke_container resources, see the GKE migration notes for details
  • Componentize the package distribution. All contrib packages are now decoupled from the core library, and can be released separately.

0.2.0

Released 2019-01-18

  • Fix multiple stackdriver and prometheus exporter bugs
  • Increase size of trace batches and change transport behavior on exit (#452)

0.1.11

Released 2019-01-16

  • Fix a bug in the stackdriver exporter that caused spans to be exported individually (#425)
  • Add this changelog