Skip to content

Commit 1c153a5

Browse files
chore: add 0.41 changes (#1597)
* add 0.41 changes * Update CHANGELOG.md Co-authored-by: Tahir H. Butt <[email protected]>
1 parent 0d390c2 commit 1c153a5

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## 0.41 (05/08/2020)
4+
5+
### Changes
6+
7+
- feat: add asgi integration (#1567)
8+
- feat(profiling): reduce the default amount of sampling for memory/lock to 2% (#1586)
9+
- fix(profiling/line2def): handle empty filename (#1585)
10+
- fix(grpc): GRPC Channel Pin (#1582 -- thanks @munagekar)
11+
- feat(core): make environment variables consistent with other languages (#1575)
12+
- fix(profiling,gevent): fix race condition with periodic thread (#1569)
13+
- fix(core): disable import hooks (#1563)
14+
- feat(core): set tags from DD_TAGS (#1561)
15+
- fix(profiling): lock Recorder on reset (#1560)
16+
- feat(django): add option for using legacy resource format (#1551 -- thanks @tredzko, @jheld)
17+
- feat(core): add startup logging (#1548)
18+
- feat(core): add msgpack encoder (#1491)
19+
20+
### Full changeset
21+
22+
https://github.com/DataDog/dd-trace-py/compare/v0.40.0...v0.41.0
23+
24+
325
## 0.40 (17/07/2020)
426

527
# Upgrading to 0.40.0

0 commit comments

Comments
 (0)