What's Changed
- fix: make AsyncMemory.from_config a regular classmethod by @Br1an67 in #4183
- fix: reset graph database in Memory.reset() by @Br1an67 in #4185
- fix(ts): extract JSON from chatty LLM responses in fact retrieval by @Krishnachaitanyakc in #4533
- feat(bedrock): add MiniMax provider support for AWS Bedrock by @norrishuang in #4609
- redesign docs introduction page with compact 3x2 grid layout by @prathameshagrawal in #4598
- Link fix by @prathameshagrawal in #4631
- fix(vllm): forward response_format to OpenAI-compatible API by @rakheesingh in #4608
- feat(cli): add email verification code login to mem0 init by @kk2211 in #4623
- fix(deepseek): forward response_format to OpenAI-compatible API by @rakheesingh in #4635
- fix(cli): fix critical crashes, improve error messages, UX and validation in Node.js and Python SDKs by @whysosaket in #4636
- ci(cli): add CI pipelines for Node and Python CLI SDKs by @whysosaket in #4640
- docs: update Twitter references to X (formerly Twitter) by @Genarojrsanchez in #4432
- fix: only list authorized collections when listing MongoDB collections by @NoahStapp in #3888
- fix(configs): migrate CassandraConfig and AzureMySQLConfig to pydantic v2 ConfigDict by @Prithvi1994 in #4646
- fix: pass dimensions parameter to OpenAI embeddings API by @wobushixiaoj in #4632
- fix: replace .single() with .maybeSingle() in SupabaseDB.get() to handle missing rows by @SaharshPatel24 in #4599
- feat(cli): add event commands, --json/--agent flag, agent output sanitization, and edge-case hardening for CLI SDKs by @whysosaket in #4649
- feat(cli): add CD workflow and bump version to 0.2.0b1 by @whysosaket in #4653
- fix(cd): restrict PyPI publish to main SDK tags only by @whysosaket in #4654
- feat(openclaw): skills-based memory architecture with batched extraction by @chaithanyak42 in #4624
- chore: release by @kartik-mem0 in #4657
New Contributors
- @Krishnachaitanyakc made their first contribution in #4533
- @norrishuang made their first contribution in #4609
- @rakheesingh made their first contribution in #4608
- @Genarojrsanchez made their first contribution in #4432
- @Prithvi1994 made their first contribution in #4646
- @wobushixiaoj made their first contribution in #4632
- @SaharshPatel24 made their first contribution in #4599
Full Changelog: v1.0.9...v1.0.10