Live Feed/LangGraph/Fact Record
LangGraph logo
LangGraph
feature 96% Confidence Gate August 11, 2026

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

Comparison Mode:
- Previous State
Tracing behavior was not configurable at the individual node level via add_node, and delta channel history had potential issues with plain-value seed collection.
+ Verified New State
Developers can now explicitly define trace_policy on add_node, and checkpointing logic has been updated to version 4.2.0 with improved delta channel history handling.

Impact & Verification Analysis

WHO IS AFFECTED

Developers building stateful agentic workflows using LangGraph, particularly those utilizing Postgres for persistence.

WHY IT MATTERS

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.

Multi-Source Evidence Chain (1)

langgraph==1.2.11LangGraph
TRACKED ENTITY
Explore all historical LangGraph changes
View LangGraph Hub ➔