Release history for the module
This section contains versioned release notes for the various releases of the DNSServer.DebugLogParser PowerShell module.
Release notes v1.2.2.0 (2026-07-24)
Friday, July 24, 2026 in Changelog
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 …
Release notes v1.2.1.0 (2026-01-26)
Monday, January 26, 2026 in Changelog
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 …
Release notes v1.2.0.0 (2026-01-25)
Sunday, January 25, 2026 in Changelog
Added NEW: Multi-line record processing for DNS PACKET detail blocks PACKET context entries can now include detailed TCP/UDP connection information and DNS message structure Detail blocks are parsed into structured JSON format in the new Details …
Release notes v1.1.0 (2026-01-23)
Friday, January 23, 2026 in Changelog
Added NEW: ContextFilter parameter for selective log parsing Filter log entries by context type: PACKET (DNS queries/responses), EVENT (server events), or Note (diagnostic information) Allows focused analysis on specific log entry types Default: All …
Release notes v1.0.0 (2026-01-23)
Friday, January 23, 2026 in Changelog
Added Initial release Convert-DNSDebugLogFile - High-performance parser for Windows DNS Server debug log files Parses all 15 standard fields from DNS debug logs into structured CSV format Supports customizable CSV delimiters (default: semicolon) …