LangGraph
Framework from LangChain for building stateful, multi-actor agent applications with LLMs.
LangGraph 1.2 cuts out of alpha with durable crash-resume and the delta-channel checkpointer in beta.
◆Recent moves
- 9d ago
LangGraph 1.2: durable crash-resume and StateGraph node defaults
Core langgraph cuts 1.2.0, adding durable error-handler resume across host crashes and set_node_defaults() on StateGraph. The crash-resume feature is the one that actually changes operator behavior — graphs can now survive a host reboot mid-run.
View source ↗ - 9d ago
Postgres checkpointer 3.1: delta-channel column-alias fix
Postgres checkpointer 3.1 cuts out of alpha with a delta-channel SQL correctness fix (column aliases on the seed-blob branch) plus routine dep bumps. Coordinated package release rather than a standalone change.
View source ↗ - 9d ago
Prebuilt 1.1: coordinated release with langgraph 1.2
Prebuilt 1.1 is the coordinated release that ships alongside langgraph 1.2. No standalone new feature in this package — version bumps and dependency upgrades.
View source ↗ - 9d ago
SQLite checkpointer 3.1: streaming delta-history walk
SQLite checkpointer 3.1 cuts out of alpha — main change is a streaming walk for get_delta_channel_history, a memory-bound improvement on the new delta API.
View source ↗ - 9d ago
Checkpoint 4.1: delta-channel snapshot cadence and Reviver hardening
Checkpoint 4.1 reworks delta-channel cadence (forced snapshot after max supersteps) and tightens Reviver with an allowed_objects list. The deserialization hardening is a real safety change for anyone using the checkpoint format across processes.
View source ↗ - 9d ago
CLI 0.4.26: prerelease api_version support
CLI 0.4.26 adds support for prerelease api_versions. Small follow-up release on top of the studio-deploy feature in 0.4.25.
View source ↗