From fa15db089d3a029abfe0f879ac50dfdde862cb39 Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Thu, 19 Jun 2025 12:32:33 +0530 Subject: [PATCH] Update Changelog (#2985) --- docs/changelog.mdx | 463 +++++++++++++++++++++------------------------ 1 file changed, 219 insertions(+), 244 deletions(-) diff --git a/docs/changelog.mdx b/docs/changelog.mdx index 2858b43b..26623874 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -8,6 +8,127 @@ mode: "wide" + + +**New Features:** +- **AgentOps:** Added AgentOps integration +- **LM Studio:** Added response_format parameter for LM Studio configuration +- **Examples:** Added Memory agent powered by voice (Cartesia + Agno) + +**Improvements:** +- **AI SDK:** Added output_format parameter +- **Client:** Enhanced update method to support metadata +- **Google:** Added Google Genai library support + +**Bug Fixes:** +- **Build:** Fixed Build CI failure +- **Pinecone:** Fixed pinecone for async memory + + + + + +**New Features:** +- **MongoDB:** Added MongoDB Vector Store support +- **Client:** Added client support for summary functionality + +**Improvements:** +- **Pinecone:** Fixed pinecone version issues +- **OpenSearch:** Added logger support +- **Testing:** Added python version test environments + + + + + +**Improvements:** +- **Documentation:** + - Updated Livekit documentation migration + - Updated OpenMemory hosted version documentation +- **Core:** Updated categorization flow +- **Storage:** Fixed migration issues + + + + + +**New Features:** +- **Cloudflare:** Added Cloudflare vector store support +- **Search:** Added threshold parameter to search functionality +- **API:** Added wildcard character support for v2 Memory APIs + +**Improvements:** +- **Documentation:** Updated README docs for OpenMemory environment setup +- **Core:** Added support for unique user IDs + +**Bug Fixes:** +- **Core:** Fixed error handling exceptions + + + + + +**Bug Fixes:** +- **Vector Stores:** Fixed GET_ALL functionality for FAISS and OpenSearch + + + + + +**New Features:** +- **LLM:** Added support for OpenAI compatible LLM providers with baseUrl configuration + +**Improvements:** +- **Documentation:** + - Fixed broken links + - Improved Graph Memory features documentation clarity + - Updated enable_graph documentation +- **TypeScript SDK:** Updated Google SDK peer dependency version +- **Client:** Added async mode parameter + + + + + +**New Features:** +- **Examples:** Added Neo4j example +- **AI SDK:** Added Google provider support +- **OpenMemory:** Added LLM and Embedding Providers support + +**Improvements:** +- **Documentation:** + - Updated memory export documentation + - Enhanced role-based memory attribution rules documentation + - Updated API reference and messages documentation + - Added Mastra and Raycast documentation + - Added NOT filter documentation for Search and GetAll V2 + - Announced Claude 4 support +- **Core:** + - Removed support for passing string as input in client.add() + - Added support for sarvam-m model +- **TypeScript SDK:** Fixed types from message interface + +**Bug Fixes:** +- **Memory:** Prevented saving prompt artifacts as memory when no new facts are present +- **OpenMemory:** Fixed typos in MCP tool description + + + + + +**New Features:** +- **Neo4j:** Added base label configuration support + +**Improvements:** +- **Documentation:** + - Updated Healthcare example index + - Enhanced collaborative task agent documentation clarity + - Added criteria-based filtering documentation +- **OpenMemory:** Added cURL command for easy installation +- **Build:** Migrated to Hatch build system + + + **New Features:** @@ -442,6 +563,104 @@ mode: "wide" + + +**New Features:** +- **Rate Limiting:** Implemented comprehensive rate limiting system + +**Improvements:** +- **Performance:** Added performance indexes for memory stats query + +**Bug Fixes:** +- **Search:** Fixed search events not respecting top-k parameter + + + + + +**New Features:** +- **Memory Management:** Implemented OpenAI Batch API for Memory Cleaning with fallback +- **Playground:** Added Claude 4 support on Playground + +**Improvements:** +- **Memory:** Added ability to update memory metadata + + + + + +**New Features:** +- **UI:** New Memories Page UI design + + + + + +**Improvements:** +- **Infrastructure:** Migrated to Application Load Balancer (ALB) + + + + + +**Improvements:** +- **Memory Management:** Enhanced Memory Management with Cosine Similarity Fallback + + + + + +**New Features:** +- **OMM:** Added OMM Script and UI functionality + +**Improvements:** +- **API:** Added filters validation to semantic_search_v2 endpoint + + + + + +**New Features:** +- **Intercom:** Set Intercom events for ADD and SEARCH operations +- **OpenMemory:** Added Posthog integration and feedback functionality +- **MCP:** New JavaScript MCP Server with feedback support + +**Improvements:** +- **Structured Data:** Enhanced structured data handling in memory management + + + + + +**New Features:** +- **OAuth:** Added Mem0 OAuth integration +- **OMM:** Added OMM-Mem0 sync for deleted memories + + + + + +**New Features:** +- **Filters:** Implemented Wildcard Filters and refactored filter logic in V2 Views + + + + + +**New Features:** +- **OpenMemory Cloud:** Added OpenMemory Cloud support +- **Structured Data:** Added 'structured_attributes' field to Memory model + + + + + +**New Features:** +- **Projects:** Added version and enable_graph to project views +- **OpenMemory:** Added Postgres support for OpenMemory + + + **Bug Fixes:** @@ -449,250 +668,6 @@ mode: "wide" - - -**New Features:** -- **Graph:** Added Neo4J Graph Migration -- **API:** Added API to set custom instructions - - - - - -**New Features:** -- **API:** Added Org-wide API Limit and Usage - -**Improvements:** -- **Database:** Added migration for "is_deleted" column -- **Graph:** Improved graph queries - - - - - -**New Features:** -- **Lambda:** Added actions to lambda -- **Core:** Added background runs support -- **Models:** Added o4-mini for pro users - - - - - -**New Features:** -- **Integrations:** Added Intercom Events integration -- **Billing:** Added prefilled email for payments -- **Organizations:** Added Pro organization marking - -**Improvements:** -- **UI:** Fixed loading jitter for organization selection -- **Infrastructure:** Improved production scaling - - - - - -**Improvements:** -- **Memory:** Fixed filters in Memory Page -- **Deployment:** Added custom categories for on-premise - - - - - -**Improvements:** -- **Backend:** Updated Django settings for metrics -- **Memory:** Added retries to memory filtering -- **Search:** Added scoring mechanism - - - - - -**Improvements:** -- **Deployment:** Updated deployment scripts -- **Testing:** Added code coverage tracking -- **Memory:** Added background cron job for memory quality - - - - - -**New Features:** -- **Models:** Added support for 4.1-mini model - -**Improvements:** -- **Infrastructure:** Increased instance count -- **API:** Added V2 for Manage Entities - - - - - -**New Features:** -- **Testing:** Added code coverage tracking -- **AI:** Added Keywords AI integration - -**Improvements:** -- **UI:** Updated UI with tabs -- **Database:** Added migrations for custom instructions -- **Search:** Added criteria filtering - - - - - -**Improvements:** -- **Performance:** Parallelized embedding calls -- **Monitoring:** Added timing for LLM calls -- **Search:** Added category checking in Search V2 -- **Bug Fixes:** Fixed issues with ADD filters -- **Graph:** Implemented new graph updates - - - - - -**Improvements:** -- **Memory:** Fixed memory export functionality -- **Analytics:** Added logging for project - - - - - -**Improvements:** -- **Output:** Added memory_type display for ADD output - - - - - -**New Features:** -- **UI:** Added new Pricing Component -- **Memory:** Implemented Long/Short term memory categorization -- **Output:** Modified serializer to hide memory_type - -**Documentation:** -- Updated README for deployment - - - - - -**New Features:** -- **Memory:** Added timestamp to ADD call - -**Bug Fixes:** -- Fixed issues with coreV2 - - - - - -**New Features:** -- **Memory:** Implemented backdating with migrations and backfilling script - - - - - -**New Features:** -- **Billing:** Integrated Stripe Billing Dashboard -- **Admin:** Added webhook creation functionality - -**Bug Fixes:** -- Fixed Users Page issues -- Fixed Custom Categories -- Fixed Table components -- Updated Stripe configuration - - - - - -**Improvements:** -- **Performance:** Made Admin panel and Memory Page faster -- **Security:** Implemented active session cancellation -- **Analytics:** Added Stripe customer ID capture - - - - - -**New Features:** -- **Memory Management:** - - Added ability to delete memories from Project level with filters - - Added delete memories capability on Memories Page -- **Memory Visualization:** Released V1 Graph Memory Visualization -- **Graph Playground:** Enabled for @mem0.ai users -- **Notifications:** Added email alerts to organization owners when new members join -- **Memory Export:** Added date support for filtering memory exports - -**Improvements:** -- **Performance:** - - Optimized graph for better performance - - Optimized database calls in ADD method -- **Analytics:** Added flagging of paid users in Posthog -- **CI/CD:** Improved CI pipeline and fixed lint issues - - - - - -**New Features:** -- **Notifications:** Implemented email notifications for organization owners when new members join - -**Improvements:** -- **CI/CD:** Fixed Dockerfile for CI tests - - - - - -**Improvements:** -- **Integrations:** Updated chat model for Together Qwen -- **Platform:** Removed older platforms -- **Bug Fixes:** Fixed FILTER_MAPPING - - - - - -**New Features:** -- **Memory:** Added implicit memory capabilities -- **API:** Improved implicit lambda and get_all v2 functionality - - - - - -**New Features:** -- **Integrations:** Added Clay integration - -**Improvements:** -- **Integrations:** Removed deepseek coder from Together -- **API:** Added custom instructions for add v2 - - - - - -**Security:** -- **Validation:** Added key validation in messages - - - - -- **Updated Playground Prompt** -- **Send Email on User Addition to Org/Proj** -- **Fix Search Entity** - - - -- **General Stability & Performance Improvements** - -