|
1 | 1 | # CHANGELOG |
2 | 2 |
|
3 | | -## [v0.4.0](https://github.com/stack-rs/netem-trace/releases/tag/v0.4.0) - 2025-01-24 05:15:54 |
| 3 | +## [v0.4.1](https://github.com/stack-rs/netem-trace/releases/tag/v0.4.1) - 2025-06-09 08:26:48+00:00 |
4 | 4 |
|
5 | 5 | ## What's Changed |
6 | | -* feat(model): simplify de/ser of TraceBw model |
| 6 | +* Adding a per-packet delay trace by @maxime-bruno in [#21](https://github.com/stack-rs/netem-trace/pull/21) |
7 | 7 |
|
| 8 | +## New Contributors |
| 9 | +* @maxime-bruno made their first contribution in [#21](https://github.com/stack-rs/netem-trace/pull/21) |
8 | 10 |
|
9 | | -**Full Changelog**: https://github.com/stack-rs/netem-trace/compare/v0.3.6...v0.4.0 |
| 11 | +**Full Comparison**: https://github.com/stack-rs/netem-trace/compare/v0.4.0...v0.4.1 |
10 | 12 |
|
11 | 13 | ### Feature |
12 | 14 |
|
13 | 15 | - model: |
14 | | - - simplify de/ser of `TraceBw` model ([7446928](https://github.com/stack-rs/netem-trace/commit/7446928c5e570cd510b93ad4606656ecd16e77c4)) |
| 16 | + - add a per-packet delay trace trait and models (#21) ([a1b4995](https://github.com/stack-rs/netem-trace/commit/a1b499550c9eb38d67732d6510393535a6b8e3f9)) ([#21](https://github.com/stack-rs/netem-trace/pull/21)) |
15 | 17 |
|
16 | 18 | ### Documentation |
17 | 19 |
|
18 | | -- model: |
19 | | - - update documentation on models ([862f485](https://github.com/stack-rs/netem-trace/commit/862f4852a9a7c703a09304e3ec67b5729fa79368)) |
20 | | - |
21 | 20 | - readme: |
22 | | - - update contributors ([71197e9](https://github.com/stack-rs/netem-trace/commit/71197e94a70696a3105328013933a5cc25d93b0f)) |
23 | | - |
24 | | -## [v0.3.6](https://github.com/stack-rs/netem-trace/releases/tag/v0.3.6) - 2024-12-08 16:04:14 |
| 21 | + - update contributors ([6af26ed](https://github.com/stack-rs/netem-trace/commit/6af26ed026a9cb3c9bc50a9c5479b04f06e0d0e8)) |
25 | 22 |
|
26 | | -## What's Changed |
27 | | - |
28 | | -* fix(model): resolve deserialization issue with figment by @Lethe10137 in https://github.com/stack-rs/netem-trace/pull/15 |
29 | | - |
30 | | - |
31 | | -**Full Changelog**: https://github.com/stack-rs/netem-trace/compare/v0.3.5...v0.3.6 |
32 | | - |
33 | | -### Bug Fixes |
34 | | - |
35 | | -- model: |
36 | | - - resolve deserialization issue with figment (#15) ([752f52b](https://github.com/stack-rs/netem-trace/commit/752f52b39169d8e5d4c3e42ec3c5ed3c67a9bcbd)) ([#15](https://github.com/stack-rs/netem-trace/pull/15)) |
37 | | - |
38 | | -### Documentation |
| 23 | +## [v0.4.0](https://github.com/stack-rs/netem-trace/releases/tag/v0.4.0) - 2025-01-24 05:15:54 |
39 | 24 |
|
40 | | -- readme: |
41 | | - - update contributors ([dd37e9c](https://github.com/stack-rs/netem-trace/commit/dd37e9cdaa842472788c32c06cee5394fbe44b89)) |
| 25 | +## [v0.3.6](https://github.com/stack-rs/netem-trace/releases/tag/v0.3.6) - 2024-12-08 16:04:14 |
42 | 26 |
|
43 | 27 | ## [v0.3.5](https://github.com/stack-rs/netem-trace/releases/tag/v0.3.5) - 2024-12-06 05:17:25 |
44 | 28 |
|
45 | | -## What's Changed |
46 | | -* Support TraceBwConfig model to replay any bandwidth trace by @Lethe10137 in https://github.com/stack-rs/netem-trace/pull/13 |
47 | | - |
48 | | -## New Contributors |
49 | | -* @Lethe10137 made their first contribution in https://github.com/stack-rs/netem-trace/pull/13 |
50 | | - |
51 | | -**Full Changelog**: https://github.com/stack-rs/netem-trace/compare/v0.3.4...v0.3.5 |
52 | | - |
53 | | -### Feature |
54 | | - |
55 | | -- model: |
56 | | - - add bandwidth trace replay model (#13) ([1cd2019](https://github.com/stack-rs/netem-trace/commit/1cd20192da9660b1195a5bb0de108de5ba316079)) ([#13](https://github.com/stack-rs/netem-trace/pull/13)) |
57 | | - |
58 | | -### Documentation |
59 | | - |
60 | | -- readme: |
61 | | - - update contributors ([9b221cf](https://github.com/stack-rs/netem-trace/commit/9b221cf713c3142dbc30af00d86f66b26f70500c)) |
62 | | - |
63 | 29 | ## [v0.3.4](https://github.com/stack-rs/netem-trace/releases/tag/v0.3.4) - 2024-06-30 08:37:28 |
64 | 30 |
|
65 | | -## What's Changed |
66 | | - |
67 | | -* add packet duplicate models by @un-lock-able in https://github.com/stack-rs/netem-trace/pull/11 |
68 | | -* fix typos in comments by @un-lock-able in https://github.com/stack-rs/netem-trace/pull/12 |
69 | | - |
70 | | -## New Contributors |
71 | | - |
72 | | -* @un-lock-able made their first contribution in https://github.com/stack-rs/netem-trace/pull/11 |
73 | | - |
74 | | -### Feature |
75 | | - |
76 | | -- model: |
77 | | - - add packet duplicate models ([dedcb15](https://github.com/stack-rs/netem-trace/commit/dedcb15b180db3043fbf901d7b31358e0c347032)) ([#11](https://github.com/stack-rs/netem-trace/pull/11)) |
78 | | - |
79 | | -### Documentation |
80 | | - |
81 | | -- readme: |
82 | | - - correct the examples ([fa5fd48](https://github.com/stack-rs/netem-trace/commit/fa5fd48752c686e05cec3998c8d3385b25c0a4a6)) |
83 | | - |
84 | 31 | ## [v0.3.3](https://github.com/stack-rs/netem-trace/releases/tag/v0.3.3) - 2024-06-25 12:21:00 |
85 | 32 |
|
86 | 33 | Add humanized formats of bandwidth to enable a more straightforward configuration |
|
0 commit comments