Skip to content

3.9.4

Choose a tag to compare

@Yun-Kim Yun-Kim released this 23 Jun 19:50
· 8 commits to 3.9 since this release
a3c6229

Bug Fixes

  • AAP
    • This fix resolves an issue where track_user was generating additional unexpected security activity for customers.
  • Tracing
    • This resolves a TypeError in encoding when truncating a large bytes object.
  • LLM Observability
    • Resolved an issue where manual instrumentation would raise DD_LLMOBS_ML_APP missing errors when LLM Observability was disabled.
    • litellm: This fix resolves an out of bounds error when handling streamed responses. This error occurred when the number of choices in a streamed response was not set as a keyword argument.
  • Dynamic Instrumentation
    • Fixed an incompatibility issue with code origin that caused line probes on the entry point functions to fail to instrument.