Releases: artilleryio/artillery
Releases · artilleryio/artillery
v2.0.0-22
v2.0.0-21
New features
This release adds support for distributed cloud-native testing with AWS Lambda out of the box.
This feature is to be considered experimental at the moment. Please report bugs in Issues.
The --platform
and --platform-opt
flags have been added to the run
command.
To run a test on AWS Lambda in the us-east-1
region, with 100 parallel Lambda workers, run:
artillery run --platform aws:lambda --platform-opt region=us-east-1 my-script.yml
This requires an AWS profile configured locally.
v2.0.0-20
v2.0.0-19
v2.0.0-18
v2.0.0-17
v2.0.0-16
v2.0.0-15
- Add experimental
probe
/http
command for sending HTTP requests from the command-line - Add
wait
action to WebSocket engine (@GeekyDeaks) - Add basic validation for test scripts in
run
(#1410, @flentini) - Fix issue with aggregating summary metrics (#1425, @juanig1)
- Improve test suite (#1391, ty @chringwer)
v2.0.0-14
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