Skip to content

Releases: stack-rs/netem-trace

v0.4.4

03 Nov 06:23

Choose a tag to compare

This release introduces a new feature called 'trace-ext', which provides developer interfaces to convert trait-defined iterable trace models into series for further analysis or visualization in other programming languages.

Full Changelog: v0.4.3...v0.4.4

v0.4.3

17 Jun 08:09
f341eb6

Choose a tag to compare

What's Changed

Full Comparison: v0.4.2...v0.4.3

v0.4.2

09 Jun 18:04
75dcbef

Choose a tag to compare

What's Changed

Full Comparison: v0.4.1...v0.4.2

v0.4.1

09 Jun 08:30
9e55f6d

Choose a tag to compare

What's Changed

New Contributors

Full Comparison: v0.4.0...v0.4.1

v0.4.0

24 Jan 05:22

Choose a tag to compare

What's Changed

  • feat(model): simplify de/ser of TraceBw model

Full Changelog: v0.3.6...v0.4.0

v0.3.6

08 Dec 16:41
bc97ab0

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

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

Choose a tag to compare

What's Changed

New Contributors

v0.3.3

25 Jun 12:27

Choose a tag to compare

Add humanized formats of bandwidth to enable a more straightforward configuration

v0.3.2

22 Mar 10:44

Choose a tag to compare

Add Forever trait to make transition into endless model easier