Releases: fjall-rs/fjall
Releases · fjall-rs/fjall
2.5.0
- [perf] Possibly breaking? Change insert operations to take a Into<...> #99, by @carlsverre
- [misc] Update lsm-tree to 2.5.0, see https://github.com/fjall-rs/lsm-tree/releases/tag/2.5.0
2.4.4
- [fix] deadlock potential when using multiple open range reads and
Batch::commit
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