You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libs/langgraph-checkpoint-mongodb/CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
---
4
4
5
+
## Changes in version 0.3.0 (2025/11/19)
6
+
- Allow custom serde objects to be passed to MongoDBSaver for serialization/deserialization.
7
+
- Remove the deprecated AsyncMongoDBSaver class, which has been replaced by MongoDBSaver's async methods.
8
+
- Update dependencies to require LangChain and LangGraph versions 1.0.0 and above.
9
+
5
10
## Changes in version 0.2.2 (2025/11/13)
6
11
7
12
- Bumps minimum version of langgraph-checkpoint to 3.0 to address the Remode Code Execution CVE in JsonPlusSerializer's "json" mode, described [here](https://osv.dev/vulnerability/GHSA-wwqv-p2pp-99h5).
0 commit comments