Highlight
- Migrate to go 1.18
- Add
GOAMD64=v3for 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-rcvbufandtcp-auto-tuning
Change
- Change major version suffix to
v2by @linfan in #88 - Optimize memory consumption
- Refactor modules/codes
- Bug fixes and performance improvement
New Contributor
Full Changelog: v2.3.2...v2.4.0