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

v7.0.0

12 Oct 14:54
Compare
Choose a tag to compare

7.0.0 (2022-10-12)

⚠ BREAKING CHANGES

  • modules no longer implement Initializable instead switching to constructor injection

Bug Fixes

v6.0.2

07 Oct 14:53
Compare
Choose a tag to compare

6.0.2 (2022-10-07)

Dependencies

  • bump @libp2p/interface-stream-muxer from 2.0.2 to 3.0.0 (#220) (5b45249)

v6.0.1

07 Oct 14:24
Compare
Choose a tag to compare

6.0.1 (2022-10-07)

Dependencies

  • dev: bump @libp2p/interface-stream-muxer-compliance-tests from 4.0.0 to 5.0.0 (#221) (1e3153e)

v6.0.0

07 Oct 14:05
Compare
Choose a tag to compare

6.0.0 (2022-10-07)

⚠ BREAKING CHANGES

  • bump @libp2p/components from 2.1.1 to 3.0.0 (#222)

Dependencies

  • bump @libp2p/components from 2.1.1 to 3.0.0 (#222) (9b7a800)

v5.2.4

23 Sep 09:56
Compare
Choose a tag to compare

5.2.4 (2022-09-23)

Bug Fixes

  • remove tracked map as the stats overwrite each other (#217) (d5f4d5f)

Trivial Changes

v5.2.3

20 Sep 13:42
Compare
Choose a tag to compare

5.2.3 (2022-09-20)

Bug Fixes

  • optimize stream sink for small messages (#216) (a10205b)

Trivial Changes

  • Update .github/workflows/stale.yml [skip ci] (cf94f56)

v5.2.2

12 Sep 09:27
Compare
Choose a tag to compare

5.2.2 (2022-09-12)

Bug Fixes

v5.2.1

08 Sep 11:28
Compare
Choose a tag to compare

5.2.1 (2022-09-08)

Bug Fixes

  • do not treat stream source as pushable (#211) (359c103)

v5.2.0

07 Sep 09:02
Compare
Choose a tag to compare

5.2.0 (2022-09-07)

Features

  • close connections when too many streams are opened (#213) (9140770)

v5.1.2

07 Sep 08:35
Compare
Choose a tag to compare

5.1.2 (2022-09-07)

Documentation