Skip to content

Commit c8892bb

Browse files
authored
Update Changelog (#3211)
1 parent 1a8d175 commit c8892bb

File tree

1 file changed

+265
-0
lines changed

1 file changed

+265
-0
lines changed

docs/changelog.mdx

Lines changed: 265 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,92 @@ mode: "wide"
88
<Tabs>
99
<Tab title="Python">
1010

11+
<Update label="2025-07-05" description="v0.1.114">
12+
13+
**New Features:**
14+
- **OpenAI Agents:** Added OpenAI agents SDK support
15+
- **Amazon Neptune:** Added Amazon Neptune Analytics graph_store configuration and integration
16+
- **vLLM:** Added vLLM support
17+
18+
**Improvements:**
19+
- **Documentation:**
20+
- Added SOC2 and HIPAA compliance documentation
21+
- Enhanced group chat feature documentation for platform
22+
- Added Google AI ADK Integration documentation
23+
- Fixed documentation images and links
24+
- **Setup:** Fixed Mem0 setup, logging, and documentation issues
25+
26+
**Bug Fixes:**
27+
- **MongoDB:** Fixed MongoDB Vector Store misaligned strings and classes
28+
- **vLLM:** Fixed missing OpenAI import in vLLM module and call errors
29+
- **Dependencies:** Fixed CI issues related to missing dependencies
30+
- **Installation:** Reverted pip install changes
31+
32+
</Update>
33+
34+
<Update label="2025-06-30" description="v0.1.113">
35+
36+
**Bug Fixes:**
37+
- **Gemini:** Fixed Gemini embedder configuration
38+
39+
</Update>
40+
41+
<Update label="2025-06-27" description="v0.1.112">
42+
43+
**New Features:**
44+
- **Memory:** Added immutable parameter to add method
45+
- **OpenMemory:** Added async_mode parameter support
46+
47+
**Improvements:**
48+
- **Documentation:**
49+
- Enhanced platform feature documentation
50+
- Fixed documentation links
51+
- Added async_mode documentation
52+
- **MongoDB:** Fixed MongoDB configuration name
53+
54+
**Bug Fixes:**
55+
- **Bedrock:** Fixed Bedrock LLM, embeddings, tools, and temporary credentials
56+
- **Memory:** Fixed memory categorization by updating dependencies and correcting API usage
57+
- **Gemini:** Fixed Gemini Embeddings and LLM issues
58+
59+
</Update>
60+
61+
<Update label="2025-06-23" description="v0.1.111">
62+
63+
**New Features:**
64+
- **OpenMemory:**
65+
- Added OpenMemory augment support
66+
- Added OpenMemory Local Support using new library
67+
- **vLLM:** Added vLLM support integration
68+
69+
**Improvements:**
70+
- **Documentation:**
71+
- Added MCP Client Integration Guide and updated installation commands
72+
- Improved Agent Id documentation for Mem0 OSS Graph Memory
73+
- **Core:** Added JSON parsing to solve hallucination errors
74+
75+
**Bug Fixes:**
76+
- **Gemini:** Fixed Gemini Embeddings migration
77+
78+
</Update>
79+
80+
<Update label="2025-06-20" description="v0.1.110">
81+
82+
**New Features:**
83+
- **Baidu:** Added Baidu vector database integration
84+
85+
**Improvements:**
86+
- **Documentation:**
87+
- Updated changelog
88+
- Fixed example in quickstart page
89+
- Updated client.update() method documentation in OpenAPI specification
90+
- **OpenSearch:** Updated logger warning
91+
92+
**Bug Fixes:**
93+
- **CI:** Fixed failing CI pipeline
94+
95+
</Update>
96+
1197
<Update label="2025-06-19" description="v0.1.109">
1298

1399
**New Features:**
@@ -588,6 +674,185 @@ mode: "wide"
588674

589675
<Tab title="Platform">
590676

677+
<Update label="2025-07-23" description="">
678+
679+
**Bug Fixes:**
680+
- **Memory:** Fixed ADD functionality
681+
682+
</Update>
683+
684+
<Update label="2025-07-19" description="">
685+
686+
**New Features:**
687+
- **UI:** Added Settings UI and latency display
688+
- **Performance:** Neo4j query optimization
689+
690+
**Bug Fixes:**
691+
- **OpenMemory:** Fixed OMM raising unnecessary exceptions
692+
693+
</Update>
694+
695+
<Update label="2025-07-18" description="">
696+
697+
**Improvements:**
698+
- **UI:** Updated Event UI
699+
- **Performance:** Fixed N+1 query issue in semantic_search_v2 by optimizing MemorySerializer field selection
700+
701+
**Bug Fixes:**
702+
- **Memory:** Fixed duplicate memory index sentry error
703+
704+
</Update>
705+
706+
<Update label="2025-07-17" description="">
707+
708+
**New Features:**
709+
- **UI:** New Settings Page
710+
- **Memory:** Duplicate memories entities support
711+
712+
**Improvements:**
713+
- **Performance:** Optimized semantic search and get_all APIs by eliminating N+1 queries
714+
715+
</Update>
716+
717+
<Update label="2025-07-16" description="">
718+
719+
**New Features:**
720+
- **Database:** Implemented read replica routing with enhanced logging and app-specific DB routing
721+
722+
**Improvements:**
723+
- **Performance:** Improved query performance in search v2 and get all v2 endpoints
724+
725+
**Bug Fixes:**
726+
- **API:** Fixed pagination for get all API
727+
728+
</Update>
729+
730+
<Update label="2025-07-12" description="">
731+
732+
**Bug Fixes:**
733+
- **Graph:** Fixed social graph bugs and connection issues
734+
735+
</Update>
736+
737+
<Update label="2025-07-11" description="">
738+
739+
**Improvements:**
740+
- **Rate Limiting:** New rate limit for V2 Search
741+
742+
**Bug Fixes:**
743+
- **Slack:** Fixed Slack rate limit error with backend improvements
744+
745+
</Update>
746+
747+
<Update label="2025-07-10" description="">
748+
749+
**Improvements:**
750+
- **Performance:**
751+
- Changed connection pooling time to 5 minutes
752+
- Separated graph lambdas for better performance
753+
754+
</Update>
755+
756+
<Update label="2025-07-09" description="">
757+
758+
**Improvements:**
759+
- **Graph:** Graph Optimizations V2 and memory improvements
760+
761+
</Update>
762+
763+
<Update label="2025-07-08" description="">
764+
765+
**New Features:**
766+
- **Database:** Added read replica support for improved database performance
767+
- **UI:** Implemented UI changes for Users Page
768+
- **Feedback:** Enabled feedback functionality
769+
770+
**Bug Fixes:**
771+
- **Serializer:** Fixed GET ALL Serializer
772+
773+
</Update>
774+
775+
<Update label="2025-07-05" description="">
776+
777+
**New Features:**
778+
- **UI:** User Page Revamp and New Users Page
779+
780+
</Update>
781+
782+
<Update label="2025-07-04" description="">
783+
784+
**New Features:**
785+
- **Users:** New Users Page implementation
786+
- **Tools:** Added script to backfill memory categories
787+
788+
**Bug Fixes:**
789+
- **Filters:** Fixed Filters Get All functionality
790+
791+
</Update>
792+
793+
<Update label="2025-07-03" description="">
794+
795+
**Improvements:**
796+
- **Graph:** Graph Memory optimization
797+
- **Memory:** Fixed exact memories and semantically similar memories retrieval
798+
799+
</Update>
800+
801+
<Update label="2025-07-02" description="">
802+
803+
**Improvements:**
804+
- **Categorization:** Refactored categorization logic to utilize Gemini 2.5 Flash and improve message handling
805+
806+
</Update>
807+
808+
<Update label="2025-07-01" description="">
809+
810+
**Bug Fixes:**
811+
- **Memory:** Fixed old_memory issue in Async memory addition lambda
812+
- **Events:** Fixed missing events
813+
814+
</Update>
815+
816+
<Update label="2025-06-30" description="">
817+
818+
**Improvements:**
819+
- **Graph:** Improvements to graph memory and added user to LTM-STM
820+
821+
</Update>
822+
823+
<Update label="2025-06-28" description="">
824+
825+
**New Features:**
826+
- **Graph:** Added support for SQS in graph memory addition
827+
- **Testing:** Added Locust load testing script and Grafana Dashboard
828+
829+
</Update>
830+
831+
<Update label="2025-06-27" description="">
832+
833+
**Improvements:**
834+
- **Rate Limiting:** Updated rate limiting for ADD API to 1000/min
835+
- **Performance:** Improved Neo4j performance
836+
837+
</Update>
838+
839+
<Update label="2025-06-26" description="">
840+
841+
**New Features:**
842+
- **Memory:** Edit Memory From Drawer functionality
843+
- **API:** Added Topic Suggestions API Endpoint
844+
845+
</Update>
846+
847+
<Update label="2025-06-25" description="">
848+
849+
**New Features:**
850+
- **Group Chat:** Group-Chat v2 with Actor-Aware Memories
851+
- **Memory:** Editable Metadata in Memories
852+
- **UI:** Memory Actions Badges
853+
854+
</Update>
855+
591856
<Update label="2025-06-19" description="">
592857

593858
**New Features:**

0 commit comments

Comments
 (0)