This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+7 more
Summary
AI summaryClient delete() now supports deleteLinked option to remove superseded memories.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
`delete()` now accepts `deleteLinked` option to remove linked older memories. `delete()` now accepts `deleteLinked` option to remove linked older memories. Source: llm_adapter@2026-05-27 Confidence: low |
— |
| Feature | Low |
`delete()` now accepts an options object with `deleteLinked` (serialized as `delete_linked`, default `false`). `delete()` now accepts an options object with `deleteLinked` (serialized as `delete_linked`, default `false`). Source: granite4.1:30b@2026-05-27-audit Confidence: low |
— |
| Feature | Low |
When `deleteLinked` is `true`, deleting a memory also removes the older memories it superseded in the v3 linked chain, transitively. When `deleteLinked` is `true`, deleting a memory also removes the older memories it superseded in the v3 linked chain, transitively. Source: granite4.1:30b@2026-05-27-audit Confidence: low |
— |
Full changelog
Mem0 Node SDK (v3.0.5)
New Features:
- Client:
delete()accepts an options object withdeleteLinked(serialized asdelete_linked, defaultfalse). Whentrue, deleting a memory also removes the older memories it superseded (the v3 linked chain), transitively — the delete-side counterpart oflatestOnly, so a superseded memory does not resurface after the current one is deleted (#5270)
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Beta — feedback welcome: [email protected]