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

v5.1.1

30 Aug 16:37
Compare
Choose a tag to compare

5.1.1 (2022-08-30)

Dependencies

v5.1.0

30 Aug 15:45
Compare
Choose a tag to compare

5.1.0 (2022-08-30)

Features

v5.0.0

10 Aug 10:45
Compare
Choose a tag to compare

5.0.0 (2022-08-10)

⚠ BREAKING CHANGES

  • mulitplexed streams now emit Uint8ArrayLists and not Uint8Arrays to handle the case for when transports have smaller chunk sizes than the multiplexer

Bug Fixes

v4.0.3

03 Aug 08:02
Compare
Choose a tag to compare

4.0.3 (2022-08-03)

Trivial Changes

Dependencies

v4.0.2

25 Jul 12:16
Compare
Choose a tag to compare

4.0.2 (2022-07-25)

Bug Fixes

  • remove MPLEX_ prefix from error codes (#195) (c6c9581)

v4.0.1

22 Jul 09:16
Compare
Choose a tag to compare

4.0.1 (2022-07-22)

Bug Fixes

  • remove need of buffer polyfill config for browser (#194) (7c39830)
  • reset stream when over inbound stream limit (#193) (41fefa4)

v4.0.0

28 Jun 14:59
Compare
Choose a tag to compare

4.0.0 (2022-06-28)

⚠ BREAKING CHANGES

  • upgrade to interface-stream-muxer 2.0.0 (#186)

Bug Fixes

v3.0.0

17 Jun 08:13
Compare
Choose a tag to compare

3.0.0 (2022-06-17)

⚠ BREAKING CHANGES

  • updates to simplified connection interface

Bug Fixes

  • limit incoming and outgoing streams separately (#184) (cd55d36)

v2.0.0

15 Jun 09:55
Compare
Choose a tag to compare

2.0.0 (2022-06-15)

⚠ BREAKING CHANGES

  • uses new single-issue libp2p interface modules

Features

v1.2.1

13 Jun 11:35
Compare
Choose a tag to compare

1.2.1 (2022-06-13)

Bug Fixes