From becb4b958f64f7f81d5624fdc4e860a5bfc2dfe5 Mon Sep 17 00:00:00 2001 From: Leonid Bugaev Date: Sun, 12 Jul 2015 08:47:39 +0500 Subject: [PATCH] Delete CHANGELOG.md --- CHANGELOG.md | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 85b2aca..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,25 +0,0 @@ -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 2013 -* Significantly improved test coverage -* Fixed bug with redirect replay https://github.com/buger/gor/pull/15 -* Added limit on listener side -* Improved stability (catch and log panic, instead of exiting) -* Added License file - -v0.3.3 - 22 Jun 2013 -* Using TCP instead of UDP for communication between Listener and Replay -* Significantly improved performance -* Fixed bugs causing locking and message dropping (concurrency issues) -* Rewrote concurrency model to use more channels - -v0.3 - 10 Jun 2013 -* Use RAW_SOCKETS instead of tcpdump -* Own TCP stack -* All HTTP request types support -* Simplified request parsing