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
8 changes: 8 additions & 0 deletions src/langsmith/agent-server-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ sidebarTitle: Agent Server changelog

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

<a id="2025-12-06"></a>
## v0.5.32
- Introduced OpenTelemetry telemetry agent with support for New Relic integration.

<a id="2025-12-05"></a>
## v0.5.31
- Added Py-Spy profiling for improved analysis of deployment performance, with some limitations on coverage.

<a id="2025-12-05"></a>
## v0.5.30
- Always configure loopback transport clients to enhance reliability.
Expand Down
Loading