Skip to content

Releases: ipni/index-provider

v0.11.0

07 Mar 17:25
e814a15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.2...v0.11.0

v0.10.2

31 Jan 18:56
Compare
Choose a tag to compare

What's Changed

  • Skip over entries link that are not found by @masih in #324
  • Fall back on no-entries link if chunker link is nil by @masih in #325
  • Bump up go-delegated-routing and go-multiformats by @ischasny in #326
  • Bump up version by @ischasny in #327

Full Changelog: v0.10.1...v0.10.2

v0.10.1

18 Jan 18:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.10.1

v0.10.0

09 Jan 15:30
Compare
Choose a tag to compare

What's Changed

  • Update docs for engine and xproviders by @ischasny in #297
  • Fix example test by @ischasny in #298
  • Update to storetheindex tagged version v0.5.1 by @gammazero in #293
  • Configure address contained in HTTP announce messages by @gammazero in #302
  • Remap all filecoin-project import paths to ipni for moved repos by @gammazero in #303
  • fix: Initialise reframe datastore in pages by @ischasny in #304
  • Fix memory leak in reframe datastore initialisation by @ischasny in #305
  • Add page size configuration option by @ischasny in #306
  • Add more logging to reframe initialisation by @ischasny in #307
  • Improve reframe memory consumption by @ischasny in #308
  • Error explicitly when mutlihash lister behaves inconsistently by @masih in #310

Full Changelog: v0.9.2...v0.10.0

v0.9.2

21 Nov 10:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

17 Nov 10:12
Compare
Choose a tag to compare

What's Changed

  • Split reframe snapshot into multiple chunks by @ischasny in #282
  • Bump go version used by goreleaser by @masih in #284
  • Pretty Duration in Reframe config by @ischasny in #286
  • Upgrade to the latest storetheindex by @masih in #285
  • Support manual indexes on a provider signalling an HTTP metadata codec by @willscott in #287
  • Stop removing individual expired reframe CIDs from datastore by @ischasny in #288
  • Backfill missing reframe CID timestamps by @ischasny in #289
  • Replace dependency on go-legs with storetheindex by @gammazero in #290
  • Add extended providers support by @ischasny in #292
  • Update version to 0.9.1 by @ischasny in #294

Full Changelog: v0.9.0...v0.9.1

v0.9.0

21 Oct 09:18
Compare
Choose a tag to compare

What's Changed

  • Upgrade to the latest go-ipfs to resolve security warning by @masih in #253
  • Send HTTP announce to URLs configured to receive it by @gammazero in #252
  • Upgrade indexing dependencies by @masih in #256
  • Fix CLI install command by @kaloyan-raev in #257
  • Support relative paths for car import by @kaloyan-raev in #258
  • Mirror an existing provider with optional entries remap and CDN by @masih in #261
  • Implement the ability to run a mirror via provider mirror CLI by @masih in #263
  • Added support fro multiple providers by @ischasny in #262
  • Calculate import cart key from the absolute car file path instead of raw path flag value by @kaloyan-raev in #259
  • Update dependencies to build with go1.19 by @gammazero in #267
  • sync: update CI config files by @web3-bot in #266
  • Fixed index keys so that they are compatible with the future Remove All support by @ischasny in #268
  • Upgrade go-legs and IPLD by @masih in #272
  • Add mirroring metrics by @masih in #274
  • Convert to metric unit before recording by @masih in #275
  • Update libp2p and other dependencies by @gammazero in #276
  • Auto generate identity if one hasn't been provided in json config by @ischasny in #278
  • Added publishing to ECR public by @ischasny in #279
  • Added implementation for the IPFS index provider by @ischasny in #271
  • add a catch-all unknown metadata codec by @willscott in #273
  • Update release version to v0.9.0 by @ischasny in #283

New Contributors

Full Changelog: v0.8.2...v0.9.0

v0.8.2

07 Jul 08:30
675d9bd
Compare
Choose a tag to compare
  • Add command to publish announce message via HTTP #236
  • Format comments #245
  • Implement the ability to publish ads with HAMT entries #235
  • Publish container image to ECR on merge to main and release #247
  • Upgrade to latest go-car #249

Full Changelog: v0.8.1...v0.8.2

v0.8.1

21 Jun 11:47
Compare
Choose a tag to compare
  • Add policy to allow/block indexers from syncing with provider #230
  • Upgrade dependencies #234
  • Do not bother restoring cache when purge cache is set #239
  • Cache links of a root entry instead of resolving them on the fly #240
  • Upgrade to tagged release of go-data-transfer #242

Full Changelog: v0.8.0...v0.8.1

v0.8.0

06 Jun 16:26
Compare
Choose a tag to compare
  • Remove nested cmd module now that go mod is upgraded to 1.17 #219
  • Upgrade to go-legs 0.3.13 #220
  • Add a getter to metadata #221
  • Make linksystem less noisy #222
  • Do not assume build system has bash shell #224
  • Smaller default MultihashIterator implementation #228
  • Recover from corrupted cached chunks gracefully #232

Full Changelog: v0.7.0...v0.8.0