diff --git a/src/langsmith/agent-server-changelog.mdx b/src/langsmith/agent-server-changelog.mdx
index d597d98052..3f4514916d 100644
--- a/src/langsmith/agent-server-changelog.mdx
+++ b/src/langsmith/agent-server-changelog.mdx
@@ -11,6 +11,35 @@ rss: true
[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.
+
+## v0.8.0
+
+- Switched the default queuing system to Redis, ensuring improved ordering and efficiency.
+- Enhanced webhook security by enabling SSRF protection by default, blocking risky IP ranges, and improving validation with DNS pinning and per-hop checks.
+- Updated hono from version 4.12.12 to 4.12.14 to address security and type handling improvements.
+
+
+
+## v0.7.103
+
+- Resolved migration version conflict for checkpoint_delete_queue, ensuring proper execution and added duplicate version detection for future migrations.
+
+
+
+## v0.7.102
+
+- Improved handling of parallel interrupts by merging multiple interrupt chunks and ensuring consistent interrupt return behavior.
+- Updated Vite dependency to patch security vulnerabilities CVE-2026-39363 and CVE-2026-39364.
+- Pinned the Datadog image version to `1.9.9` due to missing `arm64` support in `1.9.10` manifest.
+
+
+
+## v0.7.101
+
+- Bumped Go stdlib to 1.25.9 to address high severity vulnerabilities CVE-2026-32280 and CVE-2026-32282.
+- Improved error propagation in DD and OTEL tracers to handle UserInterrupt exceptions without causing generator errors.
+
+
## v0.7.100