From 48dabc05384e4614fef37b0a0f34b78d888ffb3a Mon Sep 17 00:00:00 2001 From: Sam Crowder Date: Wed, 16 Jul 2025 15:24:46 -0700 Subject: [PATCH] docs: [LangGraph Server Changelog Bot] Changelog updates for new version(s) (#5540) Update changelog via LangGraph Server Changelog Bot --- docs/docs/cloud/reference/langgraph_server_changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/cloud/reference/langgraph_server_changelog.md b/docs/docs/cloud/reference/langgraph_server_changelog.md index cffd75a03..6bb2a9cbb 100644 --- a/docs/docs/cloud/reference/langgraph_server_changelog.md +++ b/docs/docs/cloud/reference/langgraph_server_changelog.md @@ -4,6 +4,12 @@ --- +## v0.2.93 (2025-07-16) +- Removed the GIN index for run metadata to improve performance. + +## v0.2.92 (2025-07-16) +- Enabled copying functionality for blobs and checkpoints, improving data management flexibility. + ## 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.