Estimated end-of-life date, accurate to within three months: 08-2026
See the support level definitions for more information.
Bug Fixes
- langchain: This fix resolves an issue where auto instrumented prompt templates incorrectly included a
versionfield. The version field is now omitted unless explicitly set by the user.
- openai: This fix resolves an issue where using async iteration with paginated methods (e.g.,
async for model in client.models.list()) caused aTypeError: 'async for' requires an object with __aiter__ method, got coroutine. See issue #14574.
- langchain: Fixes an issue where streamed responses that end before the first chunk is received would result in an
IndexError.
- Fix a potential race condition in the tracer.
- Fix the Python Detector regular expression so it also detects paths ending with only the major version number.
- logging: Fixed ddtrace internal logging when trace-log correlation is disabled. Prevents
ValueError: Formatting field not found in record: 'dd.service'.