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

Releases: libp2p/js-libp2p-pubsub

v3.0.3

30 Jun 09:06
Compare
Choose a tag to compare

3.0.3 (2022-06-30)

Trivial Changes

  • deps: bump @libp2p/peer-collections from 1.0.3 to 2.0.0 (#79) (c066676)

v3.0.2

23 Jun 18:34
Compare
Choose a tag to compare

3.0.2 (2022-06-23)

Bug Fixes

  • do not unsubscribe after publish (#78) (760594e)

v3.0.1

17 Jun 08:04
Compare
Choose a tag to compare

3.0.1 (2022-06-17)

Bug Fixes

v3.0.0

16 Jun 22:46
Compare
Choose a tag to compare

3.0.0 (2022-06-16)

⚠ BREAKING CHANGES

  • update to simpler connection api

Trivial Changes

v2.0.0

15 Jun 09:07
Compare
Choose a tag to compare

2.0.0 (2022-06-15)

⚠ BREAKING CHANGES

  • uses new single-issue libp2p interface modules

Co-authored-by: achingbrain [email protected]

Features

  • update to latest libp2p interfaces (#74) (fe38340)

v0.6.0

11 Aug 10:02
Compare
Choose a tag to compare

Bug Fixes

  • replace node buffers with uint8arrays (#70) (92632b5)

BREAKING CHANGES

    • The .data, .from and .seq properties of messages used to be
      node Buffers, now they are Uint8Arrays
  • All deps of this module now use Uint8Arrays instead of Buffers

v0.5.6

14 Jul 10:25
Compare
Choose a tag to compare
chore: release version v0.5.6

v0.5.5

14 Jul 08:35
Compare
Choose a tag to compare
chore: release version v0.5.5

v0.4.7

08 Jul 08:05
Compare
Choose a tag to compare

Bug Fixes

v0.5.4

07 Jul 15:56
Compare
Choose a tag to compare

Bug Fixes