Skip to content

Release 0.22.0#835

Merged
brettlangdon merged 4 commits into
masterfrom
0.22-dev
Mar 1, 2019
Merged

Release 0.22.0#835
brettlangdon merged 4 commits into
masterfrom
0.22-dev

Conversation

@brettlangdon

Copy link
Copy Markdown
Member

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

btoueg and others added 4 commits February 21, 2019 17:08
* Propagate x-datadog-origin

* Add tests

* More tests

* Apply suggestions from code review (Brett)

Co-Authored-By: btoueg <[email protected]>

* Don't forget to tag

* Fix test

* Rename tag to _dd.origin

* Make use of constants

* Use new extract_header_value helper
* [core] vendor six and replace custom compat functions

* make_async_decorator

* Add docs about dependencies

* [core] vendor wrapt==1.10.11

* Add wrapt and wrapt/_wrappers.c to setup.py

* update wrapt imports

* move ddtrace/vendor to a top level ddtrace_vendor package

* ddtrace.vendor -> ddtrace_vendor

* Add note about second package

* fix testing with ddtrace_vendor

* remove unused import

* move ddtrace_vendor back to ddtrace.vendor

* s/ddtrace_vendor/ddtrace.vendor/g

* we need to use find_packages

* upgrade wrapt to 1.11.1

* ensure we are using ddtrace.wrapt everywhere

* missed another 'import wrapt'

* Fix ddtrace.contrib.pyramid package searching

* fix boto tests

* fix linting issue

* remove import in test/contrib/__init__.py

* simplify logic

* Add debug print statement if we cannot install wrapt C-extension
@brettlangdon
brettlangdon requested a review from a team as a code owner March 1, 2019 14:10

@majorgreys majorgreys left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants