LangGraph
Graph-based agent orchestration framework for building stateful, multi-step LLM applications.
Mon
Wed
Fri
JulAugSepOctNovDecJanFebMarAprMayJunJul
LessMore
Releases62Avg Interval35hAvg Cadence20/mo
v1.2.8
Fixed a delta channel bug where updateState on a fresh thread would force a snapshot instead of a stub checkpoint.
v1.2.7
Fixes an Overwrite node's serialization during JSON roundtrips and ensures exit-mode task IDs are valid UUIDs instead of raw strings. Also patches a superstep consistency issue where DeltaChannel writes could be overwritten incorrectly.
v1.2.6
Fixed a regression from 1.2.3 where nested subgraphs failed to inherit the parent checkpoint_ns, and a v3 stream abort that was not canceling running subgraphs.
cli==0.4.30
The CLI now supports compatible API version ranges for more flexible versioning.
v1.2.5
Fixed an updateState bug related to deltaChannel on an empty thread. This release also includes dependency updates and internal migrations.
cli==0.4.29
The LangGraph CLI now supports passing certfile and cert key when running the dev server under HTTPS. This release includes changes since cli==0.4.28.
v1.2.4
Fixed _on_started to remain backward-compatible with overrides predating the cause parameter.
v1.2.2
Fixed an issue where BaseMessages with id=None were assigned unstable IDs before DeltaChannel checkpoint writes, now assigning stable IDs instead.
v1.2.1
Added before_builtins opt-in for stream transformers. Fixed tool results being included in v3 messages.
v1.2.0
Error handlers now resume durably across host crashes, and a new set_node_defaults() method is available on StateGraph for setting default values and node-level retries. Delta channel checkpointing is forced after a configurable number of supersteps, and the DeltaChannel and delta-history APIs are marked as beta.