Js Libp2p Gossipsub Versions Save

TypeScript implementation of Gossipsub

v9.1.0

9 months ago

9.1.0 (2023-06-29)

Features

Bug Fixes

Miscellaneous

  • track backoff time for connected peers (#445) (8646b4d)

v9.0.0

10 months ago

9.0.0 (2023-06-20)

⚠ BREAKING CHANGES

  • reportMessageValidationResult to accept peer id string (#432)

Features

  • track async validation delay from first seen (#435) (e2505d6)

Bug Fixes

  • reportMessageValidationResult to accept peer id string (a963680)
  • reportMessageValidationResult to accept peer id string (#432) (a963680)

v8.0.1

10 months ago

8.0.1 (2023-06-15)

Bug Fixes

v8.0.0

11 months ago

8.0.0 (2023-05-16)

⚠ BREAKING CHANGES

Bug Fixes

Miscellaneous

v7.0.0

1 year ago

7.0.0 (2023-04-20)

⚠ BREAKING CHANGES

  • the type of the source/sink properties have changed

Bug Fixes

v6.3.0

1 year ago

6.3.0 (2023-04-13)

Features

Bug Fixes

Miscellaneous

  • deps: bump @libp2p/interface-connection to 4.0.0 (#421) (50a99c7)
  • deps: bump xml2js, @azure/ms-rest-js, @azure/storage-blob and aws-sdk (#420) (2a2e9fa)
  • remove lead maintainer (#422) (38d5d65)

v6.2.0

1 year ago

6.2.0 (2023-02-21)

Features

  • allow ignoring PublishError.Duplicate (#404) (dcde3c9)

Miscellaneous

  • deps: bump http-cache-semantics from 4.1.0 to 4.1.1 (#400) (bae1492)

v6.1.0

1 year ago

6.1.0 (2023-01-19)

Features

  • added allowPublishToZeroPeers as optional param to publish function (#395) (e7c88ac)

Bug Fixes

Miscellaneous

v6.0.0

1 year ago

6.0.0 (2023-01-09)

⚠ BREAKING CHANGES

  • update multiformats and related dependencies (#393)

Bug Fixes

  • fix browser tests (dcece33)
  • update multiformats and related dependencies (#393) (2090501)

Miscellaneous

  • update readme code example to new API. (#382) (b24d1ff)

v5.4.1

1 year ago

5.4.1 (2022-12-23)

Bug Fixes