1.1.0
This release adds support for Circuit Relay v2, fix for limiting the number of peers sent and accepted in PRUNE
messages and Yamux improvements.
What's Changed
- [Yamux] Don't send frame if send buffer is not empty by @StefanBratanov in #332
- Fix unit test consistency by @StefanBratanov in #333
- Fix .gitattributes by @Nashatyrev in #335
- Refactor YamuxHandler by @Nashatyrev in #326
- Change maxPrunePeers and maxPeersPerPruneMessage usage by @diegomrsantos in #336
- Refactor YamuxHandler.SendBuffer by @Nashatyrev in #328
- Add large blob test by @Nashatyrev in #337
- Fix the case when a stream is closed while still having buffered data for write by @Nashatyrev in #330
- Refactor Yamux flags by @Nashatyrev in #338
- [Yamux] Allow max ACK backlog of 256 streams by @StefanBratanov in #340
- Don't try and dial DNSADDR addresses by @ianopolous in #343
- Implement circuit relay v2 by @ianopolous in #345
New Contributors
- @diegomrsantos made their first contribution in #336