From 377f00a35f57c5960cc83632e6e7fe5ec82c7bcc Mon Sep 17 00:00:00 2001 From: m5r Date: Mon, 17 Aug 2026 18:22:54 +0200 Subject: [PATCH] changelog: 0.0.6 releases today --- CHANGELOG.md | 4 ++++ build.zig.zon | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15755aa..11f8e9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Sections are written by hand. Nothing here is generated from commit messages: th ## [Unreleased] +## [0.0.6] - 2026-08-17 + +The period picker now scopes the whole dashboard. The upstream table was the last widget that ignored it, and fixing that meant recording upstream outcomes over time instead of counting them since boot. Read the query-log note below before you upgrade. + ### Added - Four metrics for the new upstream-history recorder: `nxdns_upstream_history_flushes_total`, `nxdns_upstream_history_flush_failures_total`, `nxdns_upstream_history_rows_dropped_total` and the `nxdns_upstream_history_pending` gauge. While a flush to the database keeps failing, `GET /api/health` reports `degraded`; it recovers on the next flush that succeeds. diff --git a/build.zig.zon b/build.zig.zon index 0f47172..b4fdf55 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = .nxdns, - .version = "0.0.5", + .version = "0.0.6", .minimum_zig_version = "0.16.0", .paths = .{""}, .fingerprint = 0x3307b311dded1d91,