Releases: mcollina/autocannon
Releases · mcollina/autocannon
v0.12.0
- Added Total Requests Sent to the
requests
object in results
(#72) by @thekemkid
v0.11.4
- Support passing a URL without http at the front #69 by @thekemkid
v0.11.3
- Correctly count the status code not ending in 00.
v0.11.1
- Graceful redirection of progress bar (#57) by @thekemkid
v0.11.0
- Added rate limiting options (#54) by @thekemkid
v0.10.0
- Allow users to enter Timestrings for duration (#53) by @thekemkid
- Allow specification of max requests to make per run (#51) by @thekemkid
- kOnHeaders bugfix (#49) by @davidmarkclements
- Add all status code counts to result output (#47) by @thekemkid
- Pass headers and body of replies through client events (#45) by @thekemkid
v0.9.2
- Support title and timings #44 by @thekemkid
v0.9.1
- Use port 443 as defaults for https #41
- forward errors to
connError
event #41
v0.9.0
- Support setting multiple
request
in the API #36 by @thekemkid