Skip to content

v0.25.1

Choose a tag to compare

@dirkmc dirkmc released this 26 Jun 13:09
· 210 commits to main since this release

Bug Fixes

  • use consistent encoding for cid comparison (c8cee6a)

BREAKING CHANGES

  • Emitted events have different bytes

The emitted events contain the stringified version of the CID, as we
change it to the base encoding the CID has, those bytes may be different
to previous versions of this module.

Though this shouldn't have any impact on any other modules as the
events are only used internally.