Release 0.22.0#835
Merged
Merged
Conversation
* 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
sixandwraptdependencies.Changes
Improvements