|
| 1 | +# Fluxheim 1.0.0 Release Notes |
| 2 | + |
| 3 | +## Release Metadata |
| 4 | + |
| 5 | +- Version: `1.0.0` |
| 6 | +- Release date: 2026-05-08 |
| 7 | +- Git tag: `v1.0.0` |
| 8 | +- Release type: stable gateway foundation |
| 9 | + |
| 10 | +## Summary |
| 11 | + |
| 12 | +Fluxheim `1.0.0` is the first stable gateway foundation release. It is intended |
| 13 | +for production testing of static sites, vhosts, redirects, TLS/SNI, HTTP/2, |
| 14 | +secure defaults, systemd/RPM deployment, and external ACME challenge forwarding. |
| 15 | + |
| 16 | +## Highlights |
| 17 | + |
| 18 | +- Static site serving with secure path validation, index files, ETags, range |
| 19 | + requests, and optional directory listing. |
| 20 | +- Vhost routing with default-vhost fallback, wildcard host matching, route |
| 21 | + exact/prefix/fallback matching, redirects, static route actions, and proxy |
| 22 | + route actions. |
| 23 | +- HTTP to HTTPS redirects and canonical host redirects that preserve safe request |
| 24 | + URIs. |
| 25 | +- TLS with rustls by default, static vhost certificates, SNI selection, and |
| 26 | + default-vhost fallback certificate support. |
| 27 | +- External ACME HTTP-01 challenge forwarding helper for |
| 28 | + `/.well-known/acme-challenge/`. |
| 29 | +- Dynamic request header templates for common proxy migrations. |
| 30 | +- Native systemd/RPM packaging, packaged default config/site, and server |
| 31 | + preparation helper. |
| 32 | +- CodeQL, cargo audit/deny, SBOM generation, reproducible-build checks, panic |
| 33 | + policy hardening, zeroized admin token handling, and constant-time admin token |
| 34 | + verification. |
| 35 | + |
| 36 | +## Validated Scope |
| 37 | + |
| 38 | +- Native RPM/systemd deployment. |
| 39 | +- Static web roots and config preflight. |
| 40 | +- HTTP/80 and TLS/443 listeners. |
| 41 | +- HTTP/2 via ALPN. |
| 42 | +- Multi-certificate SNI with rustls. |
| 43 | +- External certbot/Actalis challenge forwarding. |
| 44 | +- Basic proxy migration headers and route/vhost proxying. |
| 45 | + |
| 46 | +## Known Limits |
| 47 | + |
| 48 | +- Native ACME certificate issuance/storage is still future work; use an external |
| 49 | + ACME client plus deploy hook for this release. |
| 50 | +- HTTP/3/QUIC is post-1.0 work. |
| 51 | +- Advanced gateway modules such as compression policy, identity-aware auth, |
| 52 | + trusted proxy providers, secure links, WAF, and WASM are roadmap items. |
| 53 | +- Vhost TLS certificate changes require the normal process restart/reload |
| 54 | + workflow; automatic renewal reload is not first-class yet. |
| 55 | + |
| 56 | +## Checksums And Signatures |
| 57 | + |
| 58 | +Record during the release: |
| 59 | + |
| 60 | +- Commit: to be filled after the release-prep commit |
| 61 | +- Local gate: GitHub CI green before tag; local release metadata checks passed |
| 62 | +- CodeQL/code scanning: no open release-blocking alerts before tag |
| 63 | +- Source archive checksums: to be filled |
| 64 | +- Binary checksums: to be filled |
| 65 | +- SBOM checksums: to be filled |
| 66 | +- Reproducible build: to be filled |
| 67 | +- Container digests: to be filled |
| 68 | +- Tag signature: to be filled |
0 commit comments