Skip to content

Releases: artilleryio/artillery

Artillery 1.3.8

03 Mar 11:34
Compare
Choose a tag to compare

Changes

  • Fix artillery quick on Windows (#61)

Artillery 1.3.7

02 Mar 23:13
Compare
Choose a tag to compare

Changes

  • Support iterating through CSV payloads sequentially with payload.order attribute set to "sequence" .

Artillery 1.3.6

01 Mar 22:59
Compare
Choose a tag to compare

Changes

  • Add DEBUG=http:response option to print HTTP response headers & bodies to help debug

Artillery 1.3.5

22 Feb 22:33
Compare
Choose a tag to compare

Changes: 🎷

  • Artillery is now licensed under MPL v2 🎈
  • [HTTP] Support for parsing XML responses with XPath
  • [HTTP] Allow config.defaults.cookie
  • [HTTP] HTTP Basic Auth support
  • [HTTP] Fixes for loop
  • Latency stats can now be captured for every request
  • Miscellaneous tweaks

Artillery 1.3.3

04 Feb 15:46
Compare
Choose a tag to compare

Changes: 🎸

  • [HTTP] force new socket per virtual user / scenario for more realistic tests (@hassy)
  • [HTTP] PFX certificate support for HTTPS (@tomgco)
  • Improvements to artillery report output (@cejast, @sericaia)
  • [CLI] Support for configuring the CLI with ~/.artilleryrc (@xicombd)
  • [HTTP][WS] loop construct (@hassy) - docs

Minigun 1.3.0

08 Jan 12:54
Compare
Choose a tag to compare

Changes:

  • weight support in scenario definitions
  • Support for pauses and ramps in phase definitions
  • Performance improvements (launching scenarios consistently)
  • Fix for Minigun crashing with large (10MB+) HTTP payloads
  • Various minor fixes

v1.2.9

17 Nov 20:30
Compare
Choose a tag to compare

Changes since Minigun 1.2.8:

  • Scenarios can now be written as YAML in addition to JSON
  • minigun quick supports the -o option like minigun run
  • Inline dynamic values are support with config.variables
  • Improved HTTP error reporting