Releases: fjall-rs/fjall
Releases · fjall-rs/fjall
1.0.5
- [perf] Updated lsm-tree to 1.0.5 - improves scan performance & reduces allocations during scans
- [api] Deprecated
FlushMode
in favour ofPersistMode
-FlushMode
is still available as an alias, but will be removed in 2.0 - [misc] Changed some log levels
1.0.4
1.0.3
- [misc] Reexport some lsm-tree types (
UserKey
,UserValue
) - [docs] Update docs
1.0.2
- [fix] Update lsm-tree to 1.0.2 - fixes range upper bounds during snapshots
1.0.1
- [breaking] Finalized data format V1
- [feat] Added
Keyspace::partition_count
- [doc] Update docs
- [test] Added more tests
- [example] Added
secondary index
example - [misc] Internal refactoring
0.8.0
Breaking
- [breaking] Update lsm-tree to 0.8.0
- Update some docs
- Added
Keyspace::persist_lax
to allow flushing to OS buffers
This will likely be the last release before 1.0.0
0.7.0
Breaking
- Update lsm-tree to 0.7.0
- Update docs
- Internal refactors
0.6.5
- Updated lsm-tree to 0.6.5
- Updated some docs
- Minor refactors
0.6.3
- Updated dependencies