Estimated end-of-life date, accurate to within three months: 05-2027
See the support level definitions for more information.
Bug Fixes
- CI Visibility: Fix an unhandled
RuntimeErrorthat occurred when thegitbinary was not available. Git metadata upload is now skipped gracefully with a warning instead of aborting pytest startup.
- Fixed an issue with internal periodic threads that could have caused a crash during shutdown if a fork occurred.
- LLM Observability: Fixes an issue where SDK-side LLMObs spans (e.g.
LLMObs.workflow()) and OTel-bridged spans (e.g. from Strands Agents withDD_TRACE_OTEL_ENABLED=1) produced separate LLMObs traces instead of a single unified trace.