Changelog
Release notes and version history. Subscribe to GitHub releases to be notified of new versions.
Features
- Redis-inspired CLI with REPL interface
- Six built-in primitives: KV, Events, State, JSON, Vectors, Branches
- Git-like branching for data isolation
- Three durability modes: sync, async, cache
Improvements
- Improved error messages
- Better CLI help output
- Performance optimizations
- Better CLI help output
- Improved error messages
- Three durability modes: sync, async, cache
- Git-like branching for data isolation
- Six built-in primitives: KV, Events, State, JSON, Vectors, Branches
Features
- Initial public release
- Core storage engine
- Basic primitives --- See the [full changelog on GitHub](https://github.com/stratadb-labs/strata-core/blob/main/CHANGELOG.md).
- Core storage engine