ts-v3.0.8
mem0ai/mem0ts-v3.0.8Jun 13, 2026by whysosaket
AI Summary
Node SDK update adding platform notices and updating dependencies for security.
Key Highlights
- Added contextual OSS-to-Platform notices system for first run and performance thresholds.
- Upgraded `@langchain/community` to remediate CVE-2026-27795 and CVE-2026-26019.
- Resolved all open MEDIUM Dependabot alerts via pnpm overrides.
New Features
- Contextual notices system that surfaces situation-aware messages pointing to Platform capabilities.
Full Release Notes
## Mem0 Node SDK (v3.0.8) **New Features:** - **Memory:** Add a contextual OSS-to-Platform notices system that surfaces occasional, situation-aware messages (first run, scale/performance thresholds, slow queries, and when temporal/decay features are relevant) pointing to the corresponding Mem0 Platform capabilities; disable via `MEM0_TELEMETRY=false` ([#5494](https://github.com/mem0ai/mem0/pull/5494)) **Security:** - **Dependencies:** Upgrade `@langchain/community` to `^1.1.18` to remediate CVE-2026-27795 and CVE-2026-26019 ([#5510](https://github.com/mem0ai/mem0/pull/5510)) - **Dependencies:** Resolve all open MEDIUM Dependabot alerts via pnpm overrides ([#5489](https://github.com/mem0ai/mem0/pull/5489))