From d0332fae9043d1c827e304ea804af8a629630cfa Mon Sep 17 00:00:00 2001 From: Sam Crowder Date: Wed, 12 Nov 2025 20:25:23 -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 db002e250e..ee95f27851 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.13 +- Supported singular forms for configurable headers to align with the documented usage and prevent configuration issues. + ## v0.5.11 - Ensured auth handlers are applied consistently when streaming threads, aligning with recent security practices. From 76c0116f74744e7fd8350c728da00914a1518290 Mon Sep 17 00:00:00 2001 From: Lauren Hirata Singh Date: Thu, 13 Nov 2025 12:01:23 -0500 Subject: [PATCH 2/2] Update src/langsmith/agent-server-changelog.mdx Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com> --- src/langsmith/agent-server-changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/langsmith/agent-server-changelog.mdx b/src/langsmith/agent-server-changelog.mdx index ee95f27851..292251cebc 100644 --- a/src/langsmith/agent-server-changelog.mdx +++ b/src/langsmith/agent-server-changelog.mdx @@ -7,7 +7,7 @@ sidebarTitle: Agent Server changelog ## v0.5.13 -- Supported singular forms for configurable headers to align with the documented usage and prevent configuration issues. +- Support `include` and `exclude` (plural form key for `includes` and `excludes`) since a doc incorrectly claimed support for that. Now the server accepts either. ## v0.5.11