Changelog

Release notes for AXOS

Public changelog covering the AXOS platform and the AXOS website. Detailed engineering release notes for self-hosted deployments are shared with the customer through the agreed support channel.

  1. v1.3.0

    June 2026

    Trust surface, deployment overview, and content posture refresh

    Added
    • Customer-facing Trust, Legal, Security, Privacy, Terms, Acceptable Use, Subprocessors, and Deployment Overview pages
    • Coordinated vulnerability disclosure policy and RFC 9116 security.txt
    • Top-level SECURITY.md, CHANGELOG.md, and proprietary LICENSE notice
    Changed
    • Landing page copy revised to remove unverifiable absolutes and align with the security posture stated on the Trust page
    • Engineering documentation reorganised under docs/ with deployment, architecture, integration, and operations sections
    • Root README rewritten as a real entry point for the repository
    Security
    • Strict security headers retained for all routes (HSTS, X-Frame-Options, Referrer-Policy, Permissions-Policy)
  2. v1.2.0

    May 2026

    Registration hardening and operational stability

    Added
    • Email verification flow with hashed one-time codes and per-address rate limiting
    • Admin notification email on new qualified registration
    • Prisma migrations executed before the API accepts traffic
    Changed
    • Browser registration traffic now goes through same-origin Next.js proxy routes
    • Public web and API URLs configurable per environment via build args and runtime env
    Fixed
    • Internal container port mapping corrected in the Docker Compose stack
    • Watch-mode start corrected to run database migrations on startup
  3. v1.1.0

    April 2026

    Self-hosted deployment baseline

    Added
    • Docker Compose stack for web, API, and PostgreSQL with health checks and resource limits
    • On-premises deployment architecture and configuration documentation
    • Cookie consent provider with granular category controls
    Changed
    • Registration UI reworked to a multi-step flow with clear loading and success states
    • Landing page restructured around the trust posture (industries, security, rollout, pricing)
  4. v1.0.0

    February 2026

    First public AXOS release

    Added
    • AXOS marketing site and registration flow
    • NestJS registration API with PostgreSQL persistence
    • Hosted demo provisioning workflow