Skip to content

Commit

Permalink
update changelog for version 2.19.1 via release script
Browse files Browse the repository at this point in the history
  • Loading branch information
taegyunkim committed Jan 17, 2025
1 parent f67a358 commit 788c43b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

Changelogs for versions not listed here can be found at https://github.com/DataDog/dd-trace-py/releases

---

## 2.19.1


### Bug Fixes

- tracing(django): Fixes issue where django cache is represented as a django service rather than the third party service.
- botocore: Resolves formatting errors in the bedrock integration when parsing request model IDs, which can now accept AWS ARNs.
- Fixes an issue where the memory allocation profiler can cause a segmentation fault due to data races when accessing its own global data structures from multiple threads.
- profiling: Fixes a bug where profiling mutexes were not cleared on fork in the child process. This could cause deadlocks in certain configurations.
- profiling: Removed a system call from the memory allocation profiler, used to detect forks, which ran on every allocation and resulted in a significant slowdown.


---

## 2.18.1
Expand Down

0 comments on commit 788c43b

Please sign in to comment.