Skip to content

Release v1.1.0 - Major Package Improvements

Choose a tag to compare

@n3wth n3wth released this 13 Sep 20:07
· 199 commits to main since this release

πŸš€ What's New in v1.1.0

✨ Features

  • Redis Connection Pooling: Efficient connection management with health checks
  • Circuit Breaker Pattern: Automatic failure detection and recovery
  • TypeScript Support: Full type definitions for better developer experience
  • Interactive CLI: New mem0-cli tool for testing and management
  • Advanced Error Handling: Custom error classes with recovery strategies

πŸ“¦ Installation

npm install @n3wth/mem0-redis-hybrid@1.1.0

🎯 CLI Usage

npx mem0-cli

πŸ”§ Technical Improvements

  • Retry logic with exponential backoff
  • Connection pool with automatic cleanup
  • Comprehensive test suite
  • GitHub Actions CI/CD pipeline
  • Automated release scripts

πŸ“š Documentation

  • Added TypeScript definitions
  • Created examples directory with integration patterns
  • Enhanced README with CLI documentation
  • Added release process documentation

View on npm: https://www.npmjs.com/package/@n3wth/mem0-redis-hybrid