Releases: artilleryio/artillery
Releases · artilleryio/artillery
v1.7.0
Artillery 2.0 dev preview 2
Fixes a glitch which caused some of the code to not get published to npm
and break everything.
Artillery 2.0 dev preview 1
🎉 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
v1.6.1
Artillery 1.6.0-10
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
Artillery 1.5.8-0
Changes
- Fix: some steps in HTTP scenarios wouldn't get run when a scenario-level hook was being used
Artillery 1.5.6
Changes
This is a maintenance release containing a few under-the-hood changes and minor bugfixes.
Artillery 1.5.3
Changelog
- Multiple bug fixes (
--quiet
option, error handling) - HTTP - virtual users will terminate if a
match
is unsuccessful unlessstrict: false
is specified - Socket.io -
query
andpath
can be set viaconfig.socketio