2.10.0rc2
Pre-release
Pre-release
New Features
- Anthropic: Adds support for tracing synchronous and asynchronous message streaming. LLM Observability: Adds support for tracing synchronous and asynchronous message streaming.
- SSI: Introduces generic safeguards for automatic instrumentation when using single step install in the form of early exit conditions. Early exit from instrumentation is triggered if a version of software in the environment is not explicitly supported by ddtrace. The Python runtime itself and many Python packages are checked for explicit support on the basis of their version.
- langchain: This introduces support for
langchain==0.2.0by conditionally patching thelangchain-communitymodule if available, which is an optional dependency forlangchain>=0.2.0. See the langchain integration :ref: docs<langchain> for more details.
Bug Fixes
- langchain: This fixes an issue of langchain patching errors due to the
langchain-communitymodule becoming an optional dependency inlangchain>=0.2.0. The langchain integration now conditionally patcheslangchain-communitymethods if it is available. See the langchain integration :ref: docs<langchain> for more details.