Skip to content

docs: [LangGraph Server Changelog Bot] Changelog updates for new version(s) #176

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions src/langgraph-platform/langgraph-server-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ sidebarTitle: Server changelog

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

<a id="2025-08-18"></a>
## v0.2.134
- Enhanced search functionality to improve performance by allowing users to select specific columns for query results.

<a id="2025-08-18"></a>
## v0.2.133
- Added count endpoints for crons, threads, and assistants to enhance data tracking (#1132).
- Improved SSH functionality for better reliability and stability.
- Updated @langchain/langgraph-api to version 0.0.59 to fix an invalid state schema issue.

<a id="2025-08-15"></a>
## v0.2.132
- Added Go language images to enhance project compatibility and functionality.
- Printed internal PIDs for JS workers to facilitate process inspection via SIGUSR1 signal.
- Resolved a `run_pkey` error that occurred when attempting to insert duplicate runs.
- Added `ty run` command and switched to using uuid7 for generating run IDs.
- Implemented the initial Golang runtime to expand language support.

<a id="2025-08-14"></a>
## v0.2.131
- Added support for `object agent spec` with descriptions in JS.
Expand Down