1.0.1
This release contains optimizations around the yamux implementation as well as dependencies updates.
What's Changed
- Use spotless instead of kotlinter by @StefanBratanov in #297
- [Yamux] Fix sending of buffered messages after a window update by @StefanBratanov in #312
- Publish to Cloudsmith on push to develop branch by @StefanBratanov in #313
- [Yamux] Increase write buffer size and make it configurable by @StefanBratanov in #317
- [Yamux] Revert merging send and receive windows maps by @StefanBratanov in #318
- [Yamux] Send whole data if window size is > 0 by @StefanBratanov in #319
- [Yamux] Clear caches when connection is closed by @StefanBratanov in #321
- [Yamux] Send RST when write buffer has overflowed by @StefanBratanov in #320
- Refactor MuxId by @Nashatyrev in #322
- [Yamux] Refactor window sizes retrieval by @StefanBratanov in #323
- Dependencies updates by @StefanBratanov in #327