Skip to content

0.22.0

Compare
Choose a tag to compare
@brettlangdon brettlangdon released this 01 Mar 19:00
7b34bb8

Upgrading to 0.22.0

This release contains a few improvements for not marking a Celery task as an error if it is an expected and allowed exception, for propagating synthetics origin header, and to vendor our six and wrapt dependencies.

Changes

Improvements

  • [celery] Don't mark expected failures as errors (#820 -- thanks @sciyoshi)
  • [core] Propagate x-datadog-origin (#821)
  • [core] vendor wrapt and six dependencies (#755)

Read the full changeset and the release milestone.