Skip to content

v0.1.3: handle invalid timestamps per entry instead of aborting batch

Latest

Choose a tag to compare

@Skalar06 Skalar06 released this 15 Apr 14:38
847ce1d

v0.1.3

Improved robustness for malformed Technitium DNS log entries.

Changes

  • invalid timestamps no longer abort the whole n8n batch
  • entries with missing timestamps still use current UTC time
  • entries with explicitly invalid timestamps are skipped with skipReason: "invalid_timestamp"

No changes to the transport path or the UniFi-compatible syslog output format.