File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v0.8.2] ( https://github.com/yuuki/tcpulse/compare/v0.8.1...v0.8.2 ) - 2025-06-13
4+ - refactor: separate printer functionality into dedicated module by @yuuki in https://github.com/yuuki/tcpulse/pull/40
5+ - Fix SIGINT handling in high-load ephemeral TCP/UDP mode by @yuuki in https://github.com/yuuki/tcpulse/pull/41
6+
37## [ v0.8.1] ( https://github.com/yuuki/tcpulse/compare/v0.8.0...v0.8.1 ) - 2025-06-10
48- test: add comprehensive test for multiple concurrent client connections by @yuuki in https://github.com/yuuki/tcpulse/pull/32
59- fix: optimize sync.Pool usage to avoid allocation during Put() calls by @yuuki in https://github.com/yuuki/tcpulse/pull/33
Original file line number Diff line number Diff line change 77 "github.com/spf13/pflag"
88)
99
10- const version = "0.8.1 "
10+ const version = "0.8.2 "
1111
1212var revision = "HEAD"
1313var showVersion bool
You can’t perform that action at this time.
0 commit comments