Skip to content

Releases: ipni/index-provider

v0.2.5

28 Jan 15:43
Compare
Choose a tag to compare
  • Set default value for admin address in provider CLI #158
  • Automatically Build and attach binaries to published releases #159

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

v0.2.4

27 Jan 09:43
Compare
Choose a tag to compare
  • Update the default topic name to be consistent with storetheindex #155
    The default topic name is now changed from indexer/ingest to /indexer/ingest/mainnet
  • Upgrade to the latest storetheindex and go-legs #157

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

v0.2.3

25 Jan 09:33
Compare
Choose a tag to compare
  • Recursively verify ingestion of advertisements to an indexer by walking the chain of advertisements from provider #152
  • Publish the latest advertisement on engine start #153

Full Changelog: v0.2.2...v0.2.3

v0.2.2

24 Jan 10:20
Compare
Choose a tag to compare
  • Build provider CLI with version set from git #136
  • Shrink cache when chunk is resized #138
  • Add support for publishing advertisements over HTTP #139
  • Add CLI command to verify ingestion via CAR or detached CARv2 index #141
  • Integrate removal advertisement by context ID #142
  • Republish latest advertisement on provider daemon startup #146
  • Add CLI command to list advertisement content directly from provider #147
  • Add CLI command to verify ingestion by getting multihashes directly from provider #148
  • Dynamically select correct decoder for CIDs in messages #149

Full Changelog: v0.2.1...v0.2.2

v0.2.1

13 Jan 12:36
9d6bafd
Compare
Choose a tag to compare
  • API documentation update #129
  • Fix bug where default configuration is not set when engine is instantiated with an empty config.Ingest #135
  • Update default chunk size value to a larger value based on an estimate of 2MB max message size and average 128bit multihash size #132

Full Changelog: v0.2.0...v0.2.1

v0.2.0

12 Jan 10:46
Compare
Choose a tag to compare

What's Changed

  • Integrate the new go-legs and storetheindex into provider #123
  • Bug fix: Generate valid removal advertisements #124
  • Use new go-datastore with contexts #125
  • Upgrade to storetheindex v0.2.1 #128

Full Changelog: v0.1.0...v0.2.0

v0.1.0

17 Dec 21:58
Compare
Choose a tag to compare
Update deps to tagged vers of storetheindex and go-legs