Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Gnet v2.8.0, GIS 2_ Innocence source code.tar.gz | 2025-05-25 | 113.7 kB | |
Gnet v2.8.0, GIS 2_ Innocence source code.zip | 2025-05-25 | 203.4 kB | |
README.md | 2025-05-25 | 1.0 kB | |
Totals: 3 Items | 318.1 kB | 0 |
[!IMPORTANT] The most significant enhancement in this release is the support for registering new connections to event loops!
๐ Features
- feat: add
EventLoop
interface and implementation (#700) - feat: implement
Engine.DupListener
method for multiple listeners (#701) - feat: support
Conn.SendTo
for UDP (#694)
๐ฉ Enhancements
- opt: release outboundBuffer immediately in
Conn.AsyncWrite
whenConn
is closed (#673)
๐ Bugfixes
- opt: avoid setting
SO_REUSEPORT
onAF_UNIX
sockets (#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.