Skip to content

Releases: ipld/go-storethehash

v0.3.10

17 Oct 23:16
6369328
Compare
Choose a tag to compare
  • Detect and recover from bad key stored in primary

v0.3.9

14 Oct 22:03
Compare
Choose a tag to compare

What's Changed

  • Fix an error when closing a file in the file cache
  • GC logs the total bytes reclaimed
  • Reduce log noise
  • Update dependencies

Full Changelog: v0.3.6...v0.3.9

v0.3.6

03 Oct 07:41
Compare
Choose a tag to compare
  • Fix race when calling sync
  • Make sync as part of Flush optional.

v0.3.5

30 Sep 12:37
0cc57d4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.6...v0.3.5

v0.2.6

30 Aug 15:08
c151885
Compare
Choose a tag to compare

What's Changed

  • Replace GCFastScan option with a simple heuristic

Full Changelog: v0.2.5...v0.2.6

v0.2.5

29 Aug 23:52
b5a6bac
Compare
Choose a tag to compare

What's Changed

  • Do not return error when storing existing value.
  • Change GCScanFree option to GCFastScan

Full Changelog: v0.2.4...v0.2.5

v0.2.4

27 Aug 18:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

25 Aug 10:31
a6c424e
Compare
Choose a tag to compare

Fix GC locking to use read-lock

v0.2.2

22 Aug 14:31
ca8427c
Compare
Choose a tag to compare

What's Changed

  • Improve StorageSize API
  • More aggressive GC for index files
  • Index iterator needs to skip deleted records
  • Do not uses in-memory size buckets

Full Changelog: v0.1.11...v0.2.2

v0.1.11

05 Aug 01:00
Compare
Choose a tag to compare

What's Changed

  • Fix data races

Full Changelog: v0.1.9...v0.1.11