Skip to content

3.2.3

Choose a tag to compare

@avara1986 avara1986 released this 09 Apr 20:57
03f0a52

Bug Fixes

  • Code Security

    • Fixes an issue with PosixPath handling in path operations that could cause errors during taint tracking. This fix improves stability and slightly reduces import times.
  • Lib-injection

    • Avoids zombie process from telemetry sender on startup.
  • LLM Observability

    • Fixes an issue where LLMObs could not be enabled in a forked process when setting agentless_enabled=True or DD_LLMOBS_AGENTLESS_ENABLED=true.
  • Tracing

    • internal: Fixes an issue where trimming a traceback to attach it to the span could result in the loss of the most recent frames.