What's Changed
New features
- AWS Lambda - third-party plugins and engines are now supported when running tests on AWS Lambda (#1812)
- New
notStatusCode
check inexpect
plugin (#1793) - Datadog integration:
includeOnly
andexcluded
options to configure the list of Artillery metrics which are sent to Datadog (a879b4f)
Fixes & improvements
- When
artillery run
is used with the--output
option, Artillery will check if destination exists before running the test - Miscellaneous dependency updates to address deprecation warnings and security advisories
New Contributors
- @InesNi made their first contribution in #1793
- @anoopknayak made their first contribution in #1801