From 967e368e1414a4d108dacb07ad56a3c2228fa8f1 Mon Sep 17 00:00:00 2001 From: Sam Crowder Date: Wed, 30 Jul 2025 17:49:51 -0700 Subject: [PATCH] fix: add link that points to where changelog now lives (#5758) --- docs/docs/cloud/reference/langgraph_server_changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/cloud/reference/langgraph_server_changelog.md b/docs/docs/cloud/reference/langgraph_server_changelog.md index 4a699fb72..be2efb1ab 100644 --- a/docs/docs/cloud/reference/langgraph_server_changelog.md +++ b/docs/docs/cloud/reference/langgraph_server_changelog.md @@ -1,5 +1,7 @@ # LangGraph Server Changelog +> **Note:** This changelog is no longer actively maintained. For the most up-to-date LangGraph Server changelog, please visit our new documentation site: [LangGraph Server Changelog](https://docs.langchain.com/langgraph-platform/langgraph-server-changelog#langgraph-server-changelog) + [LangGraph Server](../../concepts/langgraph_server.md) 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. ---