What's Changed
- Remove unnecessary imports in tests by @nortti0 in #443
- Use .try_recv() instead of deprecated .try_next() with async channels by @nortti0 in #448
- Bump RESERVED_SIZE to account for control messages on FreeBSD by @nortti0 in #446
- Use CLOEXEC also on FreeBSD. by @nortti0 in #445
- Use MSG_EOR to mark fragment boundaries by @nortti0 in #444
New Contributors
Full Changelog: v0.21.0...v0.22.0