v4.11.0rc5
📦 datadog-sdkView on GitHub →
🐛 2 fixes🔧 2 symbols
Summary
This release primarily focuses on bug fixes, resolving a TypeError in async generator tracing on newer Python versions and correcting timeout handling for LLM Observability span writing.
🐛 Bug Fixes
- Tracing: Fixed a TypeError when wrapping an async generator on Python 3.11 through 3.14 if the generator body awaits a coroutine before its first yield.
- LLM Observability: Corrected the span writer to respect the configured request timeout (_DD_LLMOBS_WRITER_TIMEOUT, default 5s) instead of defaulting to the 2 second connection timeout, resolving intermittent TimeoutErrors.