1.1.5 2024-07-16
- Require Data::Radius v1.2.8
- The attribute Message-Authenticator now is added by the default,
except for the accounting request/response
1.1.4 2022-06-24
- Extended AnyEvent::Radius::Client with bind_ip option
- Fixed missing AnyEvent::Radius::Client destroy on fatal error in AnyEvent::Handle::UDP
- Fixed the request id generation to avoid queue mismatches
1.1.3 2020-10-19
- Fixed MIN_PERL_VERSION in Makefile.PL, required by ExtUtils::MakeMaker@7.48
1.1.2 2020-07-02
- Added the callback support allowing to collect timed out results
- requires Data::Radius v1.2.3 for new request aliases
- Fix global destruction detect for Perl older than 5.14
- skip tests for MS Windows due to fork() used
1.1.1 2017-06-01
- Data::Radius v1.2.1 is required for test
1.1.0 2017-05-30
- Added destroy() method to fix socket leak
(Reported by Yuriy Zhilovets)
1.0.2 2016-09-19
- Fixing Kwalitee warnings
1.0.1 2016-09-19
- Fixing Kwalitee warnings
1.0 2016-09-15
- Initial release