[PR #1788] chore: fix AsyncBatchedStore listNamespaces #1731

Open
opened 2026-02-15 20:16:39 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1788
Author: @hinthornw
Created: 11/21/2025
Status: 🔄 Open

Base: mainHead: wfh/fix_store


📝 Commits (1)

📊 Changes

3 files changed (+67 additions, -19 deletions)

View changed files

📝 libs/checkpoint/src/store/base.ts (+1 -1)
📝 libs/checkpoint/src/store/batch.ts (+34 -11)
📝 libs/checkpoint/src/tests/store.test.ts (+32 -7)

📄 Description

Couple things:

  • Add support for listNamespaces in the asyncbatchstore
  • Add tests
  • Also think we should let you directly call batch()? I don't see any good reason to throw an error there.

🔄 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/1788 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 11/21/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `wfh/fix_store` --- ### 📝 Commits (1) - [`d2825d5`](https://github.com/langchain-ai/langgraphjs/commit/d2825d5f5a8974124867ff99daa847e1d81680cd) fix store listNamespaces ### 📊 Changes **3 files changed** (+67 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `libs/checkpoint/src/store/base.ts` (+1 -1) 📝 `libs/checkpoint/src/store/batch.ts` (+34 -11) 📝 `libs/checkpoint/src/tests/store.test.ts` (+32 -7) </details> ### 📄 Description Couple things: - Add support for listNamespaces in the asyncbatchstore - Add tests - Also think we should let you directly call batch()? I don't see any good reason to throw an error there. --- <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 20:16:39 -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#1731