Gnet v2.8.0, GIS 2: Innocence
[!IMPORTANT] The most significant enhancement in this release is the support for registering new connections to event loops!
🚀 Features
- feat: add
EventLoopinterface and implementation (#700) - feat: implement
Engine.DupListenermethod for multiple listeners (#701) - feat: support
Conn.SendTofor UDP (#694)
🛩 Enhancements
- opt: release outboundBuffer immediately in
Conn.AsyncWritewhenConnis closed (#673)
🐛 Bugfixes
- opt: avoid setting
SO_REUSEPORTonAF_UNIXsockets (#695)
🗃 Misc
- chore: upgrade dependencies (#705)
- chore: bump up modules (#681)
- chore: expurgate conn.asyncWrite/asyncWritev (#674)
- test: add an example for the netpoll package (#670)
Full Changelog: https://github.com/panjf2000/gnet/compare/v2.7.0...v2.8.0
Thanks to all these contributors: @panjf2000 for making this release possible.