Artillery CLI v2.0.25
New features
- Stash API is now available. Stash API provides a persistent key-value store for use in your Artillery tests to share data between VUs, and offers Redis-compatible features like working with key-value pairs, lists, counters, and more. Learn more in the Stash API docs
Playwright
- Upgrade to Playwright v1.55.0
Fixes & Improvements
- Fix: Prioritize dependencies set via
package.jsonover automatically-detected dependencies. This fixes issues wherelatestversions of dependencies could be installed rather than those specified inpackage.json - Fix: Avoid promisifying async “function” steps. This removes Node.js warnings when when an
asyncfunction is used for afunctionstep - Fix: Use China partition-aware ARNs and principals for tests on AWS Lambda/Fargate
- Routine updates to dependencies to address security reports
- Remove dependency on PostHog SDK
- Migrate to AWS SDK v3. This is an internal change that does not affect any user-visible functionality
Full release notes on GitHub: https://github.com/artilleryio/artillery/releases/tag/artillery-2.0.25