Skip to content

Releases: stack-rs/netem-trace

v0.3.6

08 Dec 16:41
bc97ab0
Compare
Choose a tag to compare

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

06 Dec 05:20
Compare
Choose a tag to compare

What's Changed

  • Support TraceBwConfig model to replay any bandwidth trace by @Lethe10137 in #13

New Contributors

Full Changelog: v0.3.4...v0.3.5

v0.3.4

30 Jun 08:40
Compare
Choose a tag to compare

What's Changed

New Contributors

v0.3.3

25 Jun 12:27
Compare
Choose a tag to compare

Add humanized formats of bandwidth to enable a more straightforward configuration

v0.3.2

22 Mar 10:44
Compare
Choose a tag to compare

Add Forever trait to make transition into endless model easier

v0.3.1

17 Mar 17:16
65efe75
Compare
Choose a tag to compare

Add Send to trace config and model by @Centaurus99 in #8

v0.3.0

29 Nov 17:44
Compare
Choose a tag to compare
release(v0.3.0): change crate version

v0.2.1

22 Nov 09:52
Compare
Choose a tag to compare

Add delay and loss models.

v0.2.0

28 Jul 14:29
Compare
Choose a tag to compare
  • 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

v0.1.0

12 Feb 07:32
Compare
Choose a tag to compare
chore(lint): enable all features for cargo check