[PR #604] [MERGED] Expose filter arg in get_state_history #1563

Closed
opened 2026-02-20 17:45:02 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/604
Author: @nfcampos
Created: 6/5/2024
Status: Merged
Merged: 6/5/2024
Merged by: @nfcampos

Base: mainHead: nc/5jun/checkpointer-list-filter


📝 Commits (2)

📊 Changes

11 files changed (+155 additions, -352 deletions)

View changed files

📝 langgraph/checkpoint/aiosqlite.py (+11 -85)
📝 langgraph/checkpoint/base.py (+4 -21)
📝 langgraph/checkpoint/memory.py (+26 -85)
📝 langgraph/checkpoint/sqlite.py (+36 -118)
📝 langgraph/managed/few_shot.py (+4 -4)
📝 langgraph/pregel/__init__.py (+16 -4)
📝 tests/checkpoint/test_aiosqlite.py (+12 -4)
📝 tests/checkpoint/test_memory.py (+16 -8)
📝 tests/checkpoint/test_sqlite.py (+24 -17)
📝 tests/test_pregel.py (+4 -4)
📝 tests/test_pregel_async.py (+2 -2)

📄 Description

  • Combine list and search methods in Checkpointer

🔄 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/langgraph/pull/604 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 6/5/2024 **Status:** ✅ Merged **Merged:** 6/5/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/5jun/checkpointer-list-filter` --- ### 📝 Commits (2) - [`d366bac`](https://github.com/langchain-ai/langgraph/commit/d366bacf033d96de3f8e7782d74404de70e1f4c3) Expose filter arg in get_state_history - [`145e655`](https://github.com/langchain-ai/langgraph/commit/145e655c09fa6de0bb444a5fe2aeca2213395fde) Fix ### 📊 Changes **11 files changed** (+155 additions, -352 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/checkpoint/aiosqlite.py` (+11 -85) 📝 `langgraph/checkpoint/base.py` (+4 -21) 📝 `langgraph/checkpoint/memory.py` (+26 -85) 📝 `langgraph/checkpoint/sqlite.py` (+36 -118) 📝 `langgraph/managed/few_shot.py` (+4 -4) 📝 `langgraph/pregel/__init__.py` (+16 -4) 📝 `tests/checkpoint/test_aiosqlite.py` (+12 -4) 📝 `tests/checkpoint/test_memory.py` (+16 -8) 📝 `tests/checkpoint/test_sqlite.py` (+24 -17) 📝 `tests/test_pregel.py` (+4 -4) 📝 `tests/test_pregel_async.py` (+2 -2) </details> ### 📄 Description - Combine list and search methods in Checkpointer --- <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-20 17:45:02 -05:00
yindo closed this issue 2026-02-20 17:45:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1563