From 419172ecfb78afc4d1259ac0805a7da401115ef9 Mon Sep 17 00:00:00 2001 From: anti Date: Thu, 18 Jun 2026 19:32:38 -0400 Subject: [PATCH] =?UTF-8?q?docs(1.2):=20changelog=20=E2=80=94=20decnet=20f?= =?UTF-8?q?leet=20prefork=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47ff23b8..335e250d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,8 +16,12 @@ workers the in-process supervisor can't co-host. floor once, then forks one child per worker (own process/GIL, CoW-shared floor), reaps and restarts with backoff, and shuts down gracefully. CoW viability measured on CPython 3.14 (idle child ~1 MB private, ~71 MB shared; - `gc.freeze()` unnecessary thanks to PEP 683 immortal objects). Not yet wired to - a command — the target worker set lands next. + `gc.freeze()` unnecessary thanks to PEP 683 immortal objects). +- `decnet fleet ` — prefork master that imports the shared base floor once + then forks one child per worker. First fleet `heavy` = profiler + ttp (DB-only, + process-isolated heavy tier); systemd unit `decnet-fleet-heavy.service` + Conflicts= the units it replaces and carries no extra privilege. Live RSS + delta + heavy-state warming pending a controlled swap. ### Changed - MITRE ATT&CK Enterprise bundle pinned 19.0 → **19.1**. The bundle and its