From 1d916c9dd121231bc5089b493db11beae7fc51e9 Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Sat, 26 Apr 2025 16:40:56 +0530 Subject: [PATCH] update changelog (#2588) --- docs/changelog.mdx | 121 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) diff --git a/docs/changelog.mdx b/docs/changelog.mdx index f027ee91..efb4246a 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -6,6 +6,49 @@ mode: "wide" + + +**New Features:** +- **Integrations:** Added Memgraph integration +- **Memory:** Added timestamp support +- **Vector Stores:** Added reset function for VectorDBs + +**Improvements:** +- **Documentation:** + - Updated timestamp and expiration_date documentation + - Fixed v2 search documentation + - Added "memory" in EC "Custom config" section + - Fixed typos in the json config sample + + + + + +**Improvements:** +- **Vector Stores:** Initialized embedding_model_dims in all vectordbs + +**Bug Fixes:** +- **Documentation:** Fixed agno link + + + + + +**New Features:** +- **Memory:** Added Memory Reset functionality +- **Client:** Added support for Custom Instructions +- **Examples:** Added Fitness Checker powered by memory + +**Improvements:** +- **Core:** Updated capture_event +- **Documentation:** Fixed curl for v2 get_all + +**Bug Fixes:** +- **Vector Store:** Fixed user_id functionality +- **Client:** Various client improvements + + + **New Features:** @@ -253,6 +296,84 @@ mode: "wide" + + +**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:**