Skip to content

Releases: ChainSafe/js-libp2p-gossipsub

v0.6.6

13 Nov 09:18
Compare
Choose a tag to compare
chore: release version v0.6.6

v0.6.5

12 Nov 09:15
Compare
Choose a tag to compare
chore: release version v0.6.5

v0.6.4

22 Oct 11:26
Compare
Choose a tag to compare
chore: release version v0.6.4

v0.6.3

05 Oct 14:27
Compare
Choose a tag to compare
chore: release version v0.6.3

v0.6.2

22 Sep 08:19
Compare
Choose a tag to compare
chore: release version v0.6.2

v0.6.1

03 Sep 16:04
Compare
Choose a tag to compare
chore: release version v0.6.1

v0.5.1

27 Aug 08:36
Compare
Choose a tag to compare

Bug Fixes

BREAKING CHANGES

    • The .data 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
  • chore: remove gh url from dep version

v0.4.7

27 Aug 08:11
Compare
Choose a tag to compare

Bug Fixes

  • connected with a subscriber before a mesh is created should send messages (060346a)
  • rpc control messages 0.4.x (#133) (a8438b5)

v0.6.0

25 Aug 17:15
Compare
Choose a tag to compare

Bug Fixes

Features

  • add _acceptFrom filter (1ff5816)
  • add adaptive gossip (0c56763)
  • add direct peer connections (7103b83)
  • add extended topic validators (a1208b6)
  • add flood publishing (5854d26)
  • add invalid message spam protection (27fe567)
  • add iwant request tracking (b3942e4)
  • add opportunistic grafting (cbee3a2)
  • add outbound mesh quota (47bc4a7)
  • add peer exchange (a0a691b)
  • add prune backoff (4eb492c)
  • libp2p as gossipsub parameter (02dff12)
  • track ihave/iwant counts (8e04a11)

BREAKING CHANGES

  • Gossipsub default export parameter changed, now accepts
    (libp2p, options)

v0.5.0

12 Aug 08:34
Compare
Choose a tag to compare

Bug Fixes

  • replace node buffers with uint8arrays (#118) (2f50108)

BREAKING CHANGES

    • The .data 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
  • chore: remove gh url from dep version