Releases: libp2p/interface-stream-muxer
Releases · libp2p/interface-stream-muxer
v0.8.0
Features
- add onStreamEnd, muxer.streams and timeline (#56) (0f60832)
BREAKING CHANGES
- This adds new validations to the stream muxer, which will cause existing tests to fail.
v0.7.0
Code Refactoring
- API changes and switch to async await (#55) (dd837ba)
BREAKING CHANGES
- the API is now async / await. See #55 (comment) for a summary of the changes.
v0.5.9
chore: release version v0.5.9
v0.5.8
chore: release version v0.5.8
v0.5.5
Bug Fixes
- when things are in the same process, there is a order to them :) (1635977)
v0.5.4
Bug Fixes
- avoid making webpacky funky by not trying to inject tcp (6695b80)
v0.5.1
Bug Fixes
- some fixes for incorrect tests (23a75d1)