Releases: bougou/go-ipmi
Releases · bougou/go-ipmi
v0.8.1
v0.8.0
Features
- add streaming capabilities for SDR, SEL, and Sensor commands; upgrade Go to 1.23 for iterator feature support (Bougou)
Commits
- ba40437: Allow Multiple Cipher Suites Declaration and Use User-Declared Suites by Default (AndySpf) #58
- ca77d35: Update comments for clarity (Bougou)
- f23b2e5: Refactor function signatures to use any type instead of empty interface (Bougou)
- b7df433: Change default timeout and retry settings for LAN and LANplus interfaces (fix #52, fix #41) (Bougou)
v0.7.8
v0.7.7
v0.7.6
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
GetSensorsandGetSensorsAnyto clarify filter behavior and provide example usage. (Bougou) - f481f24: Add WithXXX methods to CommandContext (Bougou)
v0.7.5
v0.7.4
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
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)