From f3d33f701dc29f19f1e623515d262c224c399470 Mon Sep 17 00:00:00 2001 From: Sam Crowder Date: Mon, 3 Nov 2025 19:55:55 -0500 Subject: [PATCH] Update changelog via LangGraph Server Changelog Bot --- src/langsmith/langgraph-server-changelog.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/langsmith/langgraph-server-changelog.mdx b/src/langsmith/langgraph-server-changelog.mdx index 0ac878ed14..0a9317ced0 100644 --- a/src/langsmith/langgraph-server-changelog.mdx +++ b/src/langsmith/langgraph-server-changelog.mdx @@ -5,6 +5,15 @@ sidebarTitle: LangGraph Server changelog [LangGraph Server](/langsmith/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.5.2 +- Added retry logic for PostgreSQL connections during startup to enhance deployment reliability and improved error logging for easier debugging. + + +## v0.5.1 +- Resolved an issue where persistence was not functioning correctly with LangChain.js's createAgent feature. +- Optimized assistants CRUD performance by improving database connection pooling and gRPC client reuse, reducing latency for large payloads. + ## v0.5.0 - Updated dependency requirements to support the latest security patch, removed JSON fallback for serialization, and adjusted deserialization behavior for enhanced security.