Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions libs/langgraph-checkpoint-mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

---

## Changes in version 0.2.0 (TBD)
## Changes in version 0.2.0 (2025.08.20)

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

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

Expand Down
2 changes: 1 addition & 1 deletion libs/langgraph-checkpoint-mongodb/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "langgraph-checkpoint-mongodb"
version = "0.1.4"
version = "0.2.0"
description = "Library with a MongoDB implementation of LangGraph checkpoint saver."
readme = "README.md"
requires-python = ">=3.9"
Expand Down
4 changes: 2 additions & 2 deletions libs/langgraph-checkpoint-mongodb/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading