forked from tsenart/vegeta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
68 lines (51 loc) · 1.9 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
2015-11-27: v6.0.0
Insecure attack flag (#160)
Client certificates (#156)
Infinite attacks (#155)
Allow empty lines between targets (#147)
2015-09-19: v5.9.0
Bounded memory streaming reporters (#136)
2015-09-04: v5.8.1
Fix support for DELETE methods in targets
2015-08-11: v5.8.0
Change reporters quantile estimation method to match R's 8th type.
2015-05-23: v5.7.1
Revert end-to-end attack timeout change
2015-05-23: v5.7.0
Allow case sensitve headers in attacks
2015-04-15: v5.6.3
Expose connections flag in the attack command
Add global cpu and heap profiling flags
Measure actual attack rate and print it in relevant reporters
Major performance improvements that allow much higher attack rates
2015-04-02: v5.6.2
Update dygraph to latest version
Improve plot reporter screenshot rendering by using html2canvas.js
Improve plot reporter performance
2015-03-23: v5.6.1
Allow spaces in hist reporter flag format
2015-03-12: v5.6.0
Set default dumper to "json" in the dump command.
Add --version to global vegeta command flags.
Fix response body leak regression introduced in v5.5.3.
2015-03-11: v5.5.3
Always read response bodies for each request.
Homebrew install instructions.
2015-01-3: v5.5.2
Refactor core request logic and simplify tests with a 4x speedup.
2015-01-2: v5.5.1
Treat bad status codes as errors.
2014-11-21: v5.5.0
Implement dump command with CSV and JSON record format.
Optionally ignore redirects and treat them as successes.
2014-11-16: v5.4.0
Add histogram reporter to the report command.
2014-11-16: v5.3.0
Add support for extended targets dsl that supports per-target headers and body.
Target file comments support has been removed.
2014-11-7: v5.2.0
Don't treat 3xx status codes as errors.
Add -keepalive flag to the attack command.
2014-11-3: v5.1.1
Add FreeBSD and Windows releases.
Fix non termination bug in the report command. #85