Skip to content

Releases: ipni/go-indexer-core

v0.5.3

27 Aug 18:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

25 Aug 10:53
304789d
Compare
Choose a tag to compare

What's Changed

  • sync: update CI config files by @web3-bot in #69
  • Upgrade storethehash with read-lock fix by @masih in #70

Full Changelog: v0.5.1...v0.5.2

v0.5.1

22 Aug 18:15
017dd50
Compare
Choose a tag to compare
  • New sth that uses less memory

v0.5.0

18 Aug 17:40
Compare
Choose a tag to compare

What's Changed

  • Make binary serialization of value keys appendable by @masih in #65
  • Rename the term serde to codec by @masih in #66

Full Changelog: v0.4.0...v0.5.0

v0.4.0

18 Aug 09:14
Compare
Choose a tag to compare

What's Changed

  • Make value serialization format pluggable and add binary format by @masih in #64
    Users can now choose between JSON and Binary serialization. The latter offers far better performance in comparison with JSON. See benchmarks for more information.

Full Changelog: v0.3.0...v0.4.0

v0.3.0

16 Aug 14:23
856a8c9
Compare
Choose a tag to compare

What's Changed

  • New storethehash with enhanced index GC
  • Options for storethehash come directly from storethehash implementation

Full Changelog: v0.2.19...v0.3.0

v0.2.19

05 Aug 01:10
cba63ea
Compare
Choose a tag to compare

What's Changed

  • Update dependencies - fixes race in storethehash

Full Changelog: v0.2.18...v0.2.19

v0.2.18

21 Jul 01:09
1b2717a
Compare
Choose a tag to compare

What's Changed

  • Storethehash startup takes context for cancellation
  • Cancel RemoveProvider using context
  • Update README

Full Changelog: v0.2.17...v0.2.18

v0.2.17

06 Jul 17:16
Compare
Choose a tag to compare
  • Configurable STH index file size
  • STH GC checkpoint (efficiency enhancement)
  • Update dependencies

Full Changelog: v0.2.16...v0.2.17

v0.2.16

04 Jun 03:31
719c2f8
Compare
Choose a tag to compare

Use storethehash that has recovery logic for bad keys, and fixes for freelist.