@@ -7,6 +7,33 @@ Fluxheim follows semantic versioning once `1.0.0` is released. Before `1.0.0`,
77minor versions may still change configuration shape, feature names, and runtime
88behavior when the change improves security or project direction.
99
10+ ## 1.6.22 - 2026-06-20
11+
12+ ### Changed
13+
14+ - Start the native admin/metrics serving slice of the Pingora-exit line.
15+ - Keep production admin and metrics compatibility conservative while native
16+ control-plane HTTP handlers and parity tests are introduced behind Fluxheim-owned
17+ server primitives.
18+ - Update release metadata, RPM metadata, and container tag documentation for
19+ ` v1.6.22 ` .
20+
21+ ### Security
22+
23+ - Preserve auth-first admin behavior as the required compatibility contract for
24+ native admin/control-plane serving.
25+ - Mark config-derived admin, ops-socket, and metrics service plans native-ready
26+ only after adding native handler parity tests.
27+ - Harden native background handles so dropped handles abort instead of silently
28+ detaching tasks, document critical-handle abort behavior, and make shutdown
29+ initiation results ` #[must_use] ` .
30+ - Reject newline-bearing native runtime cutover evidence paths before generating
31+ TOML fixtures.
32+ - Document that native admin target matching intentionally uses raw,
33+ percent-encoded paths.
34+ - Keep the native runtime cutover blocker gate active for stream, UDP, HTTP/2,
35+ and final proxy-runtime blockers while this slice advances.
36+
1037## 1.6.21 - 2026-06-20
1138
1239### Changed
0 commit comments