docs: add changelog entries for #4156

This commit is contained in:
Mark Backman
2026-03-26 13:30:00 -04:00
parent 4e4a8c45d5
commit 83911dced6
4 changed files with 4 additions and 0 deletions

1
changelog/4156.fixed.md Normal file
View File

@@ -0,0 +1 @@
- `Mem0MemoryService` no longer blocks the event loop during memory storage and retrieval. All Mem0 API calls now run in a background thread, and message storage is fire-and-forget so it doesn't delay downstream processing.