# Release notes v1.2.2.0 (2026-07-24)

LLMS index: [llms.txt](/llms.txt)

---

## Added

* **NEW**: Support for reading DNS Server debug log files that are currently open by the DNS service
  * Enables processing of active log files without requiring the file to be closed first
  * Improves compatibility with logs that are still being written or held open by another process
  * **Be cautious** when processing live logs, as records may be incomplete or in flux
* **NEW**: Support for SMB/UNC paths when reading source log files
  * Allows the parser to work with files stored on network shares and remote locations
  * Improves reliability in centralized or shared storage environments

## Changed

* **Module metadata**: Updated ProjectUri and ReleaseNotes to point to the **official website https://dnsserverdebuglogparser.andibellstedt.com** for better discoverability and documentation access
* **Fixed File access**: Updated the underlying file opening logic to use stream-based access with explicit options for shared read scenarios
  * Improves handling of live log files and alternate path types such as UNC shares
  * Maintains consistent behavior for local and remote file sources
