v2.4.0
Highlight
- Migrate to go 1.18
- Add
GOAMD64=v3
for modern CPU (detailed description can be found here)
Feature
- Support YAML format config file
- Add stack statistic API endpoint:
/netstats
- Add debug pprof API endpoint:
/debug/pprof/
- Add TCP args:
tcp-sndbuf
,tcp-rcvbuf
andtcp-auto-tuning
Change
- Change major version suffix to
v2
by @linfan in #88 - Optimize memory consumption
- Refactor modules/codes
- Bug fixes and performance improvement
New Contributor
Full Changelog: v2.3.2...v2.4.0