Skip to content

Version 1.1.0 - Auto-Update Feature

Choose a tag to compare

@Hemsby Hemsby released this 29 May 13:46

What's New

Auto-Update Feature

  • Added auto-update support with a manual check-for-updates button and one-click update trigger from the UI
  • Supports git clone, Docker, and systemd deployments
  • Version number is now displayed in the UI
  • Automatic service recovery detection after update

Bug Fixes

Corrected cache impact (RTT effect) calculation (#4)

The cache impact metric was producing inflated values due to incorrect inputs being used in the calculation. It now correctly considers only recursive queries with a valid upstream RTT, giving an accurate picture of how much the cache reduces felt latency.

Fixed incorrect log query parameter for RTT sample size (#1)

The Technitium DNS Logs API does not accept a limit parameter; the correct field is entriesPerPage. Using the wrong parameter caused the sample size to silently fall back to the API default of 25, ignoring the configured rtt.sampleSize value and producing inaccurate RTT and cache metrics.

Thanks

Thanks to @sjclayton for both bug fix contributions in this release.