Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down