[PR #1103] [MERGED] fix: Never wrap async batch store with async batch store #1237

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1103
Author: @bracesproul
Created: 4/13/2025
Status: Merged
Merged: 4/14/2025
Merged by: @bracesproul

Base: mainHead: brace/fix-wrapping-store


📝 Commits (4)

  • 1329ad6 fix: Never wrap async batch store with async batch store
  • 1b3c78d add test
  • 5db3de0 cr
  • 384326a Merge branch 'main' into brace/fix-wrapping-store

📊 Changes

2 files changed (+76 additions, -2 deletions)

View changed files

📝 libs/checkpoint/src/store/batch.ts (+16 -2)
📝 libs/langgraph/src/tests/pregel.test.ts (+60 -0)

📄 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/1103 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 4/13/2025 **Status:** ✅ Merged **Merged:** 4/14/2025 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/fix-wrapping-store` --- ### 📝 Commits (4) - [`1329ad6`](https://github.com/langchain-ai/langgraphjs/commit/1329ad690125da4b7fe6c2172c0ed77823295bef) fix: Never wrap async batch store with async batch store - [`1b3c78d`](https://github.com/langchain-ai/langgraphjs/commit/1b3c78d1a5197309e1986ebcaa412ac9c7d93b81) add test - [`5db3de0`](https://github.com/langchain-ai/langgraphjs/commit/5db3de0766867c9652df024169eabbf58c6bb390) cr - [`384326a`](https://github.com/langchain-ai/langgraphjs/commit/384326a6959bdfc0bb109c1ca9da046d12bdfe5e) Merge branch 'main' into brace/fix-wrapping-store ### 📊 Changes **2 files changed** (+76 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `libs/checkpoint/src/store/batch.ts` (+16 -2) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+60 -0) </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:17:46 -05:00
yindo closed this issue 2026-02-15 19:17:46 -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#1237