Skip to content

Releases: buger/goreplay

v0.8

16 Mar 16:34
Compare
Choose a tag to compare

Bugfix release

0.7.5

29 Jan 15:45
Compare
Choose a tag to compare
  • Fixed multiple bugs
  • input/output-tcp modules now use pool of connections

0.7.0

31 Oct 12:33
Compare
Choose a tag to compare

v0.7.0 - 31 Oct 2013

  • New modular architecture. Listener and Replay functionality merged.
  • Added option to equally split traffic between multiple outputs: --split-output true
  • Saving requests to file and replaying from it
  • Injecting custom headers to http requests
  • Advanced stats using ElasticSearch

v0.3.5

15 Sep 09:10
Compare
Choose a tag to compare
  • Significally improved test coverage
  • Fixed bug with redirect replay #15
  • Added limit on listener side
  • Improved stability (catch and log panic, instead of exiting)
  • Added License file