Skip to content

Commit ae8accc

Browse files
authored
docs: [LangGraph Server Changelog Bot] Changelog updates for new version(s) (#139)
Automated changelog update created by the LangGraph Server Changelog Bot. Feel free to merge anytime.
1 parent 8c89868 commit ae8accc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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-08"></a>
9+
## v0.2.126
10+
- Made access logger headers configurable to enhance logging flexibility.
11+
- Debounced the Runs.stats function to reduce the frequency of expensive calls and improve performance.
12+
- Introduced debouncing for sweepers to enhance performance and efficiency (#1147).
13+
- Acquired a lock for TTL sweeping to prevent database spamming during scale-out operations.
14+
815
<a id="2025-08-06"></a>
916
## v0.2.125
1017
- Updated tracing context replicas to use the new format, ensuring compatibility.

0 commit comments

Comments
 (0)