From 0d2db35d93302443473b3233baaa3afa80cb2ed8 Mon Sep 17 00:00:00 2001 From: Sam Crowder Date: Wed, 16 Jul 2025 07:01:46 -0700 Subject: [PATCH] docs: [LangGraph Server Changelog Bot] Changelog updates for new version(s) (#5530) * Update changelog via LangGraph Server Changelog Bot * Update docs/docs/cloud/reference/langgraph_server_changelog.md * Update docs/docs/cloud/reference/langgraph_server_changelog.md --------- Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com> --- docs/docs/cloud/reference/langgraph_server_changelog.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.