From 076f92e9c01473846375aaf5c178b32309e4ca80 Mon Sep 17 00:00:00 2001 From: Sam Crowder Date: Thu, 11 Sep 2025 11:47:27 -0700 Subject: [PATCH] Update changelog via LangGraph Server Changelog Bot --- src/langgraph-platform/langgraph-server-changelog.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/langgraph-platform/langgraph-server-changelog.mdx b/src/langgraph-platform/langgraph-server-changelog.mdx index 4ba5a92ea..d31e3122e 100644 --- a/src/langgraph-platform/langgraph-server-changelog.mdx +++ b/src/langgraph-platform/langgraph-server-changelog.mdx @@ -5,6 +5,10 @@ sidebarTitle: Server changelog [LangGraph Server](/langgraph-platform/langgraph-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 LangGraph Server releases. + +## v0.4.20 +- Optimized Pubsub initialization to prevent overhead and address subscription timing issues, ensuring smoother run execution. + ## v0.4.19 - Removed warnings from psycopg by addressing function checks introduced in version 3.2.10.