Skip to content

Commit d9c3118

Browse files
committed
INPYTHON-719 & INTPYTHON-645 Prep for langgraph-store-mongodb 0.1.0 release
1 parent 558c83a commit d9c3118

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

libs/langgraph-store-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.0 (2025/08/20)
6+
7+
- Add additional client metadata to ``collection`` objects consumed by ``langgraph-store-mongodb``.
8+
- Improve testing.
9+
510
## Changes in version 0.0.1 (2025/05/09)
611

712
- Initial release, added support for `MongoDBStore`.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
# langraph-store-mongodb
22

33
LangGraph long-term memory using MongoDB.
4-
5-
The implementation is feature complete (v0.0.1), but we may revise the API based on feedback and further usage patterns.

libs/langgraph-store-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-store-mongodb"
7-
version = "0.0.1"
7+
version = "0.1.0"
88
description = "MongoDB implementation of the LangGraph long-term memory store."
99
readme = "README.md"
1010
requires-python = ">=3.9"

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)