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

Releases: libp2p/js-libp2p-mplex

v0.9.3

28 Nov 13:09
Compare
Choose a tag to compare

Features

v0.9.2

28 Oct 14:55
Compare
Choose a tag to compare
chore: release version v0.9.2

v0.9.1

23 Sep 16:25
Compare
Choose a tag to compare

Features

  • add better support for external stream metadata tracking (#98) (96f1ca0)

v0.9.0

18 Sep 07:41
Compare
Choose a tag to compare

Code Refactoring

BREAKING CHANGES

  • All places in the API that used callbacks are now replaced with async/await while pull-streams are replaced with async iterators. The API has also been updated according to the latest interface-stream-muxer version, https:/libp2p/interface-stream-muxer/tree/v0.7.0.

License: MIT
Signed-off-by: Alan Shaw [email protected]

v0.8.5

18 Mar 11:54
Compare
Choose a tag to compare
chore: release version v0.8.5

v0.8.4

15 Nov 09:53
Compare
Choose a tag to compare
chore: release version v0.8.4

v0.8.3

08 Nov 13:21
Compare
Choose a tag to compare

Bug Fixes

v0.8.2

01 Oct 14:51
Compare
Choose a tag to compare

Bug Fixes

  • improve resiliency of internals _send (#84) (70dafb7)

v0.8.1

01 Oct 10:29
Compare
Choose a tag to compare

Bug Fixes

v0.8.0

19 Jun 12:40
544ab29
Compare
Choose a tag to compare

Bug Fixes

  • add setImmediatte to the call of callback (8cdcd0d)
  • catch Multiplexer is destroyed error into callback (#79) (b60205f)
  • missing dep and readme example (#77) (904cd7c)
  • package.json deps semver (126b966)