You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/langsmith/langgraph-server-changelog.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@ sidebarTitle: LangGraph Server changelog
5
5
6
6
[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.
7
7
8
+
<aid="2025-11-05"></a>
9
+
## v0.5.4
10
+
- Implemented `ormsgpack` with `OPT_REPLACE_SURROGATES` and updated for compatibility with the latest FastAPI release affecting custom authentication dependencies.
11
+
8
12
<aid="2025-11-03"></a>
9
13
## v0.5.2
10
14
- Added retry logic for PostgreSQL connections during startup to enhance deployment reliability and improved error logging for easier debugging.
0 commit comments