Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/langsmith/langgraph-server-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a id="2025-11-03"></a>
## v0.5.2
- Added retry logic for PostgreSQL connections during startup to enhance deployment reliability and improved error logging for easier debugging.

<a id="2025-11-03"></a>
Copy link

Copilot AI Nov 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both v0.5.2 and v0.5.1 have the same date anchor ID '2025-11-03'. The second entry should have a unique ID, such as '2025-11-03-v0.5.1' or a different date if they were released on different days.

Suggested change
<a id="2025-11-03"></a>
<a id="2025-11-03-v0.5.1"></a>

Copilot uses AI. Check for mistakes.
## 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.

<a id="2025-10-31"></a>
## v0.5.0
- Updated dependency requirements to support the latest security patch, removed JSON fallback for serialization, and adjusted deserialization behavior for enhanced security.
Expand Down