Skip to content

Commit 447b265

Browse files
authored
docs: [LangGraph Server Changelog Bot] Changelog updates for new version(s) (#1372)
Automated changelog update created by the LangGraph Server Changelog Bot. Feel free to merge anytime.
1 parent 75ce340 commit 447b265

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

src/langsmith/agent-server-changelog.mdx

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

66
[Agent Server](/langsmith/agent-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 Agent Server releases.
77

8+
<a id="2025-11-10"></a>
9+
## v0.5.11
10+
- Ensured auth handlers are applied consistently when streaming threads, aligning with recent security practices.
11+
- Bumped `undici` dependency from version 6.21.3 to 7.16.0, introducing various performance improvements and bug fixes.
12+
- Updated `p-queue` from version 8.0.1 to 9.0.0, introducing new features and breaking changes, including the removal of the `throwOnTimeout` option.
13+
14+
<a id="2025-11-10"></a>
15+
## v0.5.10
16+
- Implemented healthcheck calls in the queue /ok handler to improve Kubernetes liveness and readiness probe compatibility.
17+
18+
<a id="2025-11-09"></a>
19+
## v0.5.9
20+
- Resolved an issue causing an "unbound local error" for the `elapsed` variable during a SIGINT interruption.
21+
- Mapped the "interrupted" status to A2A's "input-required" status for better task status alignment.
22+
23+
<a id="2025-11-07"></a>
24+
## v0.5.8
25+
- Ensured environment variables are passed as a dictionary when starting langgraph-ui for compatibility with `uvloop`.
26+
- Implemented CRUD operations for runs in Go, simplifying JSON merges and improving transaction readability, with PostgreSQL as a reference.
27+
28+
<a id="2025-11-07"></a>
29+
## v0.5.7
30+
- Replaced no-retry Redis client with a retry client to handle connection errors more effectively and reduced corresponding logging severity.
31+
32+
<a id="2025-11-06"></a>
33+
## v0.5.6
34+
- Added pending time metrics to provide better insights into task waiting times.
35+
- Replaced `pb.Value` with `ChannelValue` to streamline code structure.
36+
37+
<a id="2025-11-05"></a>
38+
## v0.5.5
39+
- Made the Redis `health_check_interval` more frequent and configurable for better handling of idle connections.
40+
841
<a id="2025-11-05"></a>
942
## v0.5.4
1043
- Implemented `ormsgpack` with `OPT_REPLACE_SURROGATES` and updated for compatibility with the latest FastAPI release affecting custom authentication dependencies.

0 commit comments

Comments
 (0)