Skip to content

Commit 252ca2b

Browse files
committed
Update changelog via LangGraph Server Changelog Bot
1 parent 352055f commit 252ca2b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/langsmith/agent-server-changelog.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@ rss: true
1111

1212
[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.
1313

14+
<Update label="2026-04-16" tags={["agent-server"]}>
15+
## v0.8.0
16+
17+
- Switched the default queuing system to Redis, ensuring improved ordering and efficiency.
18+
- Enhanced webhook security by enabling SSRF protection by default, blocking risky IP ranges, and improving validation with DNS pinning and per-hop checks.
19+
- Updated hono from version 4.12.12 to 4.12.14 to address security and type handling improvements.
20+
</Update>
21+
22+
<Update label="2026-04-15" tags={["agent-server"]}>
23+
## v0.7.103
24+
25+
- Resolved migration version conflict for checkpoint_delete_queue, ensuring proper execution and added duplicate version detection for future migrations.
26+
</Update>
27+
1428
<Update label="2026-04-14" tags={["agent-server"]}>
1529
## v0.7.102
1630

0 commit comments

Comments
 (0)