Releases: n3wth/r3
v1.3.1
What's Changed
- Added OpenGraph image support for better social media sharing
- Fixed OpenGraph image reference to use correct PNG file
- Updated image dimensions to match actual file (1280x720)
- Added absolute URL for proper social media rendering
Full Changelog: v1.3.0...v1.3.1
v1.2.11
R3call v1.2.11
Lightning-fast memory layer for AI applications with sub-5ms response times.
Installation
npm install r3call@1.2.11Claude Desktop Setup
npx r3callDocumentation
What's Changed
New Contributors
Full Changelog: v1.2.10...v1.2.11
v1.2.10
R3call v1.2.10
Lightning-fast memory layer for AI applications with sub-5ms response times.
Installation
npm install r3call@1.2.10Claude Desktop Setup
npx r3callDocumentation
Full Changelog: v1.2.9...v1.2.10
v1.2.8
R3call v1.2.8
Lightning-fast memory layer for AI applications with sub-5ms response times.
Installation
npm install r3call@1.2.8Claude Desktop Setup
npx r3callDocumentation
Full Changelog: v1.2.7...v1.2.8
v1.2.7
R3call v1.2.7
Lightning-fast memory layer for AI applications with sub-5ms response times.
Installation
npm install r3call@1.2.7Claude Desktop Setup
npx r3callDocumentation
Full Changelog: v1.2.6...v1.2.7
v1.2.5
R3call v1.2.5
Lightning-fast memory layer for AI applications with sub-5ms response times.
Installation
npm install r3call@1.2.5Claude Desktop Setup
npx r3callDocumentation
Full Changelog: v1.2.1...v1.2.5
v1.2.0 - Professional Documentation & Organization
What's Changed
Features
- Professional README rewrite with enhanced copywriting
- Organized project structure (assets/, docs/ directories)
- Unified release workflow (GitHub Actions + npm)
- Added STYLE_GUIDE.md with no-emoji policy
- Added CLAUDE.md for AI assistant instructions
Improvements
- Removed all emojis for professional documentation
- Updated copyright year to 2025
- Consistent Newth.ai branding
- Enhanced release automation
Installation
npm install @n3wth/recall@1.2.0Documentation
Release v1.1.0 - Major Package Improvements
π 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-clitool 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
v1.0.0 - Initial Release
Mem0-Redis Hybrid MCP Server v1.0.0
π Initial Release
The first stable release of the Mem0-Redis Hybrid MCP Server, combining the power of Redis caching with Mem0 cloud storage for optimized memory management.
β¨ Features
- Two-tier caching system (L1 hot data, L2 warm data)
- Async memory processing with job queue
- Smart cache invalidation via pub/sub
- Keyword-based search with relevance scoring
- Background sync for cache warming
- Graceful degradation when Redis unavailable
π§ Integrations
- Claude Code MCP server
- Gemini CLI with memory context
- LangChain memory backend
- OpenAI Assistant enhancement
- Shell aliases for quick access
π¦ Installation
git clone https://github.com/n3wth/mem0-redis-hybrid.git
cd mem0-redis-hybrid
npm installπ Quick Start
-
Set environment variables:
MEM0_API_KEYMEM0_USER_IDREDIS_URL
-
Add to Claude Code MCP settings
-
Restart Claude Code
See README for detailed integration instructions.
π Documentation
Full documentation available in the README
Full Changelog: https://github.com/n3wth/mem0-redis-hybrid/commits/v1.0.0