Bug Fixes
Code Security:
- Add more modules to the IAST patching denylist to improve startup time
ASM:
- This fix resolves an issue where AppSec was using a patched JSON loads, request, and builting functions, creating telemetry errors.
Observability:
- This fix resolves an issue where
LLMObs.enable()
ignored global patch configurations, specifically
theDD_TRACE_<INTEGRATION>_ENABLED
andDD_PATCH_MODULES
environment variables.
ASGI:
- This fix resolves an issue parsing response cookies in FastAPI and awsgi
Langchain:
- Resolves a JSON decoding issue resulting from tagging streamed outputs from chains ending with a PydanticOutputParser.