Skip to content

Releases: ipni/go-indexer-core

v0.7.0

20 Jan 10:29
0c92b9d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.19...v0.7.0

v0.6.17

28 Oct 06:13
Compare
Choose a tag to compare

What's Changed

  • Add multiple codec unit test
  • Remove key of unretrievable value
  • Apply STH primary GC fix

Full Changelog: v0.6.15...v0.6.17

v0.6.15

19 Oct 16:35
Compare
Choose a tag to compare

What's Changed

  • Pool Key lists and buffers in Pebble store by @masih in #105

Full Changelog: v0.6.14...v0.6.15

v0.6.13

14 Oct 22:07
Compare
Choose a tag to compare

What's Changed

  • Skip unified 32-bit tests
  • Use zero-copy binary unmarshalling in Pebble store
  • Use only BinaryValueCode or BinaryWithJsonFallbackCodec
  • ZeroCopy option for BinaryValueCodec
  • Update storethehash

Full Changelog: v0.6.10...v0.6.13

v0.6.10

06 Oct 14:42
Compare
Choose a tag to compare

What's Changed

  • Gracefully recover from nested value-key marshalling by @masih in #97

Full Changelog: v0.6.9...v0.6.10

v0.6.9

06 Oct 00:24
7236738
Compare
Choose a tag to compare

What's Changed

  • Fix race when calling Sync in STH by @gammazero in #91
  • Fix value generator setting all values the same by @gammazero in #92
  • Handle merge of already serialized value-keys by @masih in #95
  • Update libp2p and other dependencies by @gammazero in #96

Full Changelog: v0.6.7...v0.6.9

v0.6.7

01 Oct 05:02
Compare
Choose a tag to compare

What's Changed

  • Upgrade golang.org/x/sys dependency by @masih in #79
  • Make core concurrency run-time configurable by @gammazero in #81
  • Use STH with open file cache by @gammazero in #82
  • Gracefully migrate from JSON to Binary value encoding by default by @masih in #85
  • Use sth with primary GC by @gammazero in #86
  • Update to storethehash that fixes bad index records on upgrade by @gammazero in #89
  • Update to sth with auto migration for index by @gammazero in #90

Full Changelog: v0.6.0...v0.6.7

v0.6.0

03 Sep 17:43
Compare
Choose a tag to compare

What's Changed

  • Implement pebble backed store and add benchmarks by @masih in #74
  • Bump version in prepration for releasing pebble backing store by @masih in #78

Full Changelog: v0.5.5...v0.6.0

v0.5.5

03 Sep 15:00
0b413aa
Compare
Choose a tag to compare

What's Changed

  • Write multihash to value-key mappings concurrently by @gammazero in #75
  • Number of key-locks should be same as concurrency by @gammazero in #76
  • update version for put concurrency by @gammazero in #77

Full Changelog: v0.5.4...v0.5.5

v0.5.4

30 Aug 15:14
bb1c7f7
Compare
Choose a tag to compare

What's Changed

  • Write-lock enhancement
  • STH with scan free heuristic
  • STH fix for writing existing records

Full Changelog: v0.5.3...v0.5.4