langgraph==1.2.11
LangGraph 1.2.11 introduces a trace_policy parameter to the add_node method and updates checkpointing components. It also includes a fix for delta channel history collection at plain-value seeds.
Verified State Diff
Impact & Verification Analysis
Developers building stateful agentic workflows using LangGraph, particularly those utilizing Postgres for persistence.
Improved observability and state persistence reliability are critical for production-grade agentic systems, reducing debugging complexity and preventing data corruption in long-running stateful processes.
Full Fact Overview
This release focuses on observability and state management stability. The addition of trace_policy to add_node allows for granular control over tracing behavior at the node level, enhancing observability in complex agentic workflows. Concurrently, the checkpointing system received updates, specifically version 4.2.0 for langgraph-checkpoint and 3.1.2 for langgraph-checkpoint-postgres, alongside a critical fix for delta channel history collection to ensure data integrity during state transitions.