From bc1537a39edc15ac7896f1829ba98a05ade8d5df Mon Sep 17 00:00:00 2001 From: Sam Crowder Date: Wed, 19 Nov 2025 11:33:06 -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 128d0e8780..d821dea120 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.17 +- Enhanced task handling to support multiple interrupts, aligning with open-source functionality. + ## v0.5.15 - Added custom JSON unmarshalling for `Resume` and `Goto` commands to fix map-style null resume interpretation issues. From 801d62b253a76974861cc5ea39f42f7be882bd38 Mon Sep 17 00:00:00 2001 From: Sam Crowder Date: Wed, 19 Nov 2025 12:53:46 -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 d821dea120..f9e6315530 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.18 +- Introduced persistent cron threads with `on_run_completed: {keep,delete}` for enhanced cron management and retrieval options. + ## v0.5.17 - Enhanced task handling to support multiple interrupts, aligning with open-source functionality.