From efca21070d5833e849d0fc37193aba057b9fad6e Mon Sep 17 00:00:00 2001 From: Sam Crowder Date: Mon, 28 Jul 2025 10:10:50 -0700 Subject: [PATCH] Update changelog via LangGraph Server Changelog Bot --- docs/docs/cloud/reference/langgraph_server_changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/cloud/reference/langgraph_server_changelog.md b/docs/docs/cloud/reference/langgraph_server_changelog.md index 2291fda89..f5d150013 100644 --- a/docs/docs/cloud/reference/langgraph_server_changelog.md +++ b/docs/docs/cloud/reference/langgraph_server_changelog.md @@ -4,6 +4,9 @@ --- +## v0.2.109 (2025-07-28) +- Fixed an issue where missing config schema occurred when `config_type` was not set. + ## v0.2.108 (2025-07-28) - Added compatibility for langgraph v0.6, including new context API support and a migration to enhance context handling in assistant operations.