From 1c153a5b18c5d6bacfd8a43a3507924692d99e78 Mon Sep 17 00:00:00 2001 From: Kyle Verhoog Date: Fri, 7 Aug 2020 14:40:00 -0400 Subject: [PATCH] chore: add 0.41 changes (#1597) * add 0.41 changes * Update CHANGELOG.md Co-authored-by: Tahir H. Butt --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2f5a24a977..41d0e74fddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## 0.41 (05/08/2020) + +### Changes + +- feat: add asgi integration (#1567) +- feat(profiling): reduce the default amount of sampling for memory/lock to 2% (#1586) +- fix(profiling/line2def): handle empty filename (#1585) +- fix(grpc): GRPC Channel Pin (#1582 -- thanks @munagekar) +- feat(core): make environment variables consistent with other languages (#1575) +- fix(profiling,gevent): fix race condition with periodic thread (#1569) +- fix(core): disable import hooks (#1563) +- feat(core): set tags from DD_TAGS (#1561) +- fix(profiling): lock Recorder on reset (#1560) +- feat(django): add option for using legacy resource format (#1551 -- thanks @tredzko, @jheld) +- feat(core): add startup logging (#1548) +- feat(core): add msgpack encoder (#1491) + +### Full changeset + +https://github.com/DataDog/dd-trace-py/compare/v0.40.0...v0.41.0 + + ## 0.40 (17/07/2020) # Upgrading to 0.40.0