Tools
mem0 2.0.20 pulled its OSS notice system off PostHog feature-flag evaluation and onto a static repo file
Released 2026-09-02T13:18Z for the Python SDK and 13:19Z for the Node SDK, mem0 2.0.20 / ts-v3.1.8 moves notice configuration to a static cacheable repository file with a bundled disabled fallback and deterministic rollout assignment, replacing a live call to PostHog's feature-flag evaluation API (#7185). The stated reason is fail-safe behaviour when the remote config is unavailable, but the practical effect is removing a third-party network request from a memory library's startup path. `RedisDBConfig` also switched to Pydantic's native `extra="forbid"` instead of a custom validator (#7089).
Source
↳ Follow the thread