Releases: stack-rs/netem-trace
Releases · stack-rs/netem-trace
v0.3.6
What's Changed
- fix(model): resolve deserialization issue with figment by @Lethe10137 in #15
Full Changelog: v0.3.5...v0.3.6
v0.3.5
What's Changed
- Support TraceBwConfig model to replay any bandwidth trace by @Lethe10137 in #13
New Contributors
- @Lethe10137 made their first contribution in #13
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- add packet duplicate models by @un-lock-able in #11
- fix typos in comments by @un-lock-able in #12
New Contributors
- @un-lock-able made their first contribution in #11
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.1
v0.2.0
- add a new model
SawtoothBw
whose waveform is sawtooth. - merge two normalized bandwidth models into one
NormalizedBw
model. - add feature
human
of human-readable duration serialization - add feature
full
of enabling all features
BREAKING CHANGE: rename FixedBw
to StaticBw