Skip to content

Commit 5744794

Browse files
github-actions[bot]fionera
authored andcommitted
chore(master): release 0.0.8
1 parent c1f732a commit 5744794

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## [0.0.8](https://github.com/DropMorePackets/haproxy-go/compare/v0.0.7...v0.0.8) (2026-01-31)
4+
5+
6+
### Bug Fixes
7+
8+
* eliminate string allocations in protocol handlers ([7c4d43b](https://github.com/DropMorePackets/haproxy-go/commit/7c4d43b1918925b95081ed403aff050c61a10a92))
9+
* optimize NameEquals to avoid string allocation ([45c05fa](https://github.com/DropMorePackets/haproxy-go/commit/45c05fa25892ae57ab1f2d8e4fb9c8f98abea41e))
10+
* **spop:** use io.ReadFull to prevent partial frame reads ([c1f732a](https://github.com/DropMorePackets/haproxy-go/commit/c1f732ad879a8d0a9e531a25fc88912b98428cfd))
11+
12+
13+
### Performance Improvements
14+
15+
* cache length to avoid repeated len() calls in comparison functions ([022f7bf](https://github.com/DropMorePackets/haproxy-go/commit/022f7bf823b6ae0ff8de24a3ad930ccae5bd6b99))
16+
317
## [0.0.7](https://github.com/DropMorePackets/haproxy-go/compare/v0.0.6...v0.0.7) (2025-06-05)
418

519

0 commit comments

Comments
 (0)