ts-v3.1.8

mem0ai/mem0ts-v3.1.8Sep 2, 2026by kartik-mem0

AI Summary

This release mirrors the improvements found in the Python SDK, specifically regarding OSS notices. The configuration has been moved from a remote API to a static, cacheable repository file to improve reliability and remove dependency on external feature-flag services.

Key Highlights

  • OSS notices configuration now comes from a static, cacheable repository file with a bundled disabled fallback.
  • Notice evaluation is now fail-safe when the remote config is unavailable.
  • PostHog feature-flag requests have been removed from notice evaluation.
  • Deterministic rollout assignment is now used for notice configuration.

Full Release Notes

**Improvements:**
- **OSS notices:** Notice configuration now comes from a static, cacheable repository file with a bundled disabled fallback and deterministic rollout assignment, instead of calling PostHog's feature-flag evaluation API. This keeps notices fail-safe when the remote config is unavailable and removes the PostHog feature-flag request from notice evaluation ([#7185](https://github.com/mem0ai/mem0/pull/7185))