ts-v3.0.8

eisenzopf/rvoipts-v3.0.8Jun 13, 2026by whysosaket

AI Summary

Updates to the Mem0 Node SDK focusing on telemetry and security vulnerability remediation.

Key Highlights

  • Added contextual OSS-to-Platform notices system
  • Upgraded @langchain/community to remediate CVEs

New Features

  • Telemetry system enabled/disabled via MEM0_TELEMETRY=false
  • Dependency upgrades for security patches

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))