|
| 1 | +## [0.2.0] - 2025-11-16 |
| 2 | + |
| 3 | +### π Features |
| 4 | + |
| 5 | +- [**breaking**] Update deku and address breaking changes |
| 6 | + |
| 7 | +### π Bug Fixes |
| 8 | + |
| 9 | +- [**breaking**] Bypass constants module |
| 10 | +- [**breaking**] Bypass middle modules |
| 11 | +- *(README)* Imgshields |
| 12 | +- *(README)* Remove --workspace from test |
| 13 | +- Imports in docs |
| 14 | +- *(.github)* Remove github pages |
| 15 | + |
| 16 | +### βοΈ Miscellaneous Tasks |
| 17 | + |
| 18 | +- *(README)* Add imgshields |
| 19 | +- *(README)* Add feat checklist |
| 20 | +- *(README)* Remove workspace flag in doc |
| 21 | +## [0.1.0] - 2025-11-09 |
| 22 | + |
| 23 | +### π Features |
| 24 | + |
| 25 | +- *(twamp-control)* Add twamp-control crate |
| 26 | +- *(twamp-test)* Add twamp-test crate |
| 27 | +- *(session-sender)* Add crate |
| 28 | +- *(session-reflector)* Add crate |
| 29 | +- *(control-client)* Add crate |
| 30 | +- *(server)* Add crate |
| 31 | +- *(controller)* Add crate |
| 32 | +- *(responder)* Add crate |
| 33 | +- Add local deps |
| 34 | +- *(twamp-control)* Add constants file |
| 35 | +- *(twamp-control)* Add twamp-control commands |
| 36 | +- *(control-client)* Connection logic |
| 37 | +- *(server)* Connection logic |
| 38 | +- *(responder)* Initial impl |
| 39 | +- *(controller)* Initial impl |
| 40 | +- Add support for Request-TW-Session |
| 41 | +- Add a bit of docs |
| 42 | +- Use enums in struct |
| 43 | +- Serde accept-session properly + tryinto |
| 44 | +- Use deku instead of serde & bincode |
| 45 | +- Add tests for greeting + struct visibility |
| 46 | +- Add tests for Set-Up-Response |
| 47 | +- Add timestamp + move accept enum to own mod |
| 48 | +- *(twamp-control)* Count getter for greeting |
| 49 | +- *(twamp-control)* Server-start timestamp integ. |
| 50 | +- Request-tw-session tests + misc |
| 51 | +- *(twamp-control)* Start/start-ack/stop session |
| 52 | +- *(twamp-control)* Use deku assert_eq for mbz |
| 53 | +- *(twamp-control)* Use deku for command number |
| 54 | +- Add start/stop session |
| 55 | +- [**breaking**] WIP push machine change |
| 56 | +- *(twamp-test)* Sender packet impl + tests |
| 57 | +- Make twamp-test work a bit |
| 58 | +- [**breaking**] Controller refactor ultra instinct |
| 59 | +- Refactor into tasks + some configurable params |
| 60 | +- More work |
| 61 | +- *(controller)* Jitter + owd |
| 62 | +- *(.github)* [**breaking**] Add jobs for doc build and deploy |
| 63 | + |
| 64 | +### π Bug Fixes |
| 65 | + |
| 66 | +- *(twamp-control)* Failing tests |
| 67 | +- *(control-client)* Send request-tw-session |
| 68 | +- *(twamp-control)* Failing doctests |
| 69 | +- *(server)* Fix start-ack log statement |
| 70 | +- *(twamp-control)* Failing test |
| 71 | +- *(.github)* [**breaking**] Fix syntax error in workflow yml |
| 72 | +- *(.github)* [**breaking**] Make index.html |
| 73 | +- [**breaking**] Restructure to non-workspace |
| 74 | +- Imports in test modules |
| 75 | + |
| 76 | +### π Refactor |
| 77 | + |
| 78 | +- Move timestamp to own crate |
| 79 | + |
| 80 | +### βοΈ Miscellaneous Tasks |
| 81 | + |
| 82 | +- Cargo new |
| 83 | +- Update Cargo.lock |
| 84 | +- *(twamp-test)* Add tracing dep |
| 85 | +- *(control-client)* Add deps |
| 86 | +- *(server)* Add deps |
| 87 | +- *(session-sender)* Add tracing dep |
| 88 | +- *(session-reflector)* Add tracing dep |
| 89 | +- *(twamp-control)* Add deps |
| 90 | +- *(controller, responder)* Add deps |
| 91 | +- *(session-reflector)* Dummy impl |
| 92 | +- *(README)* Add smol README |
| 93 | +- *(README)* Add run commands |
| 94 | +- *(README)* Add initial roadmap |
| 95 | +- *(controller, control-client)* Move logic |
| 96 | +- Use write_all instead of write |
| 97 | +- Add more docs |
| 98 | +- *(twamp-control)* Move enums to own folder + tests |
| 99 | +- Use num_enum for c style enums |
| 100 | +- *(README)* Fix example commands |
| 101 | +- *(README)* Add doc cmd |
| 102 | +- *(README)* Add cmd for tests |
| 103 | +- *(README)* Update done stuff |
| 104 | +- *(README)* Add unauth mode only note |
| 105 | +- *(twamp-test)* Add deku dependency |
| 106 | +- *(timestamp)* Impl basic Display trait |
| 107 | +- *(twamp-test)* Break down to modules |
| 108 | +- *(session-sender)* Add twamp-test dependency |
| 109 | +- *(webV2)* Add twamp-test well known port |
| 110 | +- Deps in cargo tomls |
| 111 | +- *(README)* Add more to roadmap |
| 112 | +- Address concerns of clippy ustaad |
| 113 | +- *(README)* Remove trailing slash of multi-line cmd |
| 114 | +- Scripts for client/server testing |
| 115 | +- *(README)* Update script example |
| 116 | +- *(README)* Add example run logs |
| 117 | +- *(README)* Mark metrics as done |
| 118 | +- *(README)* Add cmds for increase udp buffer |
| 119 | +- *(server)* Code cleanup |
| 120 | +- *(README)* Remove completed items |
| 121 | +- Cleanup examples and src |
| 122 | +- Update README/scripts with new paths |
| 123 | +- Bump rust to 2024 edition |
| 124 | +- Update all crates to rust 2024 edition |
| 125 | +- Add some docs for hyperlink fix |
| 126 | +- *(.github)* [**breaking**] Verbose output of cargo doc |
| 127 | +- *(.github)* [**breaking**] Output rust version in CI |
| 128 | +- *(src)* Remove comments to test doc |
| 129 | +- *(.github)* Cleanups |
| 130 | +- *(.github)* [**breaking**] Try inlining re-exports |
| 131 | +- Add some text for main doc page |
0 commit comments