Skip to content

Commit 1e4662a

Browse files
authored
INPYTHON-719 & INTPYTHON-645 Prep for langgraph-store-mongodb 0.1.0 release (#197)
1 parent 700899b commit 1e4662a

File tree

5 files changed

+878
-874
lines changed

5 files changed

+878
-874
lines changed

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"

0 commit comments

Comments
 (0)