v0.4.0
Overview
Added support for using named pipes to parallelise script-based measurements.
While there, fix --measure
logic, which was inverted and rename rbmk-small
to rbmk-lite
.
Also, rbmk ipuniq
now requires --random
to randomise addresses.
What's Changed
- fix(curl,dig,stun): invert --measure logic checks by @bassosimone in #32
- feat: implement the pipe subcommand by @bassosimone in #33
- BREAKING CHANGE(ipuniq): stream addresses by default by @bassosimone in #34
- fix(dig): immediately stream responses by @bassosimone in #35
- fix: avoid garbled shell output with background commands by @bassosimone in #36
- BREAKING CHANGE(Makefile): rbmk-small => rbmk-lite by @bassosimone in #37
Full Changelog: v0.3.0...v0.4.0