Releases: mikehelmick/go-chaff
Releases · mikehelmick/go-chaff
v0.6.0
v0.5.0
Adds a maximum random bytes size of 1MB worth of data.
v0.4.1: Update README.md
rev to v0.4.1
v0.4.0
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)
* 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