Releases: fjall-rs/fjall
Releases · fjall-rs/fjall
2.4.4
2.5.0-pre.1
fix example
2.5.0-pre.0
bump lsm-tree
2.4.3
2.4.2
- [fix] Fix order of operations in
Batch::commit
when faced with I/O errors - [fix] Correctness of I/O errors for write operations
- [perf] Remove heap allocation in
Batch::commit
- [misc] Reduce write stall durations
2.4.1
- [fix]
Keyspace::disk_usage
: Take active journal size into account - [feat] Added
Batch::with_capacity
- [feat] Added
TxPartition::first_key_value
andTxPartition::last_key_value
- [misc] Updated docs and actix-web example
- [misc] Updated CI
2.4.0
- [feat] Add support for Tokio Bytes #94, by @carlsverre
- [feat] Add
size_of
to Partition, TxPartition, and transactions to get the size of a value
2.3.3
- [refactor] Internal refactors
2.3.2
- [misc] Update lsm-tree to 2.3.2
2.3.1
Blog post: https://fjall-rs.github.io/post/fjall-2-3/
- [perf] Increase default journal preallocated size to 32 MB
- [perf] Skip journal flush to OS buffers if they are not dirty
- [doc] Update Readme
- [doc] Fix some docs
- [misc] Relaxed write stall thresholds to more-or-less match RocksDB's