Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Releases: libp2p/js-libp2p-interfaces

v0.7.1

03 Nov 21:44
Compare
Choose a tag to compare

Bug Fixes

v0.7.0

03 Nov 17:26
Compare
Choose a tag to compare

Features

  • pubsub: add global signature policy (#66) (946b046)
  • update pubsub getMsgId return type to Uint8Array (#65) (e148443)

BREAKING CHANGES

  • signMessages and strictSigning pubsub configuration options replaced
    with a globalSignaturePolicy option
  • new getMsgId return type is not backwards compatible with prior string
    return type.

v0.6.0

05 Oct 14:40
d168c7d
Compare
Choose a tag to compare

Features

  • update pubsub getMsgId return type to Uint8Array (#65) (e148443)

BREAKING CHANGES

  • new getMsgId return type is not backwards compatible with prior string
    return type.

v0.5.2

30 Sep 09:27
Compare
Choose a tag to compare

Bug Fixes

  • replace remaining Buffer usage with Uint8Array (#62) (4130e7f)

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

v0.5.1

25 Aug 11:10
c43e8e2
Compare
Choose a tag to compare

Features

v0.5.0

24 Aug 10:23
c4be5ee
Compare
Choose a tag to compare

Bug Fixes

  • replace remaining Buffer usage with Uint8Array (#62) (4130e7f)

BREAKING CHANGES

  • records now marshal as Uint8Array instead of Buffer

  • fix: refactor remaining Buffer usage to Uint8Array

v0.4.0

10 Aug 10:36
13aa6cb
Compare
Choose a tag to compare

Chores

BREAKING CHANGES

    • The peer id dep of this module has replaced node Buffers with Uint8Arrays
  • chore: update gh deps

v0.3.2

15 Jul 10:57
71b813a
Compare
Choose a tag to compare

Features

v0.2.7

20 Mar 19:57
de64a49
Compare
Choose a tag to compare

Bug Fixes

v0.2.6

17 Feb 21:21
098390c
Compare
Choose a tag to compare

Bug Fixes