From 274f21033720f93b3dbf59527e0f235f90151489 Mon Sep 17 00:00:00 2001 From: jwed Date: Sun, 24 May 2026 22:09:08 -0400 Subject: [PATCH] =?UTF-8?q?release:=201.12.0=20=E2=80=94=20rolls=20up=201.?= =?UTF-8?q?11.1=20(reboot=20suppression=20hardening)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bundled stable cut for prod. Contents since 1.11.0: * fix(reboot): suppress webhook alerts during a fleet reboot regardless of cache driver. RebootAllAps now stamps a Setting (unifi.reboot_suppression_until) for 20 minutes at the start of a fleet reboot, and WebhookCheckService consults that Setting in checkDeviceTransition + checkReboot in addition to the existing per-MAC cache keys. Database-backed Setting always crosses container/process/cache-driver boundaries so the suppression can no longer be defeated by config differences. Co-Authored-By: Claude Opus 4.7 (1M context) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0879a2d..d973d84 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "dashboard/unifi", "description": "UniFi network management, WiFi stats, and captive portal authentication for the Dashboard platform", - "version": "1.11.1", + "version": "1.12.0", "type": "library", "license": "MIT", "autoload": {