Fixes
- Stream merge blocking downstream work. by @AdamChlupacek in https://github.com/typelevel/fs2/pull/3610
Features
- Unify TCP/UDP and UnixSocket APIs by @mpilquist in https://github.com/typelevel/fs2/pull/3563
- Added Cats-Effect selector-based Datagramsocket implementation for JVM by @rahulrangers in https://github.com/typelevel/fs2/pull/3604
- Add support for collecting elemen...