Skip to content

Releases: mikehelmick/go-chaff

v0.6.0

12 Nov 01:40

Choose a tag to compare

Adds the ability to cap the latency returned in the tracker profile, prevents runaway chaff latency if the system is experiencing issues.

v0.5.0

16 Feb 23:18

Choose a tag to compare

Adds a maximum random bytes size of 1MB worth of data.

v0.4.1: Update README.md

11 Nov 18:19
dca4fb5

Choose a tag to compare

rev to v0.4.1

v0.4.0

11 Nov 00:17

Choose a tag to compare

Create a Responder interface so that it's easy to create different body response types / structures

v0.3.0: Allow chaff to be used as middleware on a single request (#1)

27 Jul 18:40
a2b70ec

Choose a tag to compare

* Add concept of "detectors"

This will enable smarter chaff middleware

* Handle race in buffer

* Allow chaff to be used as middleware on a single request

* Fix vet and staticcheck errors