43 lines
1.8 KiB
Markdown
43 lines
1.8 KiB
Markdown
# Release v1.3.0
|
|
|
|
Previous tag: `v1.2.1`
|
|
Diff range: `v1.2.1..v1.3.0`
|
|
|
|
## Summary
|
|
This release expands parser coverage, adds Reanimator export capabilities, and improves resilience of archive ingestion and diagnostics parsing.
|
|
|
|
## What's New
|
|
- Added XigmaNAS log parser, vendor registration, and extended event parsing.
|
|
- Added Unraid diagnostics parser and improved zip upload handling.
|
|
- Added GPU serial number extraction for NVIDIA diagnostics.
|
|
- Added Reanimator export format support.
|
|
- Added integration guide and example generator.
|
|
|
|
## Improvements
|
|
- Updated parser behavior and project handling.
|
|
- Aligned Reanimator export behavior with integration guide updates.
|
|
- Improved handling of TXT uploads.
|
|
|
|
## Fixes
|
|
- Fixed NVIDIA GPU serial number format extraction.
|
|
- Fixed NVIDIA GPU/NVSwitch parsing and Reanimator export statuses.
|
|
- Hardened zip reader and syslog scan logic.
|
|
- Removed unused local test/build artifacts.
|
|
|
|
## Commits Since `v1.2.1`
|
|
- `5e49ada` Update parser and project changes
|
|
- `c7b2a7a` Fix NVIDIA GPU/NVSwitch parsing and Reanimator export statuses
|
|
- `0af3cee` Add integration guide, example generator, and built binary
|
|
- `8715fca` Align Reanimator export with updated integration guide
|
|
- `1b1bc74` Add Reanimator format export support
|
|
- `77e25dd` Fix NVIDIA GPU serial number format extraction
|
|
- `bcce975` Add GPU serial number extraction for NVIDIA diagnostics
|
|
- `8b065c6` Harden zip reader and syslog scan
|
|
- `aa22034` Add Unraid diagnostics parser and fix zip upload support
|
|
- `7d9135d` Merge branch 'main' of https://git.mchus.pro/mchus/logpile
|
|
- `80e726d` chore: remove unused local test and build artifacts
|
|
- `92134a6` Support TXT uploads and extend XigmaNAS event parsing
|
|
- `ae588ae` Register xigmanas vendor parser
|
|
- `b64a8d8` Add XigmaNAS log parser and tests
|
|
- `f9230e1` Update README and CLAUDE docs for current Redfish workflow
|