This repository has been archived by the owner on Jun 26, 2023. It is now read-only.
Releases: libp2p/js-libp2p-interfaces
Releases · libp2p/js-libp2p-interfaces
v0.7.1
v0.7.0
Features
- pubsub: add global signature policy (#66) (946b046)
- update pubsub getMsgId return type to Uint8Array (#65) (e148443)
BREAKING CHANGES
signMessages
andstrictSigning
pubsub configuration options replaced
with aglobalSignaturePolicy
option- new getMsgId return type is not backwards compatible with prior
string
return type.
v0.6.0
v0.5.2
Bug Fixes
Chores
Features
BREAKING CHANGES
-
records now marshal as Uint8Array instead of Buffer
-
fix: refactor remaining Buffer usage to Uint8Array
-
- The peer id dep of this module has replaced node Buffers with Uint8Arrays
-
chore: update gh deps