From f2a357071523784263f3bf61418f2be9d1c9c07a Mon Sep 17 00:00:00 2001 From: Sam Crowder Date: Fri, 5 Dec 2025 13:35:29 -0800 Subject: [PATCH 1/2] Update changelog via LangGraph Server Changelog Bot --- src/langsmith/agent-server-changelog.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/langsmith/agent-server-changelog.mdx b/src/langsmith/agent-server-changelog.mdx index db5904f65e..556de96877 100644 --- a/src/langsmith/agent-server-changelog.mdx +++ b/src/langsmith/agent-server-changelog.mdx @@ -5,6 +5,10 @@ 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.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. From cd834929c0bbde7b86041ddc8b43929e82dfff41 Mon Sep 17 00:00:00 2001 From: Sam Crowder Date: Fri, 5 Dec 2025 19:01:27 -0800 Subject: [PATCH 2/2] Update changelog via LangGraph Server Changelog Bot --- src/langsmith/agent-server-changelog.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/langsmith/agent-server-changelog.mdx b/src/langsmith/agent-server-changelog.mdx index 556de96877..72cb41e608 100644 --- a/src/langsmith/agent-server-changelog.mdx +++ b/src/langsmith/agent-server-changelog.mdx @@ -5,6 +5,10 @@ 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.