Skip to content

Commit 979000f

Browse files
authored
INTPYTHON-829 - Update changelog + version for langgraph-checkpoint-mongodb 0.3.0 release (#275)
1 parent 10e120a commit 979000f

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

libs/langgraph-checkpoint-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.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+
510
## Changes in version 0.2.2 (2025/11/13)
611

712
- 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).

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

libs/langgraph-checkpoint-mongodb/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.

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)