Skip to content

Releases: mem0ai/mem0

v1.0.7

20 Mar 22:45
30661ab

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

17 Mar 15:47
3cdcb65

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.5...v1.0.6

v1.0.5

03 Mar 22:26
34c797d

Choose a tag to compare

What's Changed

  • docs: add memory_categorize webhook event type by @MgeeeeK in #4077
  • Add source openclaw by @deshraj in #4082
  • Update OpenClaw integration architecture diagram by @prathameshagrawal in #4079
  • fix: Bug: Openclaw Extension OSS Mode lacks threshold restrictions (#4106) by @mem0-bot[bot] in #4115
  • fix(oss): validate LLM fact output via FactRetrievalSchema before embedding by @mgoulart in #4083
  • docs: update delete_all to reflect filter validation breaking change by @whysosaket in #4103
  • chore(ts-sdk): bump axios to 1.13.6 by @whysosaket in #4177
  • fix: disable ph telemetry still calls posthog by @whysosaket in #4203

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

17 Feb 22:34
a140829

Choose a tag to compare

What's Changed

  • chore: remove legacy v0.x docs and version dropdown by @whysosaket in #4060
  • OpenClaw plugin: fix auto-recall injection and auto-capture message drop by @Zlo7 in #4065
  • chore: update user facing timestamp for a memory by @MgeeeeK in #4066

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

03 Feb 05:37
69a832d

Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

13 Jan 07:39
dba7f04

Choose a tag to compare

What's Changed

  • [feat add]FastEmbed embedding for local embeddings by @lucifertrj in #3552
  • Fix condition check for memories_result type in Memory class by @aesher9o1 in #3596
  • Add Apache Cassandra vector store support by @faizan842 in #3578
  • feat: Add configurable embedding similarity threshold for graph store node matching by @ron-42 in #3593
  • Fix list_memories endpoint Pydantic validation error by @frederikb96 in #3608
  • Fix memory deletion not removing from vector store by @frederikb96 in #3610
  • Fix embedder config schema to support embeddingDims and url parameters by @Mrinank-Bhowmick in #3633
  • Fix condition check for memories_result type in AsyncMemory class by @rahulsharmavishwakarma in #3621
  • Add redirect to new apis doc page by @prateekchhikara in #3639
  • fix: Prevent Mock object issues in graph memory tests by @ron-42 in #3627
  • Fix: Add missing filter methods to AsyncMemory by @frederikb96 in #3624
  • Fix REST API infer parameter ignored by @frederikb96 in #3607
  • Add delete_memories MCP tool for targeted deletion by @frederikb96 in #3616
  • feat(api): add vector store configuration endpoints by @vedant381 in #3583
  • [fix] list' object has no attribute 'id' - Id fault with chroma pinecone and other providers by @parthshr370 in #3693
  • Add Strands agent (with AWS ElastiCache and Neptune) example mention in Joint blog post by Mem0 and AWS by @swarnaprakash in #3824
  • chore: remove unnecessary dependencies from Vercel AI SDK to reduce package size by @whysosaket in #3856
  • (ts-sdk-update): Update for TypeScript SDK v2.2. by @whysosaket in #3865
  • feat(ts-sdk): add support for keyword arguments in add and search methods by @whysosaket in #3895
  • INTPYTHON-722 - Add DriverInfo metadata to MongoDB vector store by @NoahStapp in #3648
  • chore: do a disk cleanup in gh actions by @whysosaket in #3899
  • (fix): mongodb distribution name, azure ai search, and workflow trigger by @whysosaket in #3900
  • (version-bump): update the project version to v1.0.2 by @whysosaket in #3902

New Contributors

Full Changelog: v1.0.0...v1.0.2

v1.0.0

16 Oct 10:35
394203d

Choose a tag to compare

πŸš€ What’s New in Mem0 v1.0.0

This release marks a major milestone for Mem0 β€” introducing v1.0.0 with key architectural improvements, expanded vector store integrations, and broader LLM provider compatibility. Expect better performance, more stability, and enhanced developer experience across SDKs.

🌟 New Features

  • Added Azure MySQL support for improved cloud database flexibility by @parshvadaftari
  • Introduced Azure AI Search Vector Store support for the TypeScript SDK by @G26karthik
  • Added Tool Call support for LangchainLLM by @soapun
  • Enabled custom model and parameters for Hugging Face with huggingface_base_url by @vedant381
  • Added default LLM configuration updates for streamlined setup by @parshvadaftari
  • Enabled async mode as default for optimized performance by @kk2211
  • Reranker support - cohere, zeroentropy, huggingface, sentence transformers and LLMs by @parshvadaftari
  • Added metadata filtering for the OSS @parshvadaftari
  • Added Assisstant memory retrieval by @parshvadaftari
  • Improved prompt for better memory retrieval by @parshvadaftari

🧠 Improvements & Fixes

  • Refactored v2 search and update examples by @parshvadaftari
  • Fixed Databricks Vector Store integration by @hayescode
  • Fixed Milvus DB bug and added test coverage by @parshvadaftari
  • Fixed Weaviate search method by @matanco1
  • Fixed non-serializable objects in config deepcopy by @lsvishaal
  • Fixed bug with thinking LLM in vLLM by @dog-last
  • Fixed license and README metadata by @lsvishaal
  • Fixed hardcoded embedding dimensions and TypeScript build issues by @Mrinank-Bhowmick
  • Fixed missing β€˜data’ key handling during search operations by @lsvishaal
  • Improved Get Memories playground and documentation examples by @parshvadaftari
  • Added detailed explanation for output_format v1.1 parameter by @lsvishaal
  • Updated dependency compatibility with OpenAI 2.x by @yashikabadaya
  • Updated main script and removed stale code by @deshraj
  • Added version=v2 as default param in AI SDK add calls by @whysosaket
  • Validated embedding_dims for Kuzu integration by @soapun

🧩 Documentation Updates

πŸ‘₯ New Contributors

Full Changelog: [v0.1.118 β†’ v1.0.0](v0.1.118...v1.0.0)

v0.1.118

25 Sep 20:52
ed5a1e9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.117...v0.1.118

v1.0.0beta

18 Sep 15:06

Choose a tag to compare

v1.0.0beta Pre-release
Pre-release

πŸš€ What's New in Beta

This beta release introduces significant improvements to Mem0's core functionality, enhanced vector store integrations, and better LLM provider support.

New Feature

What's Changed

New Contributors

Full Changelog: v0.1.117...v1.0.0beta

v0.1.117

03 Sep 17:43
5e8d5e4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.116...v0.1.117