Skip to content

v0.1.3

Choose a tag to compare

@jihadkhawaja jihadkhawaja released this 26 Jul 14:35
· 20 commits to main since this release

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_at and hash_value fields.
  • Enhanced filtering with nested logical expressions and numeric comparisons.
  • Added LlmMemoryConflictResolver with 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