ts-v3.0.8

mountain-loop/yaakts-v3.0.8Jun 13, 2026by whysosaket

AI Summary

This release adds a contextual notices system to guide users to the Mem0 Platform and upgrades dependencies to remediate security vulnerabilities.

Key Highlights

  • Contextual OSS-to-Platform notices system
  • Upgrade @langchain/community for CVE fixes
  • Resolve Dependabot alerts

New Features

  • Contextual notices for first run and slow queries
  • Security updates for @langchain/community

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