Skip to content

Artillery v2.0.0-36

Compare
Choose a tag to compare
@hassy hassy released this 18 Aug 11:15
· 443 commits to main since this release

Artillery v2.0.0-36

New features

  • Dynatrace support - the official publish-metrics plugin can now be configured to send Artillery metrics and events to Dynatrace. Read more in the docs. (140ee92)
  • config.http.defaults - default headers and cookies for all requests in a test may now be set via config.http.defaults (938f9c4)

Fixes & improvements

Artillery Cloud (join the waitlist)

  • Send load phase start/end timings for visualization (#2022)
  • Send CLI exit code to display in test run results (407d225)
  • Fix test run status not always getting reported correctly (48a4a91)
  • Fix bug which caused test runs on AWS Lambda to not be tagged correctly (919327f)

Core

  • Allow variables set with --variables to be used anywhere in config (c08c695)
  • Fix for encoding of array values in query strings (06989c6)
  • Make sure CLI exit handlers are always run (77f6423)
  • Fix bug affecting match groups in regexp captures (e92306e)

Plugins

  • publish-metrics - Exit early if required config is missing for publish-metrics (7871d39)
  • publish-metrics - Reduce memory usage of the plugin (338b070)
  • expect - add useRequestNamesOnly option (#1995)
  • ensure - fix bug where ensure config under config.plugins.ensure would not get picked up (d1136f3)

This release brought to you by @InesNi @bernardobridge @hassy