Skip to content

Commit 700899b

Browse files
authored
INTPYTHON-703 Prepare for langgraph-checkpoint-mongodb 0.2 (#196)
1 parent 558c83a commit 700899b

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

libs/langgraph-checkpoint-mongodb/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
---
44

5-
## Changes in version 0.2.0 (TBD)
5+
## Changes in version 0.2.0 (2025.08.20)
66

77
- Implements async methods of MongoDBSaver.
8-
- Deprecates ASyncMongoDBSaver, to be removed in 0.3.0
8+
- Deprecates ASyncMongoDBSaver, to be removed in 0.3.0.
9+
- Add additional client metadata to ``collection`` objects consumed by ``langgraph-checkpoint-mongodb``.
10+
- Fixes persistence of user metadata for ``langgraph`` 0.5+.
911

1012
## Changes in version 0.1.4 (2025/06/13)
1113

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.4"
7+
version = "0.2.0"
88
description = "Library with a MongoDB implementation of LangGraph checkpoint saver."
99
readme = "README.md"
1010
requires-python = ">=3.9"

libs/langgraph-checkpoint-mongodb/uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)