Skip to content

Releases: fcsonline/drill

0.8.3

15 Apr 08:07
Compare
Choose a tag to compare

Fix release process

0.8.2

07 Feb 18:26
Compare
Choose a tag to compare

🐛 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.1

29 Jul 06:53
Compare
Choose a tag to compare
Update README.md

0.8.0

10 Jul 10:04
Compare
Choose a tag to compare

🎁 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

03 Sep 14:11
Compare
Choose a tag to compare
  • 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

27 Nov 14:16
Compare
Choose a tag to compare
  • Migration Async / Await completed!
  • New concurrency model
  • Interpolate env variables
  • Added Keep-Alive
  • Request headers memory
  • New delay actions

0.6.0

23 May 14:15
Compare
Choose a tag to compare
  • 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

20 Mar 07:30
Compare
Choose a tag to compare
  • 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

08 Nov 19:58
Compare
Choose a tag to compare
  • 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

08 Mar 22:19
Compare
Choose a tag to compare
  • Added support for more HTTP verbs like PUT, PATCH or DELETE
  • Custom headers support