langchain==1.3.2
📦 langchainView on GitHub →
✨ 2 features🐛 2 fixes🔧 2 symbols
Summary
This release introduces PII redaction and stream transformer registration features, alongside fixes for TodoListMiddleware and glob_search sorting. It also updates several internal dependencies.
Migration Steps
- Ensure langgraph is installed with version >=1.2.2.
✨ New Features
- Redact streamed PII in flight on PIIMiddleware.
- Register stream transformers on middleware.
🐛 Bug Fixes
- Land final answer in last AIMessage for TodoListMiddleware.
- Sort glob_search results by mtime (newest first).