v13.4.0
📦 new-relic-sdkView on GitHub →
✨ 1 features🐛 2 fixes🔧 4 symbols
Summary
This release enhances the Python agent with support for new Redis commands and resolves an issue with missing LlmChatCompletion events in LangChain. It also improves context propagation in LangChain and Agent Framework by using trace cache IDs.
✨ New Features
- Add support for Redis commands introduced in Redis v8.10.0 and redis-py v8.1.0, including: himport_discard_all, himport_discard, himport_prepare, lmovem, nrange, nrevrange, querylabels, read, sdiffcard, sunioncard, aliaslist.
🐛 Bug Fixes
- Fix missing LlmChatCompletion events in Gemini when using MCP tools and non-default JSON response formats in LangChain.
- Swap to trace cache ID in LangChain and Agent Framework for context propagation to prevent unexpected serialization of large trace data.