Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Gnet v2.7.0, Nausicaa of the Valley of the Wind source code.tar.gz | 2025-01-04 | 108.0 kB | |
Gnet v2.7.0, Nausicaa of the Valley of the Wind source code.zip | 2025-01-04 | 195.1 kB | |
README.md | 2025-01-04 | 1.2 kB | |
Totals: 3 Items | 304.4 kB | 0 |
[!NOTE] In this release, most of the core internal packages used by
gnet
are now available outside ofgnet
! Check out gnet/pkg for more details.
๐ Features
- feat: export the core internal packages (#667)
๐ฉ Enhancements
- opt: renovate the concurrency management of gnet engine (#663)
- opt: eliminate the inuse eventloop.cache for idle connections (#660)
- opt: use worker pool for asynchronous tasks on Windows (#657)
- opt: optimize Conn.Next and Conn.Peek (#654)
๐ Documentation
- feat: export the core internal packages (#667)
๐ Misc
- chore: rename some parameters (#656)
Full Changelog: https://github.com/panjf2000/gnet/compare/v2.6.0...v2.7.0
Thanks to all these contributors: @panjf2000 for making this release possible.
What's Changed
- feat: export the core internal packages by @panjf2000 in https://github.com/panjf2000/gnet/pull/667
- minor: v2.7.0 by @panjf2000 in https://github.com/panjf2000/gnet/pull/668
Full Changelog: https://github.com/panjf2000/gnet/compare/v2.6.3...v2.7.0