Skip to content

Releases: artilleryio/artillery

v2.0.0-11

25 Jan 15:27
Compare
Choose a tag to compare

New:

  • Display metrics in alphabetical order in console output
  • Display environment details in artillery version output
  • Track and display vusers.failed through the entire test (report zero when no VUs have failed)

Maintenance:

  • Update Docker image to use Node.js 14

Fixes:

  • Fix issue with arrivalCount arrivals to not being spaced out as expected
  • Fix issue with --output in run command when destination is a directory
  • Update HTML report to remove distinction between core and custom metrics

v2.0.0-10

10 Jan 11:56
Compare
Choose a tag to compare

New:

  • Arrays which are a property of an object may be used with loop ... over now (#1273, ty @OdysseyCShankland)
  • Console reports are 79 characters wide by default now
  • quick command is back! (#1281)

Fixes:

  • Fix an issue with plugins which attached function objects directly to the script object (#1283)

v2.0.0-7

08 Dec 16:47
Compare
Choose a tag to compare

This is another pre-release of Artillery v2. Full changelog to follow.

v1.7.9

16 Sep 12:09
Compare
Choose a tag to compare

Artillery v1.7.9

This is a maintenance release of the v1 release branch.

  • Fix bug with handling gzip-compressed responses (#1163)
  • Remove unused dependency (pidusage)

v1.7.5

30 Jun 15:21
Compare
Choose a tag to compare
1.7.5

v1.7.4

25 Jun 22:29
Compare
Choose a tag to compare

v1.7.3

11 Jun 14:26
Compare
Choose a tag to compare
  • Fix issue when templating keys with dots in them (#1015, #1017) - h/t @TwelveNights
  • Update dependencies to address npm audit warnings

v1.7.2

21 Apr 09:25
Compare
Choose a tag to compare
  • Fix an issue where capture would not work with gzipped responses (#998)

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.