ts-v3.0.2
mem0ai/mem0ts-v3.0.2Apr 25, 2026by whysosaket
AI Summary
Bug fixes in Node SDK including LLM timeout forwarding to OpenAI client, telemetry version injection hardening, and documentation updates.
Key Highlights
- LLMs: Forward timeout config to OpenAI client in JS OSS LLM providers
- Telemetry: Harden TS telemetry version injection and require changelog entry on version bump
- Docs: Update memory tool list, CLI usage, and config file reading logic
Full Release Notes
## Mem0 Node SDK (v3.0.2) **Bug Fixes:** - **LLMs:** Forward `timeout` config to OpenAI client in JS OSS LLM providers ([#4770](https://github.com/mem0ai/mem0/pull/4770)) **Improvements:** - **Telemetry:** Harden TS telemetry version injection and require changelog entry on version bump ([#4900](https://github.com/mem0ai/mem0/pull/4900)) - **Docs:** Update memory tool list, CLI usage, and config file reading logic ([#4861](https://github.com/mem0ai/mem0/pull/4861))