Goreplay Versions Save

GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.

v2.0.0-rc2

2 years ago

TBD

v2.0.0-rc1

2 years ago

TBD

1.3.3

2 years ago

What's Changed

Full Changelog: https://github.com/buger/goreplay/compare/v1.3.2...1.3.3

v1.3.2

2 years ago

Thanks @DimaGolomozy!

v1.3.1

2 years ago
  • Fix duplicated requests on Linux #989
  • Improve packet capture, to make packet processing multithreaded 11d61dcb4d518f7ba33ae6f3817a279cee36398d

v1.3.0

2 years ago

Highlights

Added official Windows support https://github.com/buger/goreplay/wiki/Running-on-Windows

Traffic capture engine fully re-constructed to be more scalable, efficient and bulletproof. You should see way lower packet loss, capture quality, and CPU/Memory usage.

Deprecated own HTTP client in favour of native Go HTTP library https://github.com/buger/goreplay/pull/833

Increased stability, and numerous bug fixes.

Features

Thank you, @urbanishimwe, @slimus, @arijitAD for jumping with me to this adventure!

Huge kudos to all GoReplay community, especially to our contributors @DimaGolomozy @tomerf @swills @davidFR @two @jl2005 @rmasclef @othererik @ankitdobhal @eko @code4wt @wangfeng22 @lins05 @betty1126 @YuriYin @StanleyP

v1.3.0_RC11

2 years ago

v1.3.0_RC6

2 years ago

v1.3.0_RC5

2 years ago
  • Added a way to capture multiple ports using one input like this: --input-raw :80,8080,3000 #935
  • Fixed usage of "localhost" hostname when trying to limit scope of packet capture (e.g. --input-raw localhost:80), now it properly binds to loopback interface #943
  • Fixed detection of windows network interfaces #943
  • Fixed Makefile job to generate windows binaries
  • Fixed big memory allocation issue happening during HTTP message end check. Was also causing issues in chunked message detection.

v1.3.0_RC4

2 years ago

Changes from previous RC

  • Big changes in capture engine to give more performance and stability #916
  • Fixed a bug when GoRepay were including outgoing HTTP request initialized within the app, and having the same port #941
  • Added (again) windows support #940
  • Fix Output HTTP connection leak #927