Skip to content

Releases: bengadbois/pewpew

v1.0.0

19 Jan 23:16
08c9e19
Compare
Choose a tag to compare

pewpew has been stable for a while now. It's time to release v1.0.0 🎉

The main new feature over the last release is the introduction of the benchmark command
Also included is a new flag/option, --body-regex #42

v0.3.5

21 Jul 21:14
80e68d2
Compare
Choose a tag to compare
  • Fixes bug #35 in reporting data transferred
  • Makes data transferred more human readable using proper prefix units (KB, MB, etc.)

v0.3.4

17 Apr 20:39
05cc686
Compare
Choose a tag to compare

Refactor and runtime memory optimization (#34)

v0.3.3

13 Apr 21:50
0e8d84b
Compare
Choose a tag to compare
  • Fix DNS prefetch host bug #31
  • Upgrade to Go 1.10

v0.3.2

29 Nov 16:17
Compare
Choose a tag to compare

Embeds release version and compile time in binary

v0.3.1

28 Nov 15:21
Compare
Choose a tag to compare

Fix to travis deploy to correctly create Github releases

v0.3

27 Nov 19:19
Compare
Choose a tag to compare

Added:
XML output #27
DNS prefetch option #17

Improved:
Test coverage #11 #13
Verbose and quiet behavior #16
Library documentation #14

Breaking changes:
Default config file is pewpew.{json,toml} instead of config.{json,toml}
Count and Concurrency are now properties of StressConfig, not Target.
CreateTextSummary was renamed to CreateTextStressSummary

v0.2

23 Mar 01:39
Compare
Choose a tag to compare

Added:
HTTP redirect control
Cookie config

Improved:
Statistics printer now shows status code distribution as percent

0.1

14 Mar 19:07
Compare
Choose a tag to compare
0.1

Initial release