Skip to content

Commit 0886e92

Browse files
authored
docs: [LangGraph Server Changelog Bot] Changelog updates for new version(s) (#105)
Automated changelog update created by the LangGraph Server Changelog Bot. Feel free to merge anytime.
1 parent 30f80df commit 0886e92

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/langgraph-platform/langgraph-server-changelog.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ sidebarTitle: Server changelog
55

66
[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.
77

8+
<a id="2025-08-04"></a>
9+
## v0.2.120
10+
- Restored the original streaming behavior of runs, ensuring consistent inclusion of interrupt events based on `stream_mode` settings.
11+
- Optimized `Runs.next` query to reduce average execution time from ~14.43ms to ~2.42ms, improving performance.
12+
- Added support for stream mode "tasks" and "checkpoints", normalized the UI namespace, and upgraded `@langchain/langgraph-api` for enhanced functionality.
13+
814
<a id="2025-07-31"></a>
915
## v0.2.117
1016
- Added a composite index on threads for faster searches with owner-based authentication and updated the default sort order to `updated_at` for improved query performance.

0 commit comments

Comments
 (0)