What's Changed
New Features
- New Relic integration in
publish-metrics
plugin - configure Artillery to send test metrics to New Relic (docs) - Add support for sending Artillery reports to Artillery Cloud dashboard
Fixes & Improvements
- AWS Lambda - fix issue with the size of zipped Lambda packages which would prevent tests from running (#1855)
- AWS Lambda - fix issue with running AWS Lambda tests on Windows (#1846)
- HTTP: Fix issue with cookies not working inside
loop
under some conditions (#1826) - Fix issue with CSV payload data not being split across multiple worker threads (#1829)
- HTTP: Query strings are now shown in HTTP debug output (#1817)
- Fix axis display on generated HTML reports (#1815)
Community shout-outs
- @InesNi, @anoopknayak, @MagicKriss, @chinh-tran - new features & fixes
- @mplaul - help with debugging & tracking down the AWS Lambda issue