Skip to content

Releases: DropMorePackets/haproxy-go

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 10 Jul 12:14

0.1.1 (2026-07-10)

Bug Fixes

  • spop: negotiate frame sizes lazily (27ac33d)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 01:49

0.1.0 (2026-07-10)

Features

  • add KV unmarshal feature with struct tag support (2b5523a)

Bug Fixes

  • reject frames exceeding maxFrameSize (ea665cb)

v0.0.8

Choose a tag to compare

@github-actions github-actions released this 31 Jan 02:26

0.0.8 (2026-01-31)

Bug Fixes

  • eliminate string allocations in protocol handlers (7c4d43b)
  • optimize NameEquals to avoid string allocation (45c05fa)
  • spop: use io.ReadFull to prevent partial frame reads (c1f732a)

Performance Improvements

  • cache length to avoid repeated len() calls in comparison functions (022f7bf)

v0.0.7

Choose a tag to compare

@github-actions github-actions released this 05 Jun 15:49
2d691f6

0.0.7 (2025-06-05)

Bug Fixes

  • spop: Disable pipeline and async support (c12e722)

v0.0.6

Choose a tag to compare

@github-actions github-actions released this 30 May 01:52
d2c4ce8

0.0.6 (2025-05-30)

Bug Fixes

  • peers: update struct alignment to be more efficient (5a12fb3)

Fixes galore

Fixes galore Pre-release
Pre-release

Choose a tag to compare

@fionera fionera released this 30 Sep 11:43
v0.0.5

spop: implement correct disconnect handling

The great refactor: Who needs dependencies anyway?

Choose a tag to compare

@fionera fionera released this 07 Nov 01:47
switch directory for tool installation

this will stay till go 1.22 which will probably add tools

The great refactor: Let get moving

Pre-release

Choose a tag to compare

@fionera fionera released this 16 Oct 02:15
v0.0.3

update readme

The great refactor: Episode 1

Pre-release

Choose a tag to compare

@fionera fionera released this 22 Sep 22:25
v0.0.2

add e2e test for panic handler

v0.0.1: Sunrise

v0.0.1: Sunrise Pre-release
Pre-release

Choose a tag to compare

@fionera fionera released this 01 Sep 00:22

This just creates an initial version...