v0.1.2
This is the third release of epollcat. It adds support for Scala Native 0.4.8 and fixes a couple of IPv6-related bugs (special thanks to @LeeTibbert).
Enhancements
- Optimize socket read/write with array ptrs by @armanbilge in #85
Fixes
- Fix #52: Use IPv6 features only on IPv6 capable systems by @LeeTibbert in #68
- Fix #88: make epollcat more robust to macOS IPv6 getsockname quirk by @LeeTibbert in #91
Updates
- Update scala3-library to 3.2.1 by @nimble-agar-steward in #83
- Update nscplugin, sbt-scala-native, ... to 0.4.8 by @nimble-agar-steward in #84
- Update cats-effect to 3.4.1 by @nimble-agar-steward in #90
Behind-the-scenes
- Add platform flags to
EpollcatSuite
by @armanbilge in #70 - Fix test output interleaving by @armanbilge in #69
- Test with monitor by @lolgab in #79
New Contributors
Full Changelog: v0.1.1...v0.1.2