diff --git a/docs/docs/cloud/reference/langgraph_server_changelog.md b/docs/docs/cloud/reference/langgraph_server_changelog.md index 5f545b6bf..cffd75a03 100644 --- a/docs/docs/cloud/reference/langgraph_server_changelog.md +++ b/docs/docs/cloud/reference/langgraph_server_changelog.md @@ -4,8 +4,12 @@ --- +## v0.2.91 (2025-07-16) +- Reduced writes to the `checkpoint_blobs` table by inlining small values (null, numeric, str, etc.). This means we don't need to store extra values for channels that haven't been updated. + ## v0.2.90 (2025-07-16) -- Improve checkpoint writes via node-local background queing. +- Improve checkpoint writes via node-local background queueing. + ## 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.