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
+39Lines changed: 39 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,45 @@ 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-10-31"></a>
9
+
## v0.5.0
10
+
- Updated dependency requirements to support the latest security patch, removed JSON fallback for serialization, and adjusted deserialization behavior for enhanced security.
11
+
12
+
<aid="2025-10-29"></a>
13
+
## v0.4.47
14
+
- Validated and auto-corrected environment configuration types using TypeAdapter.
15
+
- Added support for LangChain.js and LangGraph.js version 1.x, ensuring compatibility.
16
+
- Updated hono library from version 4.9.7 to 4.10.3, addressing a CORS middleware security issue and enhancing JWT audience validation.
17
+
- Introduced a modular benchmark framework, adding support for assistants and streams, with improvements to the existing ramp benchmark methodology.
18
+
- Introduced a gRPC API for core threads CRUD operations, with updated Python and TypeScript clients.
19
+
- Updated `hono` package from version 4.9.7 to 4.10.2, including security improvements for JWT audience validation.
20
+
- Updated `hono` dependency from version 4.9.7 to 4.10.3 to fix a security issue and improve CORS middleware handling.
21
+
- Introduced basic CRUD operations for threads, including create, get, patch, delete, search, count, and copy, with support for Go, gRPC server, and Python and TypeScript clients.
22
+
23
+
<aid="2025-10-21"></a>
24
+
## v0.4.46
25
+
- Added an option to enable message streaming from subgraph events, giving users more control over event notifications.
26
+
27
+
<aid="2025-10-21"></a>
28
+
## v0.4.45
29
+
- Implemented support for authorization on custom routes, controlled by the `enable_custom_route_auth` flag.
30
+
- Set default tracing to off for improved performance and simplified debugging.
31
+
32
+
<aid="2025-10-18"></a>
33
+
## v0.4.44
34
+
- Used Redis key prefix for license-related keys to prevent conflicts with existing setups.
35
+
36
+
<aid="2025-10-16"></a>
37
+
## v0.4.43
38
+
- Implemented a health check for Redis connections to prevent them from idling out.
39
+
40
+
<aid="2025-10-15"></a>
41
+
## v0.4.40
42
+
- Prevented duplicate messages in resumable run and thread streams by addressing a race condition and adding tests to ensure consistent behavior.
43
+
- Ensured that runs don't start until the pubsub subscription is confirmed to prevent message drops on startup.
44
+
- Renamed platform from langgraph to improve clarity and branding.
45
+
- Reset PostgreSQL connections after use to prevent lock holding and improved error reporting for transaction issues.
46
+
8
47
<aid="2025-10-10"></a>
9
48
## v0.4.39
10
49
- Upgraded `hono` from version 4.7.6 to 4.9.7, addressing a security issue related to the `bodyLimit` middleware.
0 commit comments