1.2.0
📦 langgraphView on GitHub →
✨ 4 features🐛 1 fixes🔧 2 symbols
Summary
This release introduces durable error-handler resume in LangGraph and adds configuration options for checkpointing, alongside several dependency updates.
✨ New Features
- Durable error-handler resume across host crashes in LangGraph.
- Added set_node_defaults() to StateGraph.
- Force delta channel snapshot after max supersteps since last snapshot for checkpointing.
- Override get_delta_channel_history with streaming walk in checkpoint-sqlite.
🐛 Bug Fixes
- De-flake heartbeat progress test in LangGraph.