Mem0 Node SDK (v3.0.12)
New Features:
- Client: Add
expirationDatetoAddMemoryOptions,update(), and theMemoryinterface; addshowExpiredtoSearchMemoryOptionsandGetAllMemoryOptions(#5874) - LLMs: Add
MiniMaxLLMprovider backed by the OpenAI-compatible MiniMax API (api.minimax.io/v1, default modelMiniMax-M2.7) (#5858) - LLMs: Add
LiteLLMprovider for routing requests through a local or hosted LiteLLM proxy (#5830) - Vector Stores: Add
connectionStringandssloptions to the PGVector config, allowing connection via URI instead of individual host/user/password/port fields (#5789)
Bug Fixes:
- Memory (OSS): Validate and trim entity IDs (
userId,agentId,runId) indeleteAll()viavalidateAndTrimEntityId(#5735) - Vector Stores: Use nullish coalescing for
hashand timestamps in the Redisinsert()andupdate()paths so entity payloads that omit those fields no longer crash (#5860)
Security:
- Dependencies: Bump
undicito>=6.27.0via pnpm override to remediate CVE-2026-12151 (#5861)