Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.46 KB

File metadata and controls

48 lines (36 loc) · 1.46 KB

Changelog

All notable changes to Open RLM Memory will be documented in this file.

The format is based on Keep a Changelog.

[Unreleased]

Added

  • 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

Changed

  • Enhanced AGENTS.md with development guidelines
  • Improved project structure and code organization

[1.0.0] - 2026-01-20

Added

  • 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

Fixed

  • Initial stable release

Versioning

This project follows Semantic Versioning:

  • MAJOR: Incompatible API changes
  • MINOR: Backwards-compatible functionality additions
  • PATCH: Backwards-compatible bug fixes

Categories

  • Added: New features
  • Changed: Changes in existing functionality
  • Deprecated: Soon-to-be removed features
  • Removed: Removed features
  • Fixed: Bug fixes
  • Security: Security vulnerability fixes