File tree Expand file tree Collapse file tree 4 files changed +2672
-2666
lines changed
libs/langgraph-checkpoint-mongodb Expand file tree Collapse file tree 4 files changed +2672
-2666
lines changed Original file line number Diff line number Diff line change 22
33---
44
5+ ## Changes in version 0.1.4 (2025/06/13)
6+
7+ - Add TTL (time-to-live) indexes for automatic deletion of old checkpoints and writes
8+ - Add delete_thread and adelete_thread methods for manual delete of checkpoints and writes.
9+
510## Changes in version 0.1.3 (2025/04/01)
611
712- Add compatibility with ` pymongo.AsyncMongoClient ` .
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " langgraph-checkpoint-mongodb"
7- version = " 0.1.3 "
7+ version = " 0.1.4 "
88description = " Library with a MongoDB implementation of LangGraph checkpoint saver."
99readme = " README.md"
1010requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments