Artillery
CLI

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.json over automatically-detected dependencies. This fixes issues where latest versions of dependencies could be installed rather than those specified in package.json
  • Fix: Avoid promisifying async “function” steps. This removes Node.js warnings when when an async function is used for a function step
  • 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