Skip to content

Commit 9b5fc69

Browse files
committed
chore: release version v0.1.0
1 parent aeeaf12 commit 9b5fc69

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<a name="0.1.0"></a>
2+
# 0.1.0 (2019-02-14)
3+
4+
5+
### Bug Fixes
6+
7+
* consolidate to 1 file ([63415a4](https://github.com/libp2p/pull-mplex/commit/63415a4))
8+
* correct channel id sequence ([90aac16](https://github.com/libp2p/pull-mplex/commit/90aac16))
9+
* correctly read chunked data ([9fd3d28](https://github.com/libp2p/pull-mplex/commit/9fd3d28))
10+
* dont blow up the stack ([c041265](https://github.com/libp2p/pull-mplex/commit/c041265))
11+
* dont use bl ([61f82f8](https://github.com/libp2p/pull-mplex/commit/61f82f8))
12+
* listen to the channel error ([f1904c7](https://github.com/libp2p/pull-mplex/commit/f1904c7))
13+
* msg length encoding ([d43efac](https://github.com/libp2p/pull-mplex/commit/d43efac))
14+
* remove initiator id logic ([f9a465b](https://github.com/libp2p/pull-mplex/commit/f9a465b))
15+
* remove nyc_output file ([e437d97](https://github.com/libp2p/pull-mplex/commit/e437d97))
16+
* send chan name when creating stream ([9dff87a](https://github.com/libp2p/pull-mplex/commit/9dff87a))
17+
* start channel from 0 ([afc0040](https://github.com/libp2p/pull-mplex/commit/afc0040))
18+
* use arrow function ([9a0b166](https://github.com/libp2p/pull-mplex/commit/9a0b166))
19+
20+
21+
### Features
22+
23+
* add basic echo benchmarks ([7d708d0](https://github.com/libp2p/pull-mplex/commit/7d708d0))
24+
* add interface-stream-muxer support and tests ([bb4b8ba](https://github.com/libp2p/pull-mplex/commit/bb4b8ba))
25+
* avoid negative sizes ([55d096e](https://github.com/libp2p/pull-mplex/commit/55d096e))
26+
* correct channel and plex closing ([0341fee](https://github.com/libp2p/pull-mplex/commit/0341fee))
27+
* correct channel closing ([e7409ec](https://github.com/libp2p/pull-mplex/commit/e7409ec))
28+
* correct encoding and channel closing ([19f0962](https://github.com/libp2p/pull-mplex/commit/19f0962))
29+
* correct encoding/decoding ([2e608fd](https://github.com/libp2p/pull-mplex/commit/2e608fd))
30+
* dont close channel too early ([9ea6999](https://github.com/libp2p/pull-mplex/commit/9ea6999))
31+
* getting interface-stream-muxer tests to pass ([8dccda1](https://github.com/libp2p/pull-mplex/commit/8dccda1))
32+
* getting interface-stream-muxer tests to pass ([da10bf9](https://github.com/libp2p/pull-mplex/commit/da10bf9))
33+
* improve performance ([e9f9917](https://github.com/libp2p/pull-mplex/commit/e9f9917))
34+
* initial commit ([5279adb](https://github.com/libp2p/pull-mplex/commit/5279adb))
35+
* initial commit ([1843747](https://github.com/libp2p/pull-mplex/commit/1843747))
36+
* initial commit ([e37eedf](https://github.com/libp2p/pull-mplex/commit/e37eedf))
37+
* interep with old stream based mplex ([99a0c46](https://github.com/libp2p/pull-mplex/commit/99a0c46))
38+
* interop with old libp2p-mplex ([0db5abf](https://github.com/libp2p/pull-mplex/commit/0db5abf))
39+
* make the benchmark configurable ([51b1a2b](https://github.com/libp2p/pull-mplex/commit/51b1a2b))
40+
* performance ([6d79751](https://github.com/libp2p/pull-mplex/commit/6d79751))
41+
* remove unused deps ([2a7857e](https://github.com/libp2p/pull-mplex/commit/2a7857e))
42+
* send chan name ([aa1dcfa](https://github.com/libp2p/pull-mplex/commit/aa1dcfa))
43+
* update README.md ([d428fb6](https://github.com/libp2p/pull-mplex/commit/d428fb6))
44+
* use bl to avoid buffer concat/copy ([018be66](https://github.com/libp2p/pull-mplex/commit/018be66))
45+
* use two lists to avoid clashes ([a0c3e1c](https://github.com/libp2p/pull-mplex/commit/a0c3e1c))
46+
* validation and coverage ([bec8862](https://github.com/libp2p/pull-mplex/commit/bec8862))
47+
48+
49+
### Performance Improvements
50+
51+
* improoving performance ([5baae75](https://github.com/libp2p/pull-mplex/commit/5baae75))
52+
* optimize ([f22379f](https://github.com/libp2p/pull-mplex/commit/f22379f))
53+
54+
55+

0 commit comments

Comments
 (0)