v0.2.0
BREAKING CHANGES 🚨
- Separate server bootstrap sequence between
listen()
andrun()
#9- please refer to the following changelog of
examples/server.rs
on how to follow the v0.2.0: https://github.com/moznion/radius-rs/pull/9/files#diff-d36878526203bd26015871a44e04601167ef4f5186b284530041e68ec1f75f0d
- please refer to the following changelog of
Bug fixes
- Add AccountingResponse to set of known codes for encode #17
Dependencies upgrading
- Update Rust crate tokio to 1.1.1 #14
- Update Rust crate log to 0.4.14 #15
- Update Rust crate rand to 0.8.3 #16
Chore
- Add documentation for generated RFC utilities #10