Releases: bougou/go-ipmi
Releases · bougou/go-ipmi
v0.7.2
v0.7.1
Commits
- 1b46e87: Remove unnecessary GetPEFConfig2 method (Bougou)
- bfb3c5b: Use consistent ParamRevision field name (Bougou)
- f4a54d0: Properly construct of request parameter of some methods (Bougou)
- 4eb1a3e: Wrap err using %w (Bougou)
- 6180770: Rename plural Params to singular Param (Bougou)
- 2746734: Add GetSystemInfoParam command (Bougou)
- 57b5383: Refactor LanConfigParams and LanConfig (Bougou)
- 4311663: Refactor DCMIConfigParams and DCMICapParams (Bougou)
- 7a65caf: Refactor PEFConfigParams (Bougou)
- 505ab39: Refactor SOLConfigParams (Bougou)
- ef3e2ca: Refactor BootOptionsParams (Bougou)
- b40e606: Rename SetInProgress type to SetInProgressState (Bougou)
v0.7.0
Commits
- 890a3ec: Add GetSDREnhanced method (Bougou)
- 461d815: Reword ConfigParameters to ConfigParams (Bougou)
- a223b5e: Add DCMI related commands (Bougou)
- b7e714c: Remove unnecessary SetSelector in DCMI Config Param (Bougou)
- 8aea6e0: Modify naming of some fields (Bougou)
- b55bf8e: fix cipher suites param too short issue (Liang Kang) #45
- c470373: set DataSize to zero for "RMCP+ Cipher Suites" (Liang Kang) #45
- improve doc and code format (Bougou)
- fc8569f: Add AlertImmediate command (Bougou)
- e6ccff3: Add PETAcknowledge command (Bougou)
- ae6f246: Refactor PEFConfigParams (Bougou)
- b950b35: Refactor LanConfigParams (Bougou)
- c4f2780: Add GetDCMIAssetTagFull method (Bougou)
- ae31379: Add GetDCMICapabilities/GetDCMICapabilitiesFor/GetDCMIConfig/GetDCMIConfigFor methods (Bougou)
- e27f174: Refactor BootOptionParameter (Bougou)
- 9a55afd: Support partial reads for GetSDR and GetDeviceSDR (Bougou)
- 7964a10: Support set requester/responder address and LUN (Bougou)
- 053dad5: Allow anonymous login (Bougou)
- cf595e0: Rename ConfigData field to ParamData (Bougou)
- ed45945: Return enhanced SDR for GetSDRs (Bougou)
- 6019ea4: Refactor SOLConfigParams (Bougou)
v0.6.0
v0.5.12
Bug Fixes
- fix byte index of
MaxPrivLevel
inSetUserAccessRequest
#42 (Utku Özdemir)