Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Releases: filecoin-project/go-bs-lmdb

v1.0.5

06 Jul 23:30
9a9f76b
Compare
Choose a tag to compare
  • adds a DeleteMany([]cid.Cid) error method.

v1.0.4

04 Jun 10:49
2ee568e
Compare
Choose a tag to compare

Fixes segfault by updating dependencies.

v1.0.3

11 Feb 17:30
91b8d2e
Compare
Choose a tag to compare

bug fix: protect Has() from MDB_READERS_FULL.

v1.0.2

26 Jan 19:28
5b86bca
Compare
Choose a tag to compare

fix a panic in PutMany due to calling Abort on a managed tx.

v1.0.1

25 Jan 17:15
169df0e
Compare
Choose a tag to compare

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

20 Jan 18:45
34a1629
Compare
Choose a tag to compare

First stable release. It includes cleanup, godocs, and the following feature:

  • dynamic, reactive growth of mmap size (#4).

v0.0.3

01 Dec 16:38
bf54206
Compare
Choose a tag to compare
  • fixes duplicate blockstore puts returning MDB_KEY_EXISTS.