Releases: artilleryio/artillery
Releases · artilleryio/artillery
Artillery 1.5.2
Artillery 1.5.1
Changelog
- Either
url
oruri
may be used in HTTP request specs - Expose current environment in
$environment
variable - Allow configuration of Socket.io transports
- Various bug fixes
Artillery 1.5.0
Changelog
- Warn when running on Node.js v6.8.1 - v7.2.0 and using
rampTo
as it can lead to the process entering an infinite loop due to a bug in Node.js timers.
Artillery 1.5.0-22
Changes
Bugfixes
- Fix HTTP error handling
Artillery 1.5.0-21
Changelog
- Much smaller memory footprint for HTTP tests
capture
expression can now contain template strings- RegExp captures can take flags
Artillery 1.5.0-20
Changes
Bugfixes
- Fix installation error
Artillery 1.5.0-19
Artillery 1.5.0-18
Changes
New Functionality
- Loops can now be nested and counters named with the
loop.loopValue
option - WebSocket
send
allows templates and object literals now - Add
jitter
option tothink
- Increase default HTTP timeout to 120 seconds
- User and password options in HTTP Basic auth can now be templated
- HTTP response body now included in debug output
Bugfixes
Artillery 1.5.0-17
What's New
capture
/match
for Socket.io (h/t @gboysko)- Fix bug in
artillery quick
where the-n
parameter would get ignored - Various internal architectural changes and fixes
Artillery 1.5.0-16
Changes
- Artillery will now report how many of each of the scenarios were launched