Releases: benc-uk/k6-reporter
Releases · benc-uk/k6-reporter
Version 2.4.0
Version 2.3.1
- Fixes VUs undefined error #19
Version 2.3.0
- Many fixes to custom metrics output, which was horribly broken, now isn't
- Adds debug option
Version 2.2.0
Adds request failure count to report main page
Version 2.1.1
🔥 Breaking Changes!
This release changes the output of htmlReport from an object to a string, this brings it in line with other output summary wrappers (e.g. textSummary) and simplifies using it in combination with other outputs
The new way to use is now
export function handleSummary(data) {
return {
"summary.html": htmlReport(data),
};
}
Version 2.0.0
Tagged release of new v2 JavaScript version
Version 1.2.1
Final release of Go version
Fixes some stupid stuff I pushed to main by mistake
💥NOTE. This Go / binary conversion tool is now deprecated, please switch to using the JS module and handleSummary()
Version 1.2.0
- Switched to Go 1.16 and embedding
- Probably some fixes I don't remember lol
Version 1.1.0
Completely new report format :)
Version 1.0.0
First release
Standalone Linux x64 binary is attached