Releases: artilleryio/artillery
Releases · artilleryio/artillery
v2.0.0-13
This is a maintenance release with dependency upgrades and minor bug fixes.
- Fix issue with phase name sometimes not being printed (#1313)
- Add support for expectations on multiple headers with the same name (#1354)
- publish-metrics, expect and metrics-by-endpoint are now included as dependencies of Artillery itself
v2.0.0-12
This is a maintenance release with dependency upgrades and minor bug fixes.
The Docker image now bundles the following official plugins:
v2.0.0-11
New:
- Display metrics in alphabetical order in console output
- Display environment details in
artillery version
output - Track and display
vusers.failed
through the entire test (report zero when no VUs have failed)
Maintenance:
- Update Docker image to use Node.js 14
Fixes:
- Fix issue with
arrivalCount
arrivals to not being spaced out as expected - Fix issue with
--output
inrun
command when destination is a directory - Update HTML report to remove distinction between core and custom metrics
v2.0.0-10
New:
- Arrays which are a property of an object may be used with
loop ... over
now (#1273, ty @OdysseyCShankland) - Console reports are 79 characters wide by default now
quick
command is back! (#1281)
Fixes:
- Fix an issue with plugins which attached function objects directly to the script object (#1283)