Releases: fcsonline/drill
Releases · fcsonline/drill
0.8.2
🐛 Bug fixes
- Improved the access to nested arrays in interpolated value - Thanks to @kmerfeld #159
- Fixed issue with tags in included files - Thanks to @michaelsproul report #167
0.8.0
🎁 New features
- Improved documentation. Thanks to @corrieriluca (#118)
- Integrate High Dynamic Range Histogram. Thanks to @schrieveslaach (#120)
- Read items from file lines. Thanks to @SteVio89 (#127)
- Add step filtering by tags. Thanks to @IvashchenkoSerhii (#132)
- Add response
status
code into request assignations
- Convert Travis configuration into Github Actions
- Updated many outdated dependencies
0.7.2
- Add shuffle feature to with_items
- Fix body for put and patch verbs
- Add index variable for loop actions
- Panic for properties that don't support interpolations
- Fix Windows console colors code support
- Fix command-line option to set timeout in seconds
- New actions: Assert values
- Add flag for verbose output
- New Action: Execute OS commands
0.7.0
- Migration Async / Await completed!
- New concurrency model
- Interpolate env variables
- Added Keep-Alive
- Request headers memory
- New delay actions
0.6.0
- Fixed quotes in string fields and panic on HTTP errors
- Support multiple cookies
- Fix wrong behavior for 1 iteration
- Improve general performance
- Fixed issues with interpolations
- Relaxed interpolations
- Add more documentation
0.5.0
- Added
rampup
option
- Added
HEAD
verb support
- Added new option
with_items_range
- Improved stats
- New CSV parsing options
- New
no-check-certificate
option to ingore SSL certificate validation
- Formatted code with
rustfmt
0.4.0
- Fixed concurrency issue
- Fixed interpolation issue
- Added new available interpolations:
{{ thread }}
and {{ iteration }}
- Added new server to test low connections
- More colors in log
0.3.5
- Added support for more HTTP verbs like PUT, PATCH or DELETE
- Custom headers support