Changelog

The latest Artillery features and product launches.

Monday, April 15, 2024

Artillery CLI v2.0.10

CLI & Core

  • Add parallel action for making parallel requests in HTTP tests

Fargate

  • Add ability to suppress metrics output with --quiet flag - docs
  • Add eu-north-1 to supported regions

Lambda

  • Add ability to suppress metrics output with --quiet flag - docs

Playwright

  • Fix issue preventing stack traces for errors from being displayed
  • Update Playwright version to 1.43.1 - docs

Publish Metrics

  • Make reporters using OpenTelemetry compatible with parallel requests
Tuesday, April 2, 2024

Artillery CLI v2.0.9

Publish Metrics

  • Sending traces to AWS X-Ray is now available through the CloudWatch reporter
  • Allow replacing of all tracing span names with replaceSpanNameRegex config option - Docs
  • Fix bug in Datadog reporter causing last batches of traces to occasionally drop
  • Fix errors happening when sampleRate tracing option set
  • Fix errors in tracing happening when using HTTP streaming
  • Display number of spans exported in the Artillery report (plugins.publish-metrics.spans.exported ) when tracing is enabled

CLI & Core

  • Fix incorrectly declared dependencies in Artillery CLI
Monday, March 18, 2024

Artillery CLI v2.0.8

Artillery Cloud

  • Fix issue preventing ARTILLERY_CLOUD_API_KEY environment variable from being picked up by Fargate when using --dotenv

Metrics by Endpoint

  • Report request URLs for requests that resulted in a network error such as ETIMEOUT or ECONNRESET - docs

CLI and Core

  • Fix issue causing some intermediate reports to not be reported
  • Fix issue with incorrect formatting of time units in “phase started” messages
Monday, March 4, 2024

Artillery CLI v2.0.7

CLI and Core

  • Add support for loading custom code from ES modules - docs
  • Add support for using async functions as hooks - docs

Playwright

  • Update Playwright version to 1.42.1
  • Fix bug that prevented traces from Playwright tests from being sent to Datadog and Honeycomb

AWS Fargate