Mem0 Node SDK (v3.0.10)
- Memory (OSS): Guard against malformed
image_urlentries inparseVisionMessagesto prevent crashes (#5631) - Memory (OSS): Return
attributedTofromget(),search(), andgetAll()(#5675) - Memory (OSS): Preserve message roles in the extraction input so assistant facts aren't attributed to the user (#5643)
- Memory (OSS): Reject empty or blank messages in
Memory.add()to prevent hallucinated memories (#5545) - Memory (OSS): Check
message.roleinstead ofcontentwhen detecting system messages (#3921) - LLMs: Honor the configured
baseURLinAnthropicLLM(#5740) - Client: Preserve
customCategoriesnames through key conversion (#5741) - Client: Prevent hallucinated memories on an empty messages payload (#5613)
- Client: Preserve user metadata keys across the case-conversion round-trip (#5515)
Security:
- Dependencies: Upgrade
form-datato>=4.0.6across pnpm workspaces to remediate CVE-2026-12143 (#5618)