Skip to content

Commit 139738f

Browse files
INTPYTHON-638 Updated version and CHANGELOG for 0.1.4 (#150)
1 parent 9bfe271 commit 139738f

File tree

4 files changed

+2672
-2666
lines changed

4 files changed

+2672
-2666
lines changed

libs/langgraph-checkpoint-mongodb/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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`.

libs/langgraph-checkpoint-mongodb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "langgraph-checkpoint-mongodb"
7-
version = "0.1.3"
7+
version = "0.1.4"
88
description = "Library with a MongoDB implementation of LangGraph checkpoint saver."
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)