Skip to content

Releases: artilleryio/artillery

v1.7.0

21 Apr 09:24
Compare
Choose a tag to compare
  • Now using Got as the underlying library for the HTTP engine 🥳

Artillery 2.0 dev preview 2

02 Mar 20:59
Compare
Choose a tag to compare
Pre-release

Fixes a glitch which caused some of the code to not get published to npm and break everything.

Artillery 2.0 dev preview 1

02 Mar 17:44
Compare
Choose a tag to compare
Pre-release

🎉 Artillery 2.0 dev preview 1

Artillery 2.0 is the next major release of Artillery. It's under active development - expect things to break (and when they do, please let us know!)

If you're feeling adventurous, this release is for you. 🔥 Otherwise, continue using v1.6 as normal.

Major upgrades in this release

  • New HTTP engine (based on Got. This removes the dependency on now-deprecated Request.js, improves performance, and enables HTTP/2 support.
  • New metrics engine featuring high-precision histograms, as well as counter and rates.

v1.6.2

25 Feb 12:07
Compare
Choose a tag to compare

This is a maintenance release off of 1.6.x branch.

  • Update recommended Node.js version to Node.js 12+
  • Update Request.js to latest version
  • Update dependencies to address security issues reported by npm audit

v1.6.1

30 Jun 15:04
Compare
Choose a tag to compare

This is a maintenance release of the v1.6.x branch.

This release adds support for preserving header casing in HTTP requests, but that feature is not yet implemented in the mainline branch. See #839 for more details.

Artillery 1.6.0-10

10 Oct 07:45
Compare
Choose a tag to compare
Artillery 1.6.0-10 Pre-release
Pre-release

Changelog

  • Fix the bug where wrong concurrency stats would be reported (#375)
  • Allow for extra options to be passed in to the CSV parser (#381)
  • Fix error handling in onError hook functions (artilleryio/artillery-core#204)

Artillery 1.6.0-9

22 Sep 12:04
Compare
Choose a tag to compare
Artillery 1.6.0-9 Pre-release
Pre-release

Changelog

  • (CLI) Allow for parts of the script to be overridden from the command line with --overrides (#372)
  • (HTTP) Add support for looping over arrays with the over attribute (#207)
  • (HTTP) Add support for looping until a condition is met with a whileTrue hook (#207)

Artillery 1.5.8-0

19 Apr 17:35
Compare
Choose a tag to compare
Artillery 1.5.8-0 Pre-release
Pre-release

Changes

  • Fix: some steps in HTTP scenarios wouldn't get run when a scenario-level hook was being used

Artillery 1.5.6

11 Apr 12:21
Compare
Choose a tag to compare

Changes

This is a maintenance release containing a few under-the-hood changes and minor bugfixes.

Artillery 1.5.3

30 Mar 12:42
Compare
Choose a tag to compare

Changelog

  • Multiple bug fixes (--quiet option, error handling)
  • HTTP - virtual users will terminate if a match is unsuccessful unless strict: false is specified
  • Socket.io - query and path can be set via config.socketio