From 7611f00ad1a9926551d7eea4ed8226c0e30caaf8 Mon Sep 17 00:00:00 2001 From: Sam Crowder Date: Fri, 21 Nov 2025 13:08:43 -0800 Subject: [PATCH] Update changelog via LangGraph Server Changelog Bot --- src/langsmith/agent-server-changelog.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/langsmith/agent-server-changelog.mdx b/src/langsmith/agent-server-changelog.mdx index 8579171346..bf6c3d8c0d 100644 --- a/src/langsmith/agent-server-changelog.mdx +++ b/src/langsmith/agent-server-changelog.mdx @@ -5,6 +5,11 @@ 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.24 +- Added executor metrics for Datadog and enhanced core stream API metrics for better performance tracking. +- Disabled Redis Go maintenance notifications to prevent startup errors with unsupported commands in Redis versions below 8. + ## v0.5.20 - Resolved an error in the executor service that occurred when handling large messages.