Skip to content

Commit c8ae331

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

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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-11"></a>
9+
## v0.2.129
10+
- Stopped passing internal LGP fields to context to prevent breaking type checks.
11+
- Exposed content-location headers to ensure correct resumability behavior in the API.
12+
13+
<a id="2025-08-08"></a>
14+
## v0.2.128
15+
- Ensured synchronized updates between `configurable` and `context` in assistants, preventing setup errors and supporting smoother version transitions.
16+
817
<a id="2025-08-08"></a>
918
## v0.2.127
1019
- Excluded unrequested stream modes from the resumable stream to optimize functionality.

0 commit comments

Comments
 (0)