Skip to content

Commit f68a2cd

Browse files
[tagpr] update CHANGELOG.md
1 parent 62c78d3 commit f68a2cd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [v0.8.1](https://github.com/yuuki/tcpulse/compare/v0.8.0...v0.8.1) - 2025-06-10
4+
- test: add comprehensive test for multiple concurrent client connections by @yuuki in https://github.com/yuuki/tcpulse/pull/32
5+
- fix: optimize sync.Pool usage to avoid allocation during Put() calls by @yuuki in https://github.com/yuuki/tcpulse/pull/33
6+
- docs: add comprehensive tool comparison section by @yuuki in https://github.com/yuuki/tcpulse/pull/34
7+
- fix: eliminate 'connection reset by peer' errors by @yuuki in https://github.com/yuuki/tcpulse/pull/35
8+
- fix: eliminate pointer allocation warnings in sync.Pool usage (SA6002) by @yuuki in https://github.com/yuuki/tcpulse/pull/36
9+
310
## [v0.8.0](https://github.com/yuuki/tcpulse/compare/v0.7.2...v0.8.0) - 2025-06-08
411
- refactor: replace cobra subcommands with pflag/viper flags by @yuuki in https://github.com/yuuki/tcpulse/pull/28
512
- refactor: consolidate utility functions and add comprehensive main.go tests by @yuuki in https://github.com/yuuki/tcpulse/pull/29

0 commit comments

Comments
 (0)