close
The Wayback Machine - https://web.archive.org/web/20220906044221/https://github.com/libp2p/js-libp2p-mplex/releases
Skip to content
Compare
Choose a tag to compare

5.1.1 (2022-08-30)

Dependencies

Compare
Choose a tag to compare

5.1.0 (2022-08-30)

Features

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

Compare
Choose a tag to compare

4.0.3 (2022-08-03)

Trivial Changes

Dependencies

Compare
Choose a tag to compare

4.0.2 (2022-07-25)

Bug Fixes

  • remove MPLEX_ prefix from error codes (#195) (c6c9581)
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)
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

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)
Compare
Choose a tag to compare

2.0.0 (2022-06-15)

BREAKING CHANGES

  • uses new single-issue libp2p interface modules

Features

Compare
Choose a tag to compare

1.2.1 (2022-06-13)

Bug Fixes