Releases: valeriansaliou/sonic
Releases · valeriansaliou/sonic
Sonic v1.1.0
- Breaking: Change how buckets are stored in a KV-based collection (nest them in the same RocksDB database; this is much more efficient on setups with a large number of buckets -
v1.1.0
is incompatible with thev1.0.0
KV database format) [@valeriansaliou]. - Bump
jemallocator
to version0.3
[@valeriansaliou].
Sonic v1.0.2
- Re-license from
MPL 2.0
toSOSSL 1.0
(Sonic has a special license clause) [@valeriansaliou].
Sonic v1.0.1
- Added automated benchmarks (can be ran via
cargo bench --features benchmark
) [@valeriansaliou]. - Reduced the time to query the search index by 50% via optimizations (in multiple methods, eg. the lexer) [@valeriansaliou].
Sonic v1.0.0
- Initial Sonic release [@valeriansaliou].