Changelog
Release history for the Rekall platform. Each version includes new features, improvements, bug fixes, and any breaking changes.
Versioning policy
Rekall follows semantic versioning. Breaking changes are introduced only in major versions and are announced at least 3 months in advance. Deprecation notices appear in the changelog and in API response headers.
v1.3.0
January 15, 2025SDK publishing support, lightweight REST client, and performance improvements.
SDK publishing pipeline for TypeScript, Python, and Go packages.
Lightweight REST client for environments where the full SDK is too heavy.
Postman collection with all API endpoints and example requests.
Cursor and OpenCode editor plugin support via MCP.
Vector search performance improved by 40% with Qdrant HNSW indexing.
Memory consolidation pipeline now processes in parallel batches.
Fixed race condition in short-term memory Redis cleanup.
Fixed incorrect decay curve calculation for long-term memories with zero retrievals.
v1.2.0
December 1, 2024OAuth 2.0, webhooks, developer integration infrastructure, and sandbox mode.
OAuth 2.0 Authorization Code + PKCE flow for third-party applications.
Webhook system with 13 event types covering all resources.
Sandbox mode with isolated test environment and rk_test_ keys.
14 granular API scopes replacing legacy read/write/delete scopes.
CORS configuration for browser-based integrations.
Developer portal with OAuth app registration and management.
API key creation now supports scope selection in the dashboard.
Error responses now include request_id for easier debugging.
Legacy scopes (read, write, delete) are now deprecated. Migrate to granular scopes before v2.0.
v1.1.0
October 15, 2024Entity extractor improvements, enhanced test suite, and bug fixes.
Extended entity extractor with support for custom entity types.
Bulk entity creation endpoint for batch knowledge graph updates.
Entity extraction accuracy improved by 25% with updated NER models.
Relationship weight inference now considers bidirectional context.
Test suite expanded with 200+ integration tests covering all memory types.
Fixed entity deduplication not merging properties correctly.
Fixed semantic search returning stale results after entity updates.
v1.0.0
August 1, 2024Initial release of the Rekall memory platform.
7 memory types: episodic, semantic, procedural, long-term, short-term, execution, preferences.
REST API with full CRUD operations for all memory types.
Semantic search powered by Qdrant with cosine similarity.
MCP server with 40+ tools for Claude Desktop integration.
TypeScript, Python, and Go SDK with complete API coverage.
Agent husks for persistent agent identity and memory isolation.
Hive memory contexts for shared team knowledge.
Memory decay and consolidation system with configurable curves.
Execution memory with checkpoint, pause, and resume capabilities.
Preference learning with confidence scoring and category tagging.
Stay Updated
Subscribe to release notifications in your dashboard settings to be notified when new versions are released. You can also watch the GitHub repository for pre-release announcements.
