Releases: filecoin-project/go-bs-lmdb
Releases · filecoin-project/go-bs-lmdb
v1.0.5
- adds a
DeleteMany([]cid.Cid) error
method.
v1.0.4
Fixes segfault by updating dependencies.
v1.0.3
bug fix: protect Has()
from MDB_READERS_FULL
.
v1.0.2
fix a panic in PutMany due to calling Abort on a managed tx.
v1.0.1
This release introduces automatic retries for when the readers table is full of active readers (MDB_READERS_FULL
error). The default retry delay is 10ms, with a 20% jitter in both directions.
v1.0.0
First stable release. It includes cleanup, godocs, and the following feature:
- dynamic, reactive growth of mmap size (#4).
v0.0.3
- fixes duplicate blockstore puts returning MDB_KEY_EXISTS.