Skip to content

0.7.2

Compare
Choose a tag to compare
@oleiade oleiade released this 21 Apr 12:36
· 118 commits to main since this release
5f3d27d

This release offers:

  • A SQSClient allowing users to interact with the Amazon Simple Queue service from their k6 scripts. Thanks @nickcaballero and @jdinsel-xealth for your contributions 🙇🏻
  • AWSConfig now has a static fromEnvironment method, allowing to include the AWS configuration from environment variables in a one-liner
const config = AWSConfig.fromEnvironment()
  • A fix for misnamed accessKeyId configuration. Errors have also been adjusted to be clearer in the event of a misconfiguration.
  • A fix for the handling of signed requests by clients. Under certain circumstances, the SignatureV4 class, which is also used by most of our client classes would have produced incorrect signatures, depending on the request's payload.