Skip to content

Commit aa6d17d

Browse files
authored
docs: [LangGraph Server Changelog Bot] Changelog updates for new version(s) (#1263)
Automated changelog update created by the LangGraph Server Changelog Bot. Feel free to merge anytime.
1 parent e9d1921 commit aa6d17d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/langsmith/langgraph-server-changelog.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ sidebarTitle: LangGraph Server changelog
55

66
[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.
77

8+
<a id="2025-11-03"></a>
9+
## v0.5.2
10+
- Added retry logic for PostgreSQL connections during startup to enhance deployment reliability and improved error logging for easier debugging.
11+
12+
<a id="2025-11-03"></a>
13+
## v0.5.1
14+
- Resolved an issue where persistence was not functioning correctly with LangChain.js's createAgent feature.
15+
- Optimized assistants CRUD performance by improving database connection pooling and gRPC client reuse, reducing latency for large payloads.
16+
817
<a id="2025-10-31"></a>
918
## v0.5.0
1019
- Updated dependency requirements to support the latest security patch, removed JSON fallback for serialization, and adjusted deserialization behavior for enhanced security.

0 commit comments

Comments
 (0)