Releases: artilleryio/artillery
Releases · artilleryio/artillery
Artillery 1.3.10
Artillery 1.3.8
Changes
- Fix
artillery quick
on Windows (#61)
Artillery 1.3.7
Changes
- Support iterating through CSV payloads sequentially with
payload.order
attribute set to"sequence"
.
Artillery 1.3.6
Changes
- Add
DEBUG=http:response
option to print HTTP response headers & bodies to help debug
Artillery 1.3.5
Changes: 🎷
- Artillery is now licensed under MPL v2 🎈
[HTTP]
Support for parsing XML responses with XPath[HTTP]
Allowconfig.defaults.cookie
[HTTP]
HTTP Basic Auth support[HTTP]
Fixes forloop
- Latency stats can now be captured for every request
- Miscellaneous tweaks
Artillery 1.3.3
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
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