Skip to content

Releases: bougou/go-ipmi

v0.7.8

02 Aug 09:53
Compare
Choose a tag to compare

Commits

  • 2521373: Bump tablewriter to v1.0.9 (#55) (Bougou)
  • 3dc4ca5: Enhanced validation logic to ensure only Full, Compact, and EventOnly SDRs are processed for sensor retrieval (Bougou)

v0.7.7

16 Jul 07:40
Compare
Choose a tag to compare

Commits

  • c26b790: Fix command argument checks for user list (Bougou)
  • 6a39f07: Rename ListUser to GetUsers for consistency in user access commands (Bougou)
  • 72e7f8a: tweak locking behavior and add lock to cose (Joey Berkovitz) #54

v0.7.6

28 Apr 03:57
Compare
Choose a tag to compare

Commits

  • 3651856: Make command context key type and key variable private (Bougou)
  • 0dd1e49: Improve ResponseError handling (Bougou)
  • 55ca489: Refactor response formatting for consistency across multiple commands (Bougou)
  • 0fa8ad7: Updated comments for GetSensors and GetSensorsAny to clarify filter behavior and provide example usage. (Bougou)
  • f481f24: Add WithXXX methods to CommandContext (Bougou)

v0.7.5

23 Apr 12:20
Compare
Choose a tag to compare

Chores

Commits

  • 7e03fd1: Use the correct form of md5.Sum. (Josh McSavaney) #49
  • 7216f57: Add CommandContext for sensor commands and enhance sensor handling (#50) (Bougou)
  • 248ab3d: Change SystemInfoParam BlockData field type from array to slice (#51) (Bougou)

v0.7.4

06 Apr 12:35
Compare
Choose a tag to compare

Chores

  • Improve documentation (Bougou)

Commits

  • 09d4171: Improve GetLanConfigParamsFor to use local variables when needed (Bougou)
  • 2ead176: Add retry mechanism to Client with configurable retry count and interval (Bougou)
  • 2958648: wraps error with %w (Bougou)
  • b2256e3: fix msg length comparison bug when unpacking IPMIResponse (Bougou)
  • 0a1dff4: Rename OEM_IANA to OEMIANA and add more commands (Bougou)

v0.7.3

26 Mar 15:48
Compare
Choose a tag to compare

Commits

  • c9c68bb: fix SEL severity parsing issue (hao.peng) #48
  • 3940070: Update SystemInfoParameter methods to return SetSelector value instead of a hardcoded zero (Bougou)

v0.7.2

13 Jan 03:46
Compare
Choose a tag to compare

Chores

Commits

  • 849fcc8: Rename Get/SetSystemBootOptions to Get/SetSystemBootOptionsParam (Bougou)
  • bd08d4c: Rename GetDCMICapabilitiesInfo to GetDCMICapParam (Bougou)

v0.7.1

11 Jan 14:19
Compare
Choose a tag to compare

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

10 Jan 05:43
Compare
Choose a tag to compare

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

18 Dec 04:27
Compare
Choose a tag to compare

Commits

  • aa8b222: Add context support for IPMI commands methods (#44) (Bougou)