|
20 | 20 | - readme: |
21 | 21 | - update contributors ([6af26ed](https://github.com/stack-rs/netem-trace/commit/6af26ed026a9cb3c9bc50a9c5479b04f06e0d0e8)) |
22 | 22 |
|
23 | | -## [v0.4.0](https://github.com/stack-rs/netem-trace/releases/tag/v0.4.0) - 2025-01-24 05:15:54 |
| 23 | +## [v0.4.0](https://github.com/stack-rs/netem-trace/releases/tag/v0.4.0) - 2025-01-24 05:15:54+00:00 |
24 | 24 |
|
25 | | -## [v0.3.6](https://github.com/stack-rs/netem-trace/releases/tag/v0.3.6) - 2024-12-08 16:04:14 |
| 25 | +## What's Changed |
| 26 | +* feat(model): simplify de/ser of TraceBw model |
| 27 | + |
| 28 | + |
| 29 | +**Full Changelog**: https://github.com/stack-rs/netem-trace/compare/v0.3.6...v0.4.0 |
| 30 | + |
| 31 | +### Feature |
| 32 | + |
| 33 | +- model: |
| 34 | + - simplify de/ser of `TraceBw` model ([7446928](https://github.com/stack-rs/netem-trace/commit/7446928c5e570cd510b93ad4606656ecd16e77c4)) |
| 35 | + |
| 36 | +### Documentation |
| 37 | + |
| 38 | +- model: |
| 39 | + - update documentation on models ([862f485](https://github.com/stack-rs/netem-trace/commit/862f4852a9a7c703a09304e3ec67b5729fa79368)) |
| 40 | + |
| 41 | +- readme: |
| 42 | + - update contributors ([71197e9](https://github.com/stack-rs/netem-trace/commit/71197e94a70696a3105328013933a5cc25d93b0f)) |
| 43 | + |
| 44 | +## [v0.3.6](https://github.com/stack-rs/netem-trace/releases/tag/v0.3.6) - 2024-12-08 16:04:14+00:00 |
| 45 | + |
| 46 | +## What's Changed |
| 47 | + |
| 48 | +* fix(model): resolve deserialization issue with figment by @Lethe10137 in https://github.com/stack-rs/netem-trace/pull/15 |
| 49 | + |
| 50 | + |
| 51 | +**Full Changelog**: https://github.com/stack-rs/netem-trace/compare/v0.3.5...v0.3.6 |
| 52 | + |
| 53 | +### Bug Fixes |
| 54 | + |
| 55 | +- model: |
| 56 | + - 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)) |
| 57 | + |
| 58 | +### Documentation |
| 59 | + |
| 60 | +- readme: |
| 61 | + - update contributors ([dd37e9c](https://github.com/stack-rs/netem-trace/commit/dd37e9cdaa842472788c32c06cee5394fbe44b89)) |
26 | 62 |
|
27 | | -## [v0.3.5](https://github.com/stack-rs/netem-trace/releases/tag/v0.3.5) - 2024-12-06 05:17:25 |
| 63 | +## [v0.3.5](https://github.com/stack-rs/netem-trace/releases/tag/v0.3.5) - 2024-12-06 05:17:25+00:00 |
28 | 64 |
|
29 | | -## [v0.3.4](https://github.com/stack-rs/netem-trace/releases/tag/v0.3.4) - 2024-06-30 08:37:28 |
| 65 | +## What's Changed |
| 66 | +* Support TraceBwConfig model to replay any bandwidth trace by @Lethe10137 in https://github.com/stack-rs/netem-trace/pull/13 |
| 67 | + |
| 68 | +## New Contributors |
| 69 | +* @Lethe10137 made their first contribution in https://github.com/stack-rs/netem-trace/pull/13 |
| 70 | + |
| 71 | +**Full Changelog**: https://github.com/stack-rs/netem-trace/compare/v0.3.4...v0.3.5 |
| 72 | + |
| 73 | +### Feature |
| 74 | + |
| 75 | +- model: |
| 76 | + - 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)) |
| 77 | + |
| 78 | +### Documentation |
| 79 | + |
| 80 | +- readme: |
| 81 | + - update contributors ([9b221cf](https://github.com/stack-rs/netem-trace/commit/9b221cf713c3142dbc30af00d86f66b26f70500c)) |
| 82 | + |
| 83 | +## [v0.3.4](https://github.com/stack-rs/netem-trace/releases/tag/v0.3.4) - 2024-06-30 08:37:28+00:00 |
| 84 | + |
| 85 | +## What's Changed |
| 86 | + |
| 87 | +* add packet duplicate models by @un-lock-able in https://github.com/stack-rs/netem-trace/pull/11 |
| 88 | +* fix typos in comments by @un-lock-able in https://github.com/stack-rs/netem-trace/pull/12 |
| 89 | + |
| 90 | +## New Contributors |
| 91 | + |
| 92 | +* @un-lock-able made their first contribution in https://github.com/stack-rs/netem-trace/pull/11 |
| 93 | + |
| 94 | +### Feature |
| 95 | + |
| 96 | +- model: |
| 97 | + - add packet duplicate models ([dedcb15](https://github.com/stack-rs/netem-trace/commit/dedcb15b180db3043fbf901d7b31358e0c347032)) ([#11](https://github.com/stack-rs/netem-trace/pull/11)) |
| 98 | + |
| 99 | +### Documentation |
| 100 | + |
| 101 | +- readme: |
| 102 | + - correct the examples ([fa5fd48](https://github.com/stack-rs/netem-trace/commit/fa5fd48752c686e05cec3998c8d3385b25c0a4a6)) |
30 | 103 |
|
31 | 104 | ## [v0.3.3](https://github.com/stack-rs/netem-trace/releases/tag/v0.3.3) - 2024-06-25 12:21:00 |
32 | 105 |
|
|
0 commit comments