Releases: moznion/radius-rs
Releases · moznion/radius-rs
v0.4.0
New Features
- Handling of Vendor Specific Attributes (VSA) #37 (@ivanovuri)
- Add Cargo features and code to allow OpenSSL to be used for Crypto #40 (@ramaravishankar)
Maintenance
- Fix clippy warnings and bump to edition 2021 #36 (@7b4software)
- fix: mask secret in debug implementation #39 (@ctrlaltf24)
- Upgrade the GitHub Actions dependencies and support openssl on Windows environment #41 (@moznion)
- Format code #43 (@moznion)
- Add
check_all
make task and use that in GitHub Actions #44 (@moznion) - fix(deps): update rust crate log to 0.4.17 #29 (@renovate-bot)
- fix(deps): update rust crate tokio to 1.35.1 #23 (@renovate-bot)
- fix(deps): update rust crate rand to 0.8.5 #24 (@renovate-bot)
- fix(deps): update rust crate async-trait to 0.1.77 #26 (@renovate-bot)
- fix(deps): update rust crate num_enum to 0.7.2 #25 (@renovate-bot)
- fix(deps): update rust crate log to 0.4.20 #42 (@renovate-bot)
Releng
This version is available on crates.io: https://crates.io/crates/radius/0.4.0
v0.3.1
v0.3.0
v0.2.1
What's Changed
Upgrade Dependencies
- fix(deps): update rust crate tokio to 1.2.0 #18 (@renovate-bot)
- fix(deps): update rust crate async-trait to 0.1.47 #19 (@renovate-bot)
- fix(deps): update rust crate async-trait to 0.1.50 #20 (@renovate-bot)
- fix(deps): update rust crate tokio to 1.6.1 #22 (@renovate-bot)
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