Releases: fcsonline/drill
Releases · fcsonline/drill
0.9.0
What's Changed
- add example/server/docker-compose.yml by @diepes in #176
- fix: Remove unnecessary
into_iter()after asplit()by @hypr2771 in #179 - fix: Allow
$prefixed key during interpollation by @hypr2771 in #178 - Don't overwrite old cookies on Set-Cookie by @reneegyllensvaan in #183
pickforwith items rangeby @erkannt in #172- Replace yaml-rust with serde_yaml by @fcsonline in #205
- Support
fileandhexrequest body types by @0x2b3bfa0 in #197 - Bump hashbrown from 0.15.0 to 0.15.5 by @dependabot[bot] in #207
- Bump hickory-proto from 0.24.1 to 0.24.4 by @dependabot[bot] in #209
- Bump tokio from 1.40.0 to 1.43.1 by @dependabot[bot] in #206
- Bump cookie, cookie-parser, express and express-session in /example/server by @dependabot[bot] in #212
- Bump crossbeam-channel from 0.5.13 to 0.5.15 by @dependabot[bot] in #208
New Contributors
- @diepes made their first contribution in #176
- @hypr2771 made their first contribution in #179
- @reneegyllensvaan made their first contribution in #183
- @erkannt made their first contribution in #172
- @0x2b3bfa0 made their first contribution in #197
Full Changelog: 0.8.3...0.9.0
0.8.3
0.8.2
0.8.1
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
statuscode 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