Skip to content

Releases: ipni/storetheindex

v0.2.3

19 Jan 02:14
e76cf46
Compare
Choose a tag to compare
  • Support advertisement that contains no entries, for metadata update for removal
  • Fix sync request handler
  • Update to latest go-legs

v0.2.2

13 Jan 12:18
83d2304
Compare
Choose a tag to compare
  • Fix incorrect log messages
  • Cache advertisement when processing entry chunks for that advertisement
  • Update config defaults
  • Populate config defaults when config file missing values
  • Sync datastore when storing entry-ad cid map

v0.2.1

11 Jan 21:37
f7059e5
Compare
Choose a tag to compare
  • Update dependencies

v0.2.0

06 Jan 03:33
5c0249a
Compare
Choose a tag to compare
  • Update to use go-legs v0.2.1
  • Ingest sync command takes optional multiaddress to sync to.
  • Ingest sync command allows explicit sync to HTTP multiaddress.
  • New command to reload policy from config file
  • Sync advertisements in order so that removal not done before/while removed content is being added.
  • Handle advertisements that remove content by context ID
  • Allow publisher and provider to be different peers
  • Update comments to clarify differences between publisher and provider.
  • Allow/trust policy pertains to both publishers and providers.
  • Verifying the advertisement signature returns the signer's peer ID.
  • Check that the advertisement is signed by the provider specified in the advertisement.
  • Do not start sync of advertisement that is currently being synced

v0.1.0

17 Dec 18:06
d535a9d
Compare
Choose a tag to compare
Limit contextID length, and misc fixes (#141)

* Limit contextID length, and misc fixes
* Update to go-legs v0.1.0