Skip to content

Releases: tsenart/vegeta

v12.11.1

02 Oct 09:08
6fbe391
Compare
Choose a tag to compare

Changelog

6fbe391 attack: support IPv6 only in DNSCaching
e0155bd build(deps): bump github.com/prometheus/prometheus from 0.46.0 to 0.47.0
dfd484a build(deps): bump github.com/miekg/dns from 1.1.55 to 1.1.56
78dfd3d targets: include inner error in message
712ff2e all: remove leftover use of deprecated ioutil (#643)
4063254 build(deps): bump github.com/prometheus/prometheus from 0.45.0 to 0.46.0
b4b20af build(deps): bump pgregory.net/rapid from 1.0.0 to 1.1.0
018e8a8 build(deps): bump golang.org/x/net from 0.12.0 to 0.14.0

v12.11.0

24 Jul 19:18
v12.11.0
e49c367
Compare
Choose a tag to compare

Changelog

e49c367 attack: early cancel ctx only when there's no err
3fd94ee lib/prom: follow-up fixes to #534
81403a6 Prometheus Exporter in attack (#534)
73d929f attack: document tricky critical section
418ab07 README: Move features below image
51bb5ee all: remove ioutil package
ca2362d README: Link to Over 9000 wiki page
53fd7ba README: add top level features list
131c83f remove unused .chglog dir
8d7d754 remove unused .deepsource.toml
225b7d7 ci: fix format check goimports install
54fb04f ci: add formatting check to qa job
a1eaf0f goimports -w . and fix lttb tests
130dfd3 Update Go dependencies
9fba769 attack: make DefaultTLSConfig.InsecureSkipVerify false
b2c13f8 attack: better wording of session-tickets description
a1f293f Add support for session tickets
5c9d86f Update README

v12.10.0

16 Jul 17:25
v12.10.0
074c530
Compare
Choose a tag to compare

Changelog

074c530 attack: ensure go-routines finish in DNSCaching
174d804 DNS caching
556bf61 disable the http2 attempt when http2 set to false
4f214b7 report: Add example UNIX pipeline to filter errors out
828ca3a Revert "Add text report text-errors flag"
8bd8a18 Add text report text-errors flag
dd4d39f build(deps): bump pgregory.net/rapid from 0.3.3 to 1.0.0
8ccf2ae build(deps): bump github.com/miekg/dns from 1.1.25 to 1.1.55
9151f61 Create dependabot.yml
c820272 Wait for results before exiting from signal
3e67d01 README: Add Arch Linux install instructions
678c207 ci: include pub key in release files

v12.9.0

14 Jul 16:49
v12.9.0
96e735d
Compare
Choose a tag to compare

Changelog

96e735d Adds installation instructions for FreeBSD to README
6aa0607 ci: build more targets
1067657 fix some typos
0e0387e README: Update encode usage section
364d668 plot: fix golden tests
cd9cfd2 Set body to nil when empty
500ec86 Fix typo Github to GitHub
5cff6d0 Mention MacPorts in readme
097d2c4 fix: small errors
60c2d66 Make plot use more diverse colors
eedbf47 Add max-connections option to README
da4c11f build(deps): bump github.com/miekg/dns from 1.1.17 to 1.1.25
c03ddd9 Update default -timeout value in README
a3f925e README: Fix install from source instructions (#627)
3b6d36f all: Fix build, upgrade deps and automate release (#626)
27f553f license: Update copyright year
5ff6414 fix: upgrade streadway/quantile to fix go1.18 compatibility (#612)
ead4990 README: change go get to go install (#609)
d73edf2 Go Pkg badge

v12.8.4

11 Oct 10:41
Compare
Choose a tag to compare

Changelog

e04d9c0 Update year range in LICENSE
3e8fb8f Fix CI badge
d0cbc78 Setup Github Actions based CI (#456)
83a3ce9 Added default first hist bucket if needed (#532)

v12.8.3

25 Mar 11:04
d9b795a
Compare
Choose a tag to compare

Changelog

d9b795a results: Fix Headers encoding (#507)

v12.8.2

24 Mar 14:16
3629602
Compare
Choose a tag to compare

Changelog

3629602 results: Faster JSON encoding and decoding (#506)

v12.8.0

16 Feb 13:32
Compare
Choose a tag to compare

Changelog

7232e92 report: Round duration to the next most precise unit
8b582d6 attack: Improved Vegeta headers
c211f62 goimports -w
c9aafc7 Add header to target containing the sequence number (#470)
23128bb results: Remove redundant if check
08f5eea Capture HTTP headers in results (#474)
24b8392 Add the max-connections option (#475)
85244b4 Add web server benchmarking script (#451)
37da2b6 Report minimum latency (#446)
bd2bfbc metrics: Fix regression
7146527 lib: Fix Close method for empty Metrics
0f0809e Update go.*
836567e Remove dep files in favor of go mod (#469)
cad1a0e Disable Fuzz stage in Travis build
9cdfb77 Add .deepsource.toml
44a49c8 all: go-lint fixes
423f835 Add support for P90 in Metrics (#452)
fe238bd Fix comments between headers (#447) (#448)
96f1d0b Go 1.13 (#445)
740aef6 attack: Implement the -chunked flag (#455)
6159efd Minor grammar correction (#454)
ab06ddb Add URL and Method to Result struct (#438)
70ac8c7 Support HTTP CONNECT proxy headers (#434)
0dfc10f Integrate with Fuzzit (#432)
b5f4fca pacer: Introduce LinearPacer (#425)

v12.7.0

21 Jul 12:38
Compare
Choose a tag to compare

Changelog

9c95632 Fix .goreleaser to work with new unified versioning
8124e01 attack: Benchmarking with -rate=0 and -max-workers=N (#423)
b0c9344 README: Specify unit of duration like fields in json report

v12.6.0

19 Jul 14:00
fb2d8b9
Compare
Choose a tag to compare

Changelog

fb2d8b9 attack: Add -max-workers flag (#421)
f807d60 metrics: Add Throughput to Metrics (#420)
97cae82 report: HDR Histogram plot output format (#413)
2870712 Include histogram in JSON output (#395)