Releases: ipni/index-provider
Releases · ipni/index-provider
v0.11.0
What's Changed
- Bump github.com/ipfs/go-merkledag from 0.6.0 to 0.8.1 by @dependabot in #328
- Daemon needs to use RetrievalMultiaddrs from configuration by @gammazero in #332
- Move from gorilla/mux to http.ServeMux by @gammazero in #335
- Bump github.com/ipld/go-ipld-prime from 0.18.0 to 0.19.0 by @dependabot in #336
- sync: update CI config files by @web3-bot in #331
- Updates go-data-transfer v2 by @hannahhoward in #339
- Depend on latest tagged storetheindex release by @gammazero in #340
- New release version by @gammazero in #341
Full Changelog: v0.10.2...v0.11.0
v0.10.2
v0.10.1
What's Changed
- Print metadata length in list ad by @masih in #315
- Update
provider ls
to print extended providers by @masih in #316 - Print context ID in
provider ls
command by @masih in #317 - Fix bug in xproviders builder by @ischasny in #320
- Add xproviders test by @ischasny in #322
- Bump up version to v0.10.1 by @ischasny in #321
Full Changelog: v0.10.0...v0.10.1
v0.10.0
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
v0.9.1
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
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
- @kaloyan-raev made their first contribution in #257
Full Changelog: v0.8.2...v0.9.0
v0.8.2
v0.8.1
- 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
- Remove nested
cmd
module now that go mod is upgraded to1.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