Skip to content

Commit 1a5c581

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

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/langgraph-platform/langgraph-server-changelog.mdx

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

66
[LangGraph Server](/langgraph-platform/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-08-18"></a>
9+
## v0.2.134
10+
- Enhanced search functionality to improve performance by allowing users to select specific columns for query results.
11+
12+
<a id="2025-08-18"></a>
13+
## v0.2.133
14+
- Added count endpoints for crons, threads, and assistants to enhance data tracking (#1132).
15+
- Improved SSH functionality for better reliability and stability.
16+
- Updated @langchain/langgraph-api to version 0.0.59 to fix an invalid state schema issue.
17+
18+
<a id="2025-08-15"></a>
19+
## v0.2.132
20+
- Added Go language images to enhance project compatibility and functionality.
21+
- Printed internal PIDs for JS workers to facilitate process inspection via SIGUSR1 signal.
22+
- Resolved a `run_pkey` error that occurred when attempting to insert duplicate runs.
23+
- Added `ty run` command and switched to using uuid7 for generating run IDs.
24+
- Implemented the initial Golang runtime to expand language support.
25+
826
<a id="2025-08-14"></a>
927
## v0.2.131
1028
- Added support for `object agent spec` with descriptions in JS.

0 commit comments

Comments
 (0)