Releases: qoollo/pearl
Releases · qoollo/pearl
v0.8.0
Added
Add method to offload bloom filters (#121 )
Changed
Dump blob indices in separate thread on active blob close (#136 )
Remove second file descriptor from File (#124 )
Acquire advisory write lock on files (#124 )
v0.7.1
Added
Add more functions to interface to support work with optional active blob (#118 )
v0.7.0
Added
B+ Tree indexes (#84 )
Range indexes (#11 )
Move corrupted blobs into speacial directory (#98 )
Blob version validation (#120 )
Changed
Rebuild corrupted index automatically during startup (#94 )
Move build_time.rs file to OUT_DIR.
Fixed
Create corrupted directory only when needed (#94 )
v0.6.2
Added
Setup build and test with GitHub Actions (#113 )
Changed
Helpers for build time, commit hash and version moved to build_info
mod.
v0.6.0
Changed
Add key size check for blob from file (#99 )
ahash
version fixed on =v0.7.4
(#112 )
Fixed
v0.5.12
Add check before fsync index file in dump (#90 )
Switch to RwLock
for storage inner safe
(instead of Mutex
) (#91 )
update libs
(cargo-release) version 0.5.12
v0.5.11
tokio update v1.3
Add synchronization for closing blobs to keep them in stable state in case of future disk faults (#85 )
Add an option to ignore corrupted blobs (#86 )
(cargo-release) version 0.5.11
You can’t perform that action at this time.