ts-v3.0.5

mem0ai/mem0ts-v3.0.5May 27, 2026by whysosaket

AI Summary

A feature update for the Mem0 Node SDK mirroring the Python SDK's cascading delete option.

Key Highlights

  • Client now accepts deleteLinked option in options object
  • Deletes linked memories transitively

New Features

  • Cascading delete functionality for linked memories

Full Release Notes

## Mem0 Node SDK (v3.0.5)

**New Features:**
- **Client:** `delete()` accepts an options object with `deleteLinked` (serialized as `delete_linked`, default `false`). When `true`, deleting a memory also removes the older memories it superseded (the v3 linked chain), transitively — the delete-side counterpart of `latestOnly`, so a superseded memory does not resurface after the current one is deleted ([#5270](https://github.com/mem0ai/mem0/pull/5270))