What's Changed
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. docs
Playwright
- Upgrade to Playwright v1.55.0 #3617
Fixes & Improvements
- Fix: Prioritize dependencies set via
package.json
over automatically-detected dependencies. This fixes issues wherelatest
versions of dependencies could be installed rather than those specified inpackage.json
#3616 - Fix: Avoid promisifying async "function" steps. This removes Node.js warnings when when an
async
function is used for afunction
step #3552 - Fix: Use China partition-aware ARNs and principals for tests on AWS Lambda/Fargate #3618
- Routine updates to dependencies to address security reports #3612
- Remove dependency on PostHog SDK #3615
- Migrate to AWS SDK v3. This is an internal change that does not affect any user-visible functionality