LangGraph
Framework from LangChain for building stateful, multi-actor agent applications with LLMs.
LangGraph's 1.2.x line is in stabilization mode after the v3 streaming push
◆Recent moves
- 2d ago
LangGraph 1.2.8: delta-channel checkpoint fix + dependency bumps
A patch fixing a delta-channel bug where updateState on a fresh thread forced a full snapshot instead of a stub checkpoint, plus routine dependency bumps. Pure correctness maintenance on the checkpoint layer.
View source ↗ - 9d ago
LangGraph 1.2.7: DeltaChannel snapshot and Overwrite fixes
Snapshot DeltaChannel overwrite fixes and a JSON-roundtrip fix for Overwrite, with dependency bumps. Continues hardening the checkpoint serialization path.
View source ↗ - 20d ago
LangGraph 1.2.6: nested-subgraph checkpoint + stream-abort fixes
Fixes a nested-subgraph checkpoint_ns regression from 1.2.3 and adds cancellation of running subgraphs on v3 stream abort. Reliability fixes for the recently shipped subgraph/streaming features.
View source ↗ - 23d ago
LangGraph CLI 0.4.30: compatible API version ranges
The CLI adds support for compatible API version ranges, easing deployment against multiple server versions. A small but real deployment-ergonomics gain in the stabilization cycle.
View source ↗ - 26d ago
LangGraph 1.2.5: config metadata merge + updateState fix
Merges lc_versions config metadata and fixes an updateState bug on empty threads, plus a type-checking migration and dep bumps. Internal correctness work.
View source ↗ - 28d ago
LangGraph CLI 0.4.29: HTTPS dev server support
The dev server CLI gains certfile/cert-key options to run under HTTPS, a real new option for local development against secure endpoints.
View source ↗