You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ Fluxheim is licensed under the European Union Public Licence 1.2.
137
137
| GeoIP/Geo-Context policy | ✅ |`1.4.5`; optional `geoip` feature with local MMDB support for MaxMind GeoIP2/GeoLite2 and CIRCL Geo Open datasets, plus vhost/route country and ASN ACLs. |
138
138
| Pingora-free runtime | ✅ |`1.6.34`; normal Fluxheim builds no longer compile Pingora crates. Server/listener/TLS, HTTP/1, HTTP/2, WebSocket, cache, load-balancer, admin, metrics, stream, and background-service paths run through Fluxheim-owned Rust crates. |
139
139
| HTTP/3/QUIC | ❌ | Planned as a Fluxheim-owned `1.8` protocol milestone using the Rust `quinn`/`h3` stack after the `1.7` Wasm extensibility line. |
140
-
| WASM extensibility | 🧪 | Active `1.7.x` line. `1.7.0` added the optional `wasm` feature, strict plugin-file loading, bounded Wasmtime execution, and real-Wasm smoke coverage. `1.7.1` adds config-level plugin registry validation, typed loader manifests, authenticated registry status visibility, deterministic attachment ordering, process/plugin/attachment admission limits, Wasm-aware reload classification, metrics, and live native HTTP/1 access-decision hooks. Header mutation, routing/load-balancer decisions, and VCL-like cache policy hooks remain staged for later `1.7.x`. |
140
+
| WASM extensibility | 🧪 | Active `1.7.x` line. `1.7.0` added the optional `wasm` feature, strict plugin-file loading, bounded Wasmtime execution, and real-Wasm smoke coverage. `1.7.1` adds config-level plugin registry validation, deterministic attachment ordering, admission limits, metrics, and live native HTTP/1 access-decision hooks. `1.7.2` adds bounded native HTTP/1 request/response header hooks. Routing/load-balancer decisions and VCL-like cache policy hooks remain staged for later `1.7.x`. |
141
141
142
142
See [Production Readiness](docs/production-readiness.md) for the precise
143
143
stable-core promise and deployment checks. See
@@ -258,7 +258,7 @@ Individual module features:
258
258
|`php-fpm`| No | PHP-FPM FastCGI bridge for WordPress-style PHP applications. Implies `proxy` and `web`; not included in default/focused images. |
259
259
|`privacy-mode`| No | Zero-retention static/proxy build profile. |
260
260
|`security`| Yes | Compile-time security profile marker plus release hardening checks. Runtime enforcement lives in the concrete config, TLS, filesystem, admin, and request-handling modules. |
261
-
|`wasm`| No | Optional `1.7.x` WebAssembly policy runtime. `1.7.1` supports live native HTTP/1 access-decision hooks with deterministic ordering, fail-closed security decisions, admission limits, metrics, and real-Wasm tests. Later `1.7.x` releases add header, routing/load-balancer, and cache-policy hooks. |
261
+
|`wasm`| No | Optional `1.7.x` WebAssembly policy runtime. `1.7.2` supports live native HTTP/1 access-decision hooks and bounded request/response header hooks with deterministic ordering, fail-closed security decisions, admission limits, metrics, and real-Wasm tests. Later `1.7.x` releases add routing/load-balancer and cache-policy hooks. |
262
262
|`wasm-proxy-abi`| No | Reserved compatibility preview for a reviewed safe subset of proxy-oriented Wasm ABI calls; depends on `wasm` and remains off by default. |
263
263
|`wasm-wasi`| No | Reserved WASI capability preview; depends on `wasm` and remains off by default with no filesystem/network/process capabilities unless explicitly granted in a later release. |
264
264
|`tls`| No | Internal TLS marker used by TLS/ACME code; select a concrete backend for serving. |
@@ -351,8 +351,8 @@ Release tags use the same profile/OS suffixes on both registries. The first
351
351
`1.7.x` image tags include `v1.7.0-wolfi`, `v1.7.0-cache-wolfi`,
352
352
`v1.7.0-proxy-wolfi`, `v1.7.0-load-balancer-wolfi`, and `v1.7.0-php-wolfi`;
353
353
follow-up `1.7.x` releases use the same suffix pattern, for example
0 commit comments