v13.0.1
📦 new-relic-sdkView on GitHub →
🐛 3 fixes🔧 4 symbols
Summary
This release addresses critical bugs related to context propagation in LangChain/LangGraph and fixes issues with recording OpenAI chat completions, especially when streaming via LiteLLM.
🐛 Bug Fixes
- Fixed context propagation in LangChain and LangGraph by adding additional transaction context propagation to support a wider range of application structures.
- Fixed an issue where OpenAI chat completion data was not recorded if the stream was closed before the consumer read all data; data is now captured even if the stream has not been fully read.
- Fixed an issue when using OpenAI streaming through LiteLLM as a proxy where LLM response data could be lost due to a missing finish reason.