diff --git a/src/langsmith/agent-server-changelog.mdx b/src/langsmith/agent-server-changelog.mdx index db5904f65e..72cb41e608 100644 --- a/src/langsmith/agent-server-changelog.mdx +++ b/src/langsmith/agent-server-changelog.mdx @@ -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. + +## v0.5.32 +- Introduced OpenTelemetry telemetry agent with support for New Relic integration. + + +## v0.5.31 +- Added Py-Spy profiling for improved analysis of deployment performance, with some limitations on coverage. + ## v0.5.30 - Always configure loopback transport clients to enhance reliability.