From 85945c71dd014523e01172ec5e1cb37a89fd2cf2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 13:13:23 +0000 Subject: [PATCH] chore(master): release 0.0.8 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38007e3..f450797 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.0.8](https://github.com/DropMorePackets/haproxy-go/compare/v0.0.7...v0.0.8) (2025-12-09) + + +### Bug Fixes + +* eliminate string allocations in protocol handlers ([7c4d43b](https://github.com/DropMorePackets/haproxy-go/commit/7c4d43b1918925b95081ed403aff050c61a10a92)) +* optimize NameEquals to avoid string allocation ([45c05fa](https://github.com/DropMorePackets/haproxy-go/commit/45c05fa25892ae57ab1f2d8e4fb9c8f98abea41e)) + + +### Performance Improvements + +* cache length to avoid repeated len() calls in comparison functions ([022f7bf](https://github.com/DropMorePackets/haproxy-go/commit/022f7bf823b6ae0ff8de24a3ad930ccae5bd6b99)) + ## [0.0.7](https://github.com/DropMorePackets/haproxy-go/compare/v0.0.6...v0.0.7) (2025-06-05)