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.

v0.14.1

7 years ago
  • Fixed critical issues with crashing when used --output-file

v0.14.0

7 years ago
  • Windows support!
  • Allow date variables in --output-file names: --output-file %Y-%m-%d-%H.log will create new file each hour #290
  • Support for gzip compressed files, both for input and output #290
  • Replaying from multiple files: --input-file now support file name patterns #290
  • Looping files for replaying indefinitely #290
  • New default --output-file behaviour for writing files in multiple chunks #293
  • Faster buffered file output #290
  • Support for lower-case HTTP headers
  • Added built-in file server for the tutorial: gor file-server :8000
  • Fix bug when gor catch its own --output-http traffic if it replayed to the same port as origin #295
  • --input-raw-realip-header option to injecting header with user real IP #296

v0.13.0

7 years ago

v0.12.1

8 years ago
  • Full Mac OS support including pre-compiled binaries (go for mac does not support static linking, you need to have libpcap installed)
  • Update to use latest libpcap: was 0.8 now 1.7.4
  • Ensure to clean up sockets after exit
  • Fixed crashing on system with complex networking
  • Fixed few data-races

v0.12.0

8 years ago

Should be faster, consume less memory, and catch more traffic

  • Support for IPv6
  • Fixed traffic interception without specifying port (e.g. on all interfaces: ":80")
  • Fixed memory leaks
  • Better handling of fragmented messages

v0.11.2

8 years ago

Bugfix release

  • libpcap now linked statically and does not require host system to have it
  • Fixed panic when gor meet malformed TCPpacket

v0.11.1

8 years ago
  • Fixed critical bug preventing using --input-raw

https://gortool.com - test your system with real data

v0.11.0

8 years ago

New site and announce of Pro version https://gortool.com

Release details:

  • License switched to LGPL, and added option for commercial friendly option
  • Default traffic interception engine now libpcap, which significantly increased capture quality and speed
  • Multiple fixes improving stability, speed and quality
  • Go 1.6.1

v0.10.1

8 years ago
  • Fixed memory leaks #194 #201
  • Improved speed by dramatically reducing number of goroutines #194
  • Fixed input-file #202

0.10.0

8 years ago
  • Middleware support! See README and examples folder. #162
  • Raw input now track responses (they are recorded to file input as well) #162
  • Changed file format, now it human readable #162
  • Changed internal TCP communication format (same as file format) #162
  • Add protection for malformed messages
  • Significantly improved test speed #162
  • Fix: do not add 80 port to HOST header #190