Skip to content

Commit 1cfb0ac

Browse files
committed
Prepare 1.6.22 native admin metrics slice
1 parent f2e5b79 commit 1cfb0ac

30 files changed

Lines changed: 472 additions & 79 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,33 @@ Fluxheim follows semantic versioning once `1.0.0` is released. Before `1.0.0`,
77
minor versions may still change configuration shape, feature names, and runtime
88
behavior 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

Cargo.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fluxheim"
3-
version = "1.6.21"
3+
version = "1.6.22"
44
edition = "2024"
55
rust-version = "1.96"
66
license = "EUPL-1.2"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ Official container images are published to GitHub Container Registry and Quay:
344344
- `quay.io/valkyoth/fluxheim`
345345

346346
Release tags use the same profile/OS suffixes on both registries, for example
347-
`v1.6.21-wolfi`, `v1.6.21-cache-wolfi`, `v1.6.21-proxy-wolfi`,
348-
`v1.6.21-load-balancer-wolfi`, and `v1.6.21-php-wolfi`.
347+
`v1.6.22-wolfi`, `v1.6.22-cache-wolfi`, `v1.6.22-proxy-wolfi`,
348+
`v1.6.22-load-balancer-wolfi`, and `v1.6.22-php-wolfi`.
349349

350350
Release note for `1.5.15`: the signed git tag `v1.5.15` is the canonical code
351351
tag. The GitHub Release page is published under `v1.5.15-release` because the

crates/fluxheim-cache/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fluxheim-cache"
3-
version = "1.6.21"
3+
version = "1.6.22"
44
edition = "2024"
55
rust-version = "1.96"
66
license = "EUPL-1.2"

crates/fluxheim-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fluxheim-common"
3-
version = "1.6.21"
3+
version = "1.6.22"
44
edition = "2024"
55
rust-version = "1.96"
66
license = "EUPL-1.2"

crates/fluxheim-compression/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fluxheim-compression"
3-
version = "1.6.21"
3+
version = "1.6.22"
44
edition = "2024"
55
rust-version = "1.96"
66
license = "EUPL-1.2"

crates/fluxheim-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fluxheim-config"
3-
version = "1.6.21"
3+
version = "1.6.22"
44
edition = "2024"
55
rust-version = "1.96"
66
license = "EUPL-1.2"

crates/fluxheim-geoip/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fluxheim-geoip"
3-
version = "1.6.21"
3+
version = "1.6.22"
44
edition = "2024"
55
rust-version = "1.96"
66
license = "EUPL-1.2"

crates/fluxheim-headers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fluxheim-headers"
3-
version = "1.6.21"
3+
version = "1.6.22"
44
edition = "2024"
55
rust-version = "1.96"
66
license = "EUPL-1.2"

0 commit comments

Comments
 (0)