Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions src/langsmith/agent-server-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,35 @@ rss: true

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

<Update label="2026-04-16" tags={["agent-server"]}>
## v0.8.0

- Switched the default queuing system to Redis, ensuring improved ordering and efficiency.
- Enhanced webhook security by enabling SSRF protection by default, blocking risky IP ranges, and improving validation with DNS pinning and per-hop checks.
- Updated hono from version 4.12.12 to 4.12.14 to address security and type handling improvements.
</Update>

<Update label="2026-04-15" tags={["agent-server"]}>
## v0.7.103

- Resolved migration version conflict for checkpoint_delete_queue, ensuring proper execution and added duplicate version detection for future migrations.
</Update>

<Update label="2026-04-14" tags={["agent-server"]}>
## v0.7.102

- Improved handling of parallel interrupts by merging multiple interrupt chunks and ensuring consistent interrupt return behavior.
- Updated Vite dependency to patch security vulnerabilities CVE-2026-39363 and CVE-2026-39364.
- Pinned the Datadog image version to `1.9.9` due to missing `arm64` support in `1.9.10` manifest.
</Update>

<Update label="2026-04-14" tags={["agent-server"]}>
## v0.7.101

- Bumped Go stdlib to 1.25.9 to address high severity vulnerabilities CVE-2026-32280 and CVE-2026-32282.
- Improved error propagation in DD and OTEL tracers to handle UserInterrupt exceptions without causing generator errors.
</Update>

<Update label="2026-04-10" tags={["agent-server"]}>
## v0.7.100

Expand Down
Loading