# Release notes v1.2.1.0 (2026-01-26)

LLMS index: [llms.txt](/llms.txt)

---

## Changed

* **Performance**: Improved multi-line record processing to avoid loading large files into memory
  * Prevents out-of-memory errors on very large log files
  * Maintains full support for PACKET detail blocks and indented continuation lines
  * Memory usage is now constant regardless of file size
* **Progress**: Added `Write-Progress` for processing feedback
  * Progress bar updates every 1000 records for minimal performance impact
  * Displays current record count and file being processed
