Releases: radium0090/Compute-Gateway
Release list
RAX Compute Gateway v0.2.0
Highlights
RAX Compute Gateway v0.2.0 makes the project ready for public evaluation and day-to-day operation:
- compact authenticated operator console at
/admin/ - tenant and API-key creation, listing, and revocation with content-free audit events
- hardened admin authentication, session, CSRF, lockout, and cookie controls
- one-command Docker self-hosted quickstart
- GitHub-authenticated hosted trial with unique five-minute, tightly scoped API keys
- conservative request ceilings and provider output caps before dispatch
Try it in 60 seconds
Open https://api.rax-digital.com/demo/, verify with GitHub, copy the generated curl, and receive a normalized model response. The production claim-to-response path was verified before publication.
For self-hosting, follow the 5–10 minute quickstart.
Release artifacts
This release publishes the signed multi-architecture OCI image ghcr.io/radium0090/compute-gateway:v0.2.0, Helm chart, OpenAPI contract, checksums, SPDX SBOM, GitHub provenance, and keyless Cosign signature. Production deployments should pin the immutable image digest.
Main changes
- Operator console: #44
- Secure five-minute demo claims and quickstart: #45
- Public release documentation: #46
- Full changelog
RAX Compute Gateway v0.1.0
Release verification
- Signed tag: GitHub Verified; commit 8c4682b
- OCI image: ghcr.io/radium0090/compute-gateway:v0.1.0@sha256:238e79c331d622f0bcb81df8571711dc2be8c941c3eb0da7b56ed744a17deb3a
- Release build, SBOM, provenance, and OIDC signature
- Immutable-digest staging deployment
- Final protected staging verification
OpenAI, Anthropic, and Gemini non-streaming and streaming checks passed. The final run recorded 6 successful provider outcomes, 0 provider failures, 0 HTTP 5xx responses, active requests returning to zero, successful disconnect/restart recovery, and 131,072 bytes per stream at concurrency 4 (16 MiB threshold).
Operator approval: radium0090 at 2026-08-13T09:48:04Z.
What's Changed
- fix: support bounded current provider models by @radium0090 in #11
- fix: classify Gemini API key failures safely by @radium0090 in #12
- fix: classify Gemini configuration failures by @radium0090 in #13
- fix: omit unsupported Gemini request header by @radium0090 in #14
- test: add safe Gemini live diagnostics by @radium0090 in #15
- test: report safe Gemini response shape by @radium0090 in #16
- fix: support empty Gemini length responses by @radium0090 in #17
- fix: allow slower provider stream connections by @radium0090 in #18
- docs: record provider smoke evidence by @radium0090 in #19
- refactor: document implementation gaps and clarify routing by @radium0090 in #20
- ci: add protected AWS staging connectivity check by @radium0090 in #26
- ci: report AWS staging validation failures by @radium0090 in #27
- ci: bootstrap AWS staging host by @radium0090 in #28
- feat: deploy protected AWS staging stack by @radium0090 in #29
- ops: verify AWS staging providers by @radium0090 in #30
- refactor: adopt RAX Compute Gateway identity by @radium0090 in #31
- feat(ops): add low-cost AWS production edge by @radium0090 in #33
- feat(ops): harden AWS production recovery by @radium0090 in #34
- fix(ops): monitor restore verification age by @radium0090 in #35
- fix: finalize staging release verification by @radium0090 in #36
- fix: correct OCI image title by @radium0090 in #37
- docs: record final staging evidence by @radium0090 in #38
- ci: enforce staging observability gate by @radium0090 in #39
- fix: compare staging metric deltas by @radium0090 in #40
- docs: record final staging evidence by @radium0090 in #41
- ops: deploy immutable release digest to staging by @radium0090 in #42
New Contributors
- @radium0090 made their first contribution in #11
Full Changelog: https://github.com/radium0090/Compute-Gateway/commits/v0.1.0