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.10.7

14 Jan 09:14
Compare
Choose a tag to compare

0.10.7 (2022-01-14)

Bug Fixes

v0.10.6

14 Jan 09:05
Compare
Choose a tag to compare

0.10.6 (2022-01-14)

Trivial Changes

v0.10.5

07 Dec 09:12
Compare
Choose a tag to compare

Performance Improvements

  • do not call varint.decode() if buffer has 0 length (#125) (92f1727)

v0.10.4

08 Jul 12:43
Compare
Choose a tag to compare
chore: release version v0.10.4

v0.10.3

16 Apr 07:45
Compare
Choose a tag to compare
chore: release version v0.10.3

v0.10.2

29 Jan 08:43
Compare
Choose a tag to compare

Bug Fixes

  • ensure stream closes on abort or reset (#116) (77835b3)
  • replace node buffers with uint8arrays (#114) (d005338)

BREAKING CHANGES

    • All use of node Buffers has been replaced with Uint8Arrays
  • fix: keep allocUnsafe for node for performance

Co-authored-by: Jacob Heun jacobheun@gmail.com

v0.10.1

22 Oct 11:22
156118a
Compare
Choose a tag to compare

Bug Fixes

  • ensure stream closes on abort or reset (#116) (77835b3)

v0.10.0

11 Aug 16:53
a9559cd
Compare
Choose a tag to compare

Bug Fixes

  • replace node buffers with uint8arrays (#114) (d005338)

BREAKING CHANGES

    • All use of node Buffers has been replaced with Uint8Arrays
  • fix: keep allocUnsafe for node for performance

Co-authored-by: Jacob Heun jacobheun@gmail.com

v0.9.5

18 Mar 15:22
Compare
Choose a tag to compare

Bug Fixes

v0.9.4

13 Feb 15:35
3767713
Compare
Choose a tag to compare

Performance Improvements