Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/langgraph-platform/langgraph-server-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ sidebarTitle: Server changelog

[LangGraph Server](/langgraph-platform/langgraph-server) is an API platform for creating and managing agent-based applications. It provides built-in persistence, a task queue, and supports deploying, configuring, and running assistants (agentic workflows) at scale. This changelog documents all notable updates, features, and fixes to LangGraph Server releases.

<a id="2025-08-06"></a>
## v0.2.121
- Consolidated events to a single channel to prevent race conditions and optimize startup performance.
- Ensured custom lifespans are invoked on queue workers for proper setup, and added tests.

<a id="2025-08-04"></a>
## v0.2.120
- Restored the original streaming behavior of runs, ensuring consistent inclusion of interrupt events based on `stream_mode` settings.
Expand Down