Skip to content

v0.19.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Sep 23:28

What's Changed

Notable changes

  • lassie.Fetch() API has changed, the last argument has been replaced with an options pattern varargs, with the event callback being provided with an option types.WithEventsCallback()
  • New event for event listeners: BlockReceived
  • Fixed / improved identity CID handling across all protocols
  • Tracking of Bitswap peers for internal event and reporting purposes

Pull requests

  • Build and publish lassie container by @masih in #415
  • Disable CGO in dockerfile by @masih in #416
  • test: e2e testing - frisbii, indexer, lassie cli & daemon fetch by @rvagg in #414
  • feat!: make the events cb optional on lassie.Fetch() by @rvagg in #419
  • fix: test and handle identity CIDs by @rvagg in #426
  • Add tracking of data received from remote peers by @hannahhoward in #345

Full Changelog: v0.18.0...v0.19.0