← Back to all sparks
L

LangGraph

AI-ASSISTANTS
Velocity5.0

Framework from LangChain for building stateful, multi-actor agent applications with LLMs.

LangGraph settles into a maintenance window after the v3 streaming push

agent-runtimerelease-trainbugfixescli-toolingself-hosting
Current state
LangGraph's GitHub feed is a fast monorepo train spanning the core library, CLI, and Python SDK. This window is dominated by bugfixes and dependency bumps rather than new capability: checkpoint and subgraph regressions are being patched and the type checker is being migrated. The only net-new options are in the CLI.
Where it's heading
After the directional v3-streaming and RemoteGraph work in the 1.2.3 cycle, the project is hardening that surface: fixing snapshot/delta-channel roundtrips, subgraph checkpoint inheritance, and stream-abort cancellation. The CLI is picking up operational conveniences (HTTPS dev server, compatible API version ranges) that point at smoother self-hosted deployment.
Prediction
Expect continued point releases stabilizing v3 streaming and RemoteGraph, with the next feature signal more likely in the CLI/SDK deployment surface than in the core runtime.

Recent moves

  1. 3d ago

    1.2.7: checkpoint snapshot fixes and dependency bumps

    Patch release: checkpoint snapshot DeltaChannel and Overwrite JSON-roundtrip fixes plus routine dependency bumps. Maintenance on the v3 streaming surface, no new capability.

    View source ↗
  2. 14d ago

    1.2.6: subgraph checkpoint and v3 stream-abort fixes

    Patch release fixing a nested-subgraph checkpoint_ns regression introduced in 1.2.3 and cleaning up subgraph cancellation on v3 stream abort. Stabilizes recently shipped streaming work.

    View source ↗
  3. 16d ago

    CLI 0.4.30: compatible API version-range support

    CLI gains support for compatible API version ranges, easing the match between a deployed LangGraph API and the CLI driving it. A real operational option on the self-hosting path.

    View source ↗
  4. 20d ago

    1.2.5: config-metadata merge fix, type-checker migration

    Patch release: config-metadata merge fix, an updateState bug fix on empty threads, migration of type checking to ty, and dependency bumps. Internal hardening only.

    View source ↗
  5. 21d ago

    CLI 0.4.29: HTTPS support for the local dev server

    CLI adds certfile and cert-key passing so the local dev server can run under HTTPS. A small but real convenience for local agent development against TLS-only dependencies.

    View source ↗
  6. 22d ago

    CLI 0.4.28: dependency bumps and type-check migration

    CLI patch consisting of dependency bumps and the migration of type checking to ty. No user-facing change.

    View source ↗