Skip to content

Releases: ChainSafe/js-libp2p-gossipsub

v0.6.0

25 Aug 17:15

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

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

v0.4.6

07 Jul 14:48

Choose a tag to compare

Bug Fixes

  • connected with a subscriber before a mesh is created should send messages (060346a)

v0.4.5

04 Jun 08:43

Choose a tag to compare

Bug Fixes

v0.4.4

03 Jun 19:13

Choose a tag to compare

Bug Fixes

  • add static member for multicodec (#81) (dd86739)

v0.4.3

03 Jun 18:26

Choose a tag to compare

chore: release version v0.4.3

v0.4.2

27 May 19:40
7d31804

Choose a tag to compare

Features

  • add topic validators to pubsub (5712fd1)

v0.4.1

27 May 16:49
05fbf3c

Choose a tag to compare

chore: release version v0.4.1

v0.4.0

23 Apr 15:49
aafe59a

Choose a tag to compare

Chores

BREAKING CHANGES

  • using new topology api with peer-id instead of peer-info and new pubsub internal peer data structure

v0.3.0

23 Apr 14:57
cf62125

Choose a tag to compare

Bug Fixes

  • add buffer and update deps (d8e9d1b)