Skip to content

v0.25.0

Compare
Choose a tag to compare
@vmx vmx released this 12 Jun 11:19
· 214 commits to main since this release

Bug Fixes

  • base encode CIDs before logging or emitting them (704de22)

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.