[PR #532] [MERGED] fix(checkpoint, langgraph): Rename id to key #828

Closed
opened 2026-02-15 19:16:03 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/532
Author: @bracesproul
Created: 9/29/2024
Status: Merged
Merged: 9/29/2024
Merged by: @bracesproul

Base: memoryHead: brace/rename-id-key


📝 Commits (2)

📊 Changes

5 files changed (+44 additions, -44 deletions)

View changed files

📝 libs/checkpoint/src/store/base.ts (+12 -12)
📝 libs/checkpoint/src/store/batch.ts (+6 -6)
📝 libs/checkpoint/src/store/memory.ts (+7 -7)
📝 libs/checkpoint/src/tests/store.test.ts (+16 -16)
📝 libs/langgraph/src/managed/shared_value.ts (+3 -3)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/532 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 9/29/2024 **Status:** ✅ Merged **Merged:** 9/29/2024 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `memory` ← **Head:** `brace/rename-id-key` --- ### 📝 Commits (2) - [`5f8f042`](https://github.com/langchain-ai/langgraphjs/commit/5f8f042473ed18f7ed3cd0d2fc0497a657e20499) fix(checkpoint): Rename id to key - [`5adc35f`](https://github.com/langchain-ai/langgraphjs/commit/5adc35f88f50095f926f86bf22a55fc96929a629) update langgraph ### 📊 Changes **5 files changed** (+44 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `libs/checkpoint/src/store/base.ts` (+12 -12) 📝 `libs/checkpoint/src/store/batch.ts` (+6 -6) 📝 `libs/checkpoint/src/store/memory.ts` (+7 -7) 📝 `libs/checkpoint/src/tests/store.test.ts` (+16 -16) 📝 `libs/langgraph/src/managed/shared_value.ts` (+3 -3) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:16:03 -05:00
yindo closed this issue 2026-02-15 19:16:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#828