v0.1.3
Mem0Sharp v0.1.3
Highlights
- Added PostgreSQL memory history tracking for update and delete operations.
- Added batch persistence through
SaveBatchAsync. - Added PostgreSQL entity and graph relationship stores.
- Improved memory retrieval with expiration support and additional
expires_atandhash_valuefields. - Enhanced filtering with nested logical expressions and numeric comparisons.
- Added
LlmMemoryConflictResolverwith more resilient LLM response parsing. - Added unit coverage for LLM conflict resolution and expanded memory service scenarios.
Architecture and Maintainability
- Reorganized the project around clearer application, contracts, domain, infrastructure, intelligence, telemetry, and transport layers.
- Added explicit domain models and service contracts to improve separation of concerns.
- Added architecture documentation and expanded provider, persistence, API, and Python-parity documentation.
Documentation and Security
- Added a contributor guide covering development, testing, and release validation.
- Added SECURITY.md with vulnerability reporting instructions and security guidelines.
- Updated the README with contributor onboarding information.
Full Changelog: v0.1.2...v0.1.3