Skip to content

Commit 8f570ae

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

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

src/langsmith/langgraph-server-changelog.mdx

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,45 @@ 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-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+
<a id="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+
<a id="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+
<a id="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+
<a id="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+
<a id="2025-10-16"></a>
37+
## v0.4.43
38+
- Implemented a health check for Redis connections to prevent them from idling out.
39+
40+
<a id="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+
847
<a id="2025-10-10"></a>
948
## v0.4.39
1049
- Upgraded `hono` from version 4.7.6 to 4.9.7, addressing a security issue related to the `bodyLimit` middleware.

0 commit comments

Comments
 (0)