dart_ipmi 3.0.0
dart_ipmi: ^3.0.0 copied to clipboard
A Dart library for controlling IPMI devices via a network.
3.0.0 #
- Upgrade Dart SDK constraint to ">=3.0.0 <4.0.0"
- Upgrade dependencies
- Override requests lib to support latest http lib (1.1.2)
2.1.0 #
- Automatically attempt reauthentication if credentials expire
- Export IpmiException
2.0.0 #
- Throw IpmiException when errors occur instead of returning false
- No longer return objects from functions which are not fetching data
1.2.0 #
- Add getPowerState() method
1.1.0 #
- Add signOut() method
1.0.0 #
- Initial version.