Skip to content

Commit 912ca28

Browse files
authored
docs: [LangGraph Server Changelog Bot] Changelog updates for new version(s) (#156)
1 parent 9f99bb9 commit 912ca28

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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-13"></a>
9+
## v0.2.130
10+
- Added a feature flag (FF_RICH_THREADS=false) to disable thread updates on run creation, reducing lock contention and simplifying thread status handling.
11+
- Utilized existing connections for `aput` and `apwrite` operations to improve performance.
12+
- Improved error handling for decoding issues to enhance data processing reliability.
13+
- Excluded headers from logs to improve security while maintaining runtime functionality.
14+
- Fixed an error that prevented mapping slots to a single node.
15+
- Added debug logs to track node execution in JS deployments for improved issue diagnosis.
16+
- Changed the default multitask strategy to enqueue, improving throughput by eliminating the need to fetch inflight runs during new run insertions.
17+
- Optimized database operations for `Runs.next` and `Runs.sweep` to reduce redundant queries and improve efficiency.
18+
- Improved run creation speed by skipping unnecessary inflight runs queries.
19+
820
<a id="2025-08-11"></a>
921
## v0.2.129
1022
- Stopped passing internal LGP fields to context to prevent breaking type checks.

0 commit comments

Comments
 (0)