All notable changes to Open RLM Memory will be documented in this file.
The format is based on Keep a Changelog.
- Complete documentation structure following Diátaxis Model
- Comprehensive API, commands, and reference documentation
- Docker Compose setup with PostgreSQL, backend, and frontend
- MCP Protocol implementation for AI agent integration
- Enhanced AGENTS.md with development guidelines
- Improved project structure and code organization
- Initial Open RLM Memory implementation
- FastAPI backend with SQLAlchemy ORM
- React + TypeScript frontend with Vite
- PostgreSQL with pgvector for semantic search
- RLM (Reasoning-Language Model) integration for intelligent query decomposition and re-ranking
- OpenAI API integration for embeddings and LLM features
- MCP server implementation with Streamable HTTP transport
- Comprehensive documentation and examples
- Initial stable release
This project follows Semantic Versioning:
- MAJOR: Incompatible API changes
- MINOR: Backwards-compatible functionality additions
- PATCH: Backwards-compatible bug fixes
- Added: New features
- Changed: Changes in existing functionality
- Deprecated: Soon-to-be removed features
- Removed: Removed features
- Fixed: Bug fixes
- Security: Security vulnerability fixes