Skip to content

Commit e3f14f2

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

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

‎src/langsmith/agent-server-changelog.mdx‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ rss: true
1111

1212
[Agent Server](/langsmith/agent-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 Agent Server releases.
1313

14+
<Update label="2026-03-10" tags={["agent-server"]}>
15+
## v0.7.68
16+
17+
- Fixed issues with non-DR checkpoint AES JSON to improve functionality and extend test coverage.
18+
- Fixed A2A streaming to correctly emit interrupt artifacts as separate `artifact-update` events according to the specification.
19+
- Ensured secure tarfile extraction by only extracting validated and safe members to prevent arbitrary file write vulnerabilities.
20+
- Enhanced security by requiring an exact match for the `noauth` path in authentication middleware.
21+
- Fixed stale checkpoint values being written to thread state during rollback in multitasking strategy.
22+
</Update>
23+
1424
<Update label="2026-03-06" tags={["agent-server"]}>
1525
## v0.7.66
1626

0 commit comments

Comments
 (0)