Skip to content
cubitrace
Changelog

What shipped, week by week.

Visible changes, infrastructure work, security updates. We post here as soon as it lands in production.

  1. feature
    Multi-provider catalog (AWS + GCP)

    Dashboard now supports provisioning sites on AWS and GCP regions alongside Hetzner. Catalog is region-aware; pricing remains flat.

  2. security
    Internal-auth namespace token-gated

    /_internal/auth/* endpoints now strictly require the internal token, with localhost dev paths whitelisted via env flag.

  3. feature
    Settings → Security: change password from the dashboard

    Self-service password change UI with Go endpoint, fully audit-logged.

  4. infra
    HTTP/3 on by default across edge fleet

    UDP/443 opened in UFW + Hetzner Cloud Firewall. Caddy advertises Alt-Svc; new domains pick it up automatically.

  5. fix
    Magento reindexer worker isolation

    Catalog reindex no longer steals CPU from the storefront. Each consumer runs on a dedicated systemd slice.

  6. feature
    Bulk site import for agencies

    Agency Partners can now upload a CSV (or piped JSON via the CLI) to import dozens of sites in a single batch.