diff --git a/CHANGELOG.md b/CHANGELOG.md index 2039d597f9..ea742a02b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ Changelogs for versions not listed here can be found at https://github.com/DataDog/dd-trace-py/releases +--- + +## 2.18.2 + + +### Bug Fixes + +- Add more modules to the IAST patching denylist to improve startup time +- ASGI: This fix resolves an issue parsing response cookies in FastAPI and awsgi +- 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. +- Integrations: Improved error handling for exceptions raised during the startup of ddtrace integrations. This reduces the likelihood of the ddtrace library raising unhandled exceptions. + + --- ## 2.18.1