[PR #583] [MERGED] fix(checkpoint): add support for options.filter in MemorySaver.list #868

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/583
Author: @benjamincburns
Created: 10/11/2024
Status: Merged
Merged: 10/17/2024
Merged by: @jacoblee93

Base: mainHead: memorysaver-list-method-filter-support


📝 Commits (1)

  • 5a8ddd5 fix(checkpoint): add support for options.filter in MemorySaver.list

📊 Changes

1 file changed (+11 additions, -1 deletions)

View changed files

📝 libs/checkpoint/src/memory.ts (+11 -1)

📄 Description

Per the title, adds support for the options.filter argument to MemorySaver.list (another one from #541).

I suppose this could be a feat instead of a fix, but I opted to call it the latter as it's a part of the core checkpoint interface that was never implemented in MemorySaver.


🔄 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/583 **Author:** [@benjamincburns](https://github.com/benjamincburns) **Created:** 10/11/2024 **Status:** ✅ Merged **Merged:** 10/17/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `memorysaver-list-method-filter-support` --- ### 📝 Commits (1) - [`5a8ddd5`](https://github.com/langchain-ai/langgraphjs/commit/5a8ddd52e7fe58e0ee4e2fe3a2624175ddd2cef7) fix(checkpoint): add support for options.filter in MemorySaver.list ### 📊 Changes **1 file changed** (+11 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `libs/checkpoint/src/memory.ts` (+11 -1) </details> ### 📄 Description Per the title, adds support for the `options.filter` argument to `MemorySaver`.list (another one from #541). I suppose this could be a `feat` instead of a `fix`, but I opted to call it the latter as it's a part of the core checkpoint interface that was never implemented in `MemorySaver`. --- <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:12 -05:00
yindo closed this issue 2026-02-15 19:16:12 -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#868