diff --git a/docs/docs/cloud/reference/langgraph_server_changelog.md b/docs/docs/cloud/reference/langgraph_server_changelog.md index 7cc956276..ea352c86d 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.89 (2025-07-15) +- Decoupled checkpoint writing from thread/run state by removing foreign keys and updated logger to prevent timeout-related failures. + ## v0.2.88 (2025-07-14) - Removed the foreign key constraint for `thread` in the `run` table to simplify database schema.