Update Changelog (#2720)
This commit is contained in:
@@ -8,6 +8,85 @@ mode: "wide"
|
|||||||
<Tabs>
|
<Tabs>
|
||||||
<Tab title="Python">
|
<Tab title="Python">
|
||||||
|
|
||||||
|
<Update label="2025-05-10" description="v0.1.100">
|
||||||
|
|
||||||
|
**New Features:**
|
||||||
|
- **Memory:** Added Group Chat Memory Feature support
|
||||||
|
- **Examples:** Added Healthcare assistant using Mem0 and Google ADK
|
||||||
|
|
||||||
|
**Bug Fixes:**
|
||||||
|
- **SSE:** Fixed SSE connection issues
|
||||||
|
- **MCP:** Fixed memories not appearing in MCP clients added from Dashboard
|
||||||
|
|
||||||
|
</Update>
|
||||||
|
|
||||||
|
<Update label="2025-05-07" description="v0.1.99">
|
||||||
|
|
||||||
|
**New Features:**
|
||||||
|
- **OpenMemory:** Added OpenMemory support
|
||||||
|
- **Neo4j:** Added weights to Neo4j model
|
||||||
|
- **AWS:** Added support for Opsearch Serverless
|
||||||
|
- **Examples:** Added ElizaOS Example
|
||||||
|
|
||||||
|
**Improvements:**
|
||||||
|
- **Documentation:** Updated Azure AI documentation
|
||||||
|
- **AI SDK:** Added missing parameters and updated demo application
|
||||||
|
- **OSS:** Fixed AOSS and AWS BedRock LLM
|
||||||
|
|
||||||
|
</Update>
|
||||||
|
|
||||||
|
<Update label="2025-04-30" description="v0.1.98">
|
||||||
|
|
||||||
|
**New Features:**
|
||||||
|
- **Neo4j:** Added support for Neo4j database
|
||||||
|
- **AWS:** Added support for AWS Bedrock Embeddings
|
||||||
|
|
||||||
|
**Improvements:**
|
||||||
|
- **Client:** Updated delete_users() to use V2 API endpoints
|
||||||
|
- **Documentation:** Updated timestamp and dual-identity memory management docs
|
||||||
|
- **Neo4j:** Improved Neo4j queries and removed warnings
|
||||||
|
- **AI SDK:** Added support for graceful failure when services are down
|
||||||
|
|
||||||
|
**Bug Fixes:**
|
||||||
|
- Fixed AI SDK filters
|
||||||
|
- Fixed new memories wrong type
|
||||||
|
- Fixed duplicated metadata issue while adding/updating memories
|
||||||
|
|
||||||
|
</Update>
|
||||||
|
|
||||||
|
<Update label="2025-04-23" description="v0.1.97">
|
||||||
|
|
||||||
|
**New Features:**
|
||||||
|
- **HuggingFace:** Added support for HF Inference
|
||||||
|
|
||||||
|
**Bug Fixes:**
|
||||||
|
- Fixed proxy for Mem0
|
||||||
|
|
||||||
|
</Update>
|
||||||
|
|
||||||
|
<Update label="2025-04-16" description="v0.1.96">
|
||||||
|
|
||||||
|
**New Features:**
|
||||||
|
- **Vercel AI SDK:** Added Graph Memory support
|
||||||
|
|
||||||
|
**Improvements:**
|
||||||
|
- **Documentation:** Fixed timestamp and README links
|
||||||
|
- **Client:** Updated TS client to use proper types for deleteUsers
|
||||||
|
- **Dependencies:** Removed unnecessary dependencies from base package
|
||||||
|
|
||||||
|
</Update>
|
||||||
|
|
||||||
|
<Update label="2025-04-09" description="v0.1.95">
|
||||||
|
|
||||||
|
**Improvements:**
|
||||||
|
- **Client:** Fixed Ping Method for using default org_id and project_id
|
||||||
|
- **Documentation:** Updated documentation
|
||||||
|
|
||||||
|
**Bug Fixes:**
|
||||||
|
- Fixed mem0-migrations issue
|
||||||
|
|
||||||
|
</Update>
|
||||||
|
|
||||||
<Update label="2025-04-26" description="v0.1.94">
|
<Update label="2025-04-26" description="v0.1.94">
|
||||||
|
|
||||||
**New Features:**
|
**New Features:**
|
||||||
@@ -330,6 +409,104 @@ mode: "wide"
|
|||||||
|
|
||||||
<Tab title="Platform">
|
<Tab title="Platform">
|
||||||
|
|
||||||
|
<Update label="2025-05-19" description="">
|
||||||
|
|
||||||
|
**Bug Fixes:**
|
||||||
|
- **Core:** Fixed unicode error in user_id, agent_id, run_id and app_id
|
||||||
|
|
||||||
|
</Update>
|
||||||
|
|
||||||
|
<Update label="2025-05-17" description="">
|
||||||
|
|
||||||
|
**New Features:**
|
||||||
|
- **Graph:** Added Neo4J Graph Migration
|
||||||
|
- **API:** Added API to set custom instructions
|
||||||
|
|
||||||
|
</Update>
|
||||||
|
|
||||||
|
<Update label="2025-05-16" description="">
|
||||||
|
|
||||||
|
**New Features:**
|
||||||
|
- **API:** Added Org-wide API Limit and Usage
|
||||||
|
|
||||||
|
**Improvements:**
|
||||||
|
- **Database:** Added migration for "is_deleted" column
|
||||||
|
- **Graph:** Improved graph queries
|
||||||
|
|
||||||
|
</Update>
|
||||||
|
|
||||||
|
<Update label="2025-05-15" description="">
|
||||||
|
|
||||||
|
**New Features:**
|
||||||
|
- **Lambda:** Added actions to lambda
|
||||||
|
- **Core:** Added background runs support
|
||||||
|
- **Models:** Added o4-mini for pro users
|
||||||
|
|
||||||
|
</Update>
|
||||||
|
|
||||||
|
<Update label="2025-05-10" description="">
|
||||||
|
|
||||||
|
**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
|
||||||
|
|
||||||
|
</Update>
|
||||||
|
|
||||||
|
<Update label="2025-05-09" description="">
|
||||||
|
|
||||||
|
**Improvements:**
|
||||||
|
- **Memory:** Fixed filters in Memory Page
|
||||||
|
- **Deployment:** Added custom categories for on-premise
|
||||||
|
|
||||||
|
</Update>
|
||||||
|
|
||||||
|
<Update label="2025-05-08" description="">
|
||||||
|
|
||||||
|
**Improvements:**
|
||||||
|
- **Backend:** Updated Django settings for metrics
|
||||||
|
- **Memory:** Added retries to memory filtering
|
||||||
|
- **Search:** Added scoring mechanism
|
||||||
|
|
||||||
|
</Update>
|
||||||
|
|
||||||
|
<Update label="2025-05-07" description="">
|
||||||
|
|
||||||
|
**Improvements:**
|
||||||
|
- **Deployment:** Updated deployment scripts
|
||||||
|
- **Testing:** Added code coverage tracking
|
||||||
|
- **Memory:** Added background cron job for memory quality
|
||||||
|
|
||||||
|
</Update>
|
||||||
|
|
||||||
|
<Update label="2025-05-06" description="">
|
||||||
|
|
||||||
|
**New Features:**
|
||||||
|
- **Models:** Added support for 4.1-mini model
|
||||||
|
|
||||||
|
**Improvements:**
|
||||||
|
- **Infrastructure:** Increased instance count
|
||||||
|
- **API:** Added V2 for Manage Entities
|
||||||
|
|
||||||
|
</Update>
|
||||||
|
|
||||||
|
<Update label="2025-05-04" description="">
|
||||||
|
|
||||||
|
**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
|
||||||
|
|
||||||
|
</Update>
|
||||||
|
|
||||||
<Update label="2025-04-26" description="">
|
<Update label="2025-04-26" description="">
|
||||||
|
|
||||||
**Improvements:**
|
**Improvements:**
|
||||||
|
|||||||
Reference in New Issue
Block a user