You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
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#3616
Fix: Avoid promisifying async "function" steps. This removes Node.js warnings when when an async function is used for a function 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