Update Changelog (#3211)
This commit is contained in:
@@ -8,6 +8,92 @@ mode: "wide"
|
||||
<Tabs>
|
||||
<Tab title="Python">
|
||||
|
||||
<Update label="2025-07-05" description="v0.1.114">
|
||||
|
||||
**New Features:**
|
||||
- **OpenAI Agents:** Added OpenAI agents SDK support
|
||||
- **Amazon Neptune:** Added Amazon Neptune Analytics graph_store configuration and integration
|
||||
- **vLLM:** Added vLLM support
|
||||
|
||||
**Improvements:**
|
||||
- **Documentation:**
|
||||
- Added SOC2 and HIPAA compliance documentation
|
||||
- Enhanced group chat feature documentation for platform
|
||||
- Added Google AI ADK Integration documentation
|
||||
- Fixed documentation images and links
|
||||
- **Setup:** Fixed Mem0 setup, logging, and documentation issues
|
||||
|
||||
**Bug Fixes:**
|
||||
- **MongoDB:** Fixed MongoDB Vector Store misaligned strings and classes
|
||||
- **vLLM:** Fixed missing OpenAI import in vLLM module and call errors
|
||||
- **Dependencies:** Fixed CI issues related to missing dependencies
|
||||
- **Installation:** Reverted pip install changes
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="2025-06-30" description="v0.1.113">
|
||||
|
||||
**Bug Fixes:**
|
||||
- **Gemini:** Fixed Gemini embedder configuration
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="2025-06-27" description="v0.1.112">
|
||||
|
||||
**New Features:**
|
||||
- **Memory:** Added immutable parameter to add method
|
||||
- **OpenMemory:** Added async_mode parameter support
|
||||
|
||||
**Improvements:**
|
||||
- **Documentation:**
|
||||
- Enhanced platform feature documentation
|
||||
- Fixed documentation links
|
||||
- Added async_mode documentation
|
||||
- **MongoDB:** Fixed MongoDB configuration name
|
||||
|
||||
**Bug Fixes:**
|
||||
- **Bedrock:** Fixed Bedrock LLM, embeddings, tools, and temporary credentials
|
||||
- **Memory:** Fixed memory categorization by updating dependencies and correcting API usage
|
||||
- **Gemini:** Fixed Gemini Embeddings and LLM issues
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="2025-06-23" description="v0.1.111">
|
||||
|
||||
**New Features:**
|
||||
- **OpenMemory:**
|
||||
- Added OpenMemory augment support
|
||||
- Added OpenMemory Local Support using new library
|
||||
- **vLLM:** Added vLLM support integration
|
||||
|
||||
**Improvements:**
|
||||
- **Documentation:**
|
||||
- Added MCP Client Integration Guide and updated installation commands
|
||||
- Improved Agent Id documentation for Mem0 OSS Graph Memory
|
||||
- **Core:** Added JSON parsing to solve hallucination errors
|
||||
|
||||
**Bug Fixes:**
|
||||
- **Gemini:** Fixed Gemini Embeddings migration
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="2025-06-20" description="v0.1.110">
|
||||
|
||||
**New Features:**
|
||||
- **Baidu:** Added Baidu vector database integration
|
||||
|
||||
**Improvements:**
|
||||
- **Documentation:**
|
||||
- Updated changelog
|
||||
- Fixed example in quickstart page
|
||||
- Updated client.update() method documentation in OpenAPI specification
|
||||
- **OpenSearch:** Updated logger warning
|
||||
|
||||
**Bug Fixes:**
|
||||
- **CI:** Fixed failing CI pipeline
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="2025-06-19" description="v0.1.109">
|
||||
|
||||
**New Features:**
|
||||
@@ -588,6 +674,185 @@ mode: "wide"
|
||||
|
||||
<Tab title="Platform">
|
||||
|
||||
<Update label="2025-07-23" description="">
|
||||
|
||||
**Bug Fixes:**
|
||||
- **Memory:** Fixed ADD functionality
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="2025-07-19" description="">
|
||||
|
||||
**New Features:**
|
||||
- **UI:** Added Settings UI and latency display
|
||||
- **Performance:** Neo4j query optimization
|
||||
|
||||
**Bug Fixes:**
|
||||
- **OpenMemory:** Fixed OMM raising unnecessary exceptions
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="2025-07-18" description="">
|
||||
|
||||
**Improvements:**
|
||||
- **UI:** Updated Event UI
|
||||
- **Performance:** Fixed N+1 query issue in semantic_search_v2 by optimizing MemorySerializer field selection
|
||||
|
||||
**Bug Fixes:**
|
||||
- **Memory:** Fixed duplicate memory index sentry error
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="2025-07-17" description="">
|
||||
|
||||
**New Features:**
|
||||
- **UI:** New Settings Page
|
||||
- **Memory:** Duplicate memories entities support
|
||||
|
||||
**Improvements:**
|
||||
- **Performance:** Optimized semantic search and get_all APIs by eliminating N+1 queries
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="2025-07-16" description="">
|
||||
|
||||
**New Features:**
|
||||
- **Database:** Implemented read replica routing with enhanced logging and app-specific DB routing
|
||||
|
||||
**Improvements:**
|
||||
- **Performance:** Improved query performance in search v2 and get all v2 endpoints
|
||||
|
||||
**Bug Fixes:**
|
||||
- **API:** Fixed pagination for get all API
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="2025-07-12" description="">
|
||||
|
||||
**Bug Fixes:**
|
||||
- **Graph:** Fixed social graph bugs and connection issues
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="2025-07-11" description="">
|
||||
|
||||
**Improvements:**
|
||||
- **Rate Limiting:** New rate limit for V2 Search
|
||||
|
||||
**Bug Fixes:**
|
||||
- **Slack:** Fixed Slack rate limit error with backend improvements
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="2025-07-10" description="">
|
||||
|
||||
**Improvements:**
|
||||
- **Performance:**
|
||||
- Changed connection pooling time to 5 minutes
|
||||
- Separated graph lambdas for better performance
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="2025-07-09" description="">
|
||||
|
||||
**Improvements:**
|
||||
- **Graph:** Graph Optimizations V2 and memory improvements
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="2025-07-08" description="">
|
||||
|
||||
**New Features:**
|
||||
- **Database:** Added read replica support for improved database performance
|
||||
- **UI:** Implemented UI changes for Users Page
|
||||
- **Feedback:** Enabled feedback functionality
|
||||
|
||||
**Bug Fixes:**
|
||||
- **Serializer:** Fixed GET ALL Serializer
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="2025-07-05" description="">
|
||||
|
||||
**New Features:**
|
||||
- **UI:** User Page Revamp and New Users Page
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="2025-07-04" description="">
|
||||
|
||||
**New Features:**
|
||||
- **Users:** New Users Page implementation
|
||||
- **Tools:** Added script to backfill memory categories
|
||||
|
||||
**Bug Fixes:**
|
||||
- **Filters:** Fixed Filters Get All functionality
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="2025-07-03" description="">
|
||||
|
||||
**Improvements:**
|
||||
- **Graph:** Graph Memory optimization
|
||||
- **Memory:** Fixed exact memories and semantically similar memories retrieval
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="2025-07-02" description="">
|
||||
|
||||
**Improvements:**
|
||||
- **Categorization:** Refactored categorization logic to utilize Gemini 2.5 Flash and improve message handling
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="2025-07-01" description="">
|
||||
|
||||
**Bug Fixes:**
|
||||
- **Memory:** Fixed old_memory issue in Async memory addition lambda
|
||||
- **Events:** Fixed missing events
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="2025-06-30" description="">
|
||||
|
||||
**Improvements:**
|
||||
- **Graph:** Improvements to graph memory and added user to LTM-STM
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="2025-06-28" description="">
|
||||
|
||||
**New Features:**
|
||||
- **Graph:** Added support for SQS in graph memory addition
|
||||
- **Testing:** Added Locust load testing script and Grafana Dashboard
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="2025-06-27" description="">
|
||||
|
||||
**Improvements:**
|
||||
- **Rate Limiting:** Updated rate limiting for ADD API to 1000/min
|
||||
- **Performance:** Improved Neo4j performance
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="2025-06-26" description="">
|
||||
|
||||
**New Features:**
|
||||
- **Memory:** Edit Memory From Drawer functionality
|
||||
- **API:** Added Topic Suggestions API Endpoint
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="2025-06-25" description="">
|
||||
|
||||
**New Features:**
|
||||
- **Group Chat:** Group-Chat v2 with Actor-Aware Memories
|
||||
- **Memory:** Editable Metadata in Memories
|
||||
- **UI:** Memory Actions Badges
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="2025-06-19" description="">
|
||||
|
||||
**New Features:**
|
||||
|
||||
Reference in New Issue
Block a user