Skip to content
Merged
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
12 changes: 12 additions & 0 deletions src/langsmith/agent-server-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ 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-03-04" tags={["agent-server"]}>
## v0.7.63

- Fixed a bug that could potentially deadlock queue instances by exhausting workers with invalid runs.
</Update>

<Update label="2026-03-02" tags={["agent-server"]}>
## v0.7.61

- Fixed a race condition to ensure graceful shutdown of the health and metric server.
</Update>

<Update label="2026-02-27" tags={["agent-server"]}>
## v0.7.59

Expand Down