Skip to content

Releases: SouthernGentlemen/wizardgang-architecture-demo

WizardGang Architecture Demo v0.4.1

Choose a tag to compare

@github-actions github-actions released this 01 Sep 13:53
4cbc6fd

WizardGang Architecture Demo v0.4.1

Product: WizardGang Architecture Demo

Version: v0.4.1

Release date: 2026-09-01

Commit: the commit this tag names — git rev-list -n1 v0.4.1

Scope

Reduce visual noise across the public architecture demonstration while preserving its inspectable source evidence, contract-generated API schemas, request controls, response schemas, and runnable endpoints.

Included changes

  • [DEMO-032] [OPS] Record the verified v0.4.0 deployment
  • [DEMO-033] [A11Y] Simplify public interface hierarchy
  • [DEMO-034] [BUILD] Record and version the v0.4.1 release

Validation

  • Clean install from package-lock.json
  • Generated 17-route HTML registry and 45-entry full route-contract validation
  • Controlled history and pull-request title validation
  • TypeScript typecheck, contract, locale, security, and clean-database migration validation
  • 58 automated tests across 12 files
  • Dependency audit with no vulnerabilities
  • Production Worker build
  • Desktop inspection of every public route plus maintenance and not-found surfaces
  • 390px mobile verification of every public route with no page-level horizontal overflow
  • Live Swagger-generated public GET execution with request construction and 200 response verification

Deployment

Target: demo.wizardgang.ai

The release workflow reproduces this annotated tag, publishes these notes, confirms that no D1 migrations are pending, deploys the exact tagged Worker source, and verifies /version and /health against the tag commit.

Known limitations

  • Protected record mutations require an operator-provided bearer token; the explorer never stores it and redacts it from previews.
  • Direct webhook execution requires an HMAC signature; the separate visitor-safe webhook demonstration performs server-side signing without exposing the secret.
  • Identity examples are provider-neutral boundaries, not a configured external tenant.
  • WCAG and ISO references are alignment demonstrations, not certification claims.
  • Billing data is synthetic.

Previous release

v0.4.0

Rollback target

v0.4.0

WizardGang Architecture Demo v0.4.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 00:51
16803d6

WizardGang Architecture Demo v0.4.0

Product: WizardGang Architecture Demo

Version: v0.4.0

Release date: 2026-08-31

Commit: the commit this tag names — git rev-list -n1 v0.4.0

Scope

Make the served Swagger 2.0 contract the source of truth for the runnable REST reference on /api, so visitors can inspect and execute every operation with its request parameters, body schemas, examples, response contracts, and linked definitions.

Included changes

  • [DEMO-029] [OPS] Record the verified v0.3.0 deployment
  • [DEMO-030] [API] Generate REST explorer from Swagger contract
  • [DEMO-031] [BUILD] Record and version the v0.4.0 release

Validation

  • Clean install from package-lock.json
  • Generated 17-route HTML registry and 45-entry full route-contract validation
  • Controlled history and pull-request title validation
  • TypeScript typecheck, contract, locale, security, and clean-database migration validation
  • 58 automated tests across 12 files
  • Dependency audit with no vulnerabilities
  • Production Worker build
  • Desktop and 390px mobile browser verification with no page-level horizontal overflow
  • Live Swagger-generated public GET execution with request construction and 200 response verification

Deployment

Target: demo.wizardgang.ai

The release workflow reproduces this annotated tag, publishes these notes, confirms that no D1 migrations are pending, deploys the exact tagged Worker source, and verifies /version and /health against the tag commit.

Known limitations

  • Protected record mutations require an operator-provided bearer token; the explorer never stores it and redacts it from previews.
  • Direct webhook execution requires an HMAC signature; the separate visitor-safe webhook demonstration performs server-side signing without exposing the secret.
  • Identity examples are provider-neutral boundaries, not a configured external tenant.
  • WCAG and ISO references are alignment demonstrations, not certification claims.
  • Billing data is synthetic.

Previous release

v0.3.0

Rollback target

v0.3.0

WizardGang Architecture Demo v0.3.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 00:30
cd03515

WizardGang Architecture Demo v0.3.0

Product: WizardGang Architecture Demo

Version: v0.3.0

Release date: 2026-08-31

Commit: the commit this tag names — git rev-list -n1 v0.3.0

Scope

Flatten the public architecture demonstration from 34 thin HTML routes in eight groups to 17 layer-level routes in five groups without removing an executable proof or changing a machine-interface response shape.

Included changes

  • [DEMO-020] [OPS] Record the verified v0.2.0 deployment
  • [DEMO-021] [FIX] Redirect retired page routes
  • [DEMO-022] [API] Consolidate application interface proofs
  • [DEMO-023] [FEAT] Consolidate identity boundaries
  • [DEMO-024] [REFACTOR] Consolidate delivery lifecycle
  • [DEMO-025] [FEAT] Consolidate governance and health evidence
  • [DEMO-026] [REFACTOR] Simplify shared page chrome
  • [DEMO-027] [REFACTOR] Finalize the flattened route registry
  • [DEMO-028] [BUILD] Record and version the v0.3.0 release

Validation

  • Clean install from package-lock.json
  • Generated 17-route HTML registry and 45-entry full route-contract validation
  • Controlled history and pull-request title validation
  • TypeScript typecheck, contract, locale, security, and clean-database migration validation
  • 58 automated tests across 12 files
  • Dependency audit with no vulnerabilities
  • Production Worker build
  • Exact redirect targets, destination anchors, SAML metadata XML, sitemap exclusions, and machine-route invariants

Deployment

Target: demo.wizardgang.ai

The release workflow reproduces this annotated tag, publishes these notes, applies D1 migration 0007, deploys the exact tagged Worker source, and verifies /version and /health against the tag commit.

Known limitations

  • Identity examples are provider-neutral boundaries, not a configured external tenant.
  • WCAG and ISO references are alignment demonstrations, not certification claims.
  • Billing data is synthetic.

Previous release

v0.2.0

Rollback target

v0.2.0

WizardGang Architecture Demo v0.2.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 21:37
a90ae18

WizardGang Architecture Demo v0.2.0

Product: WizardGang Architecture Demo

Version: v0.2.0

Release date: 2026-08-31

Commit: the commit this tag names — git rev-list -n1 v0.2.0

Scope

Adopt the shared WizardGang delivery model and publish the complete public architecture interface as executable demonstrations rather than descriptive placeholders.

Included changes

  • [DEMO-012] [BUILD] Gate deployment on verified release identity
  • [DEMO-013] [BUILD] Adopt controlled change and release delivery
  • [DEMO-014] [FEAT] Establish the WizardGang interface system
  • [DEMO-015] [FIX] Report the real maintenance state
  • [DEMO-016] [FEAT] Populate the shared record demonstrations
  • [DEMO-017] [FEAT] Generate the public route sitemap
  • [DEMO-018] [DOCS] Record corrected implementation provenance
  • [DEMO-019] [BUILD] Record and version the v0.2.0 release

Validation

  • Clean install from package-lock.json
  • Controlled history and pull-request title validation
  • TypeScript typecheck, contract, locale, security, and migration validation
  • 49 automated tests across 12 files
  • Dependency audit with no high-severity findings
  • Production Worker build

Deployment

Target: demo.wizardgang.ai

The release and deployment workflows publish and verify the exact annotated tag. The runtime /version and /health responses must match that tag before deployment is recorded complete.

Known limitations

  • Identity examples are provider-neutral boundaries, not a configured external tenant.
  • WCAG and ISO references are alignment demonstrations, not certification claims.
  • Billing data is synthetic.

Previous release

v0.1.0

Rollback target

v0.1.0

WizardGang Architecture Demo v0.1.0

Choose a tag to compare

@SouthernGentlemen SouthernGentlemen released this 31 Aug 18:31

First reviewed public architecture-laboratory baseline.

Highlights:

  • real Cloudflare Edge, Worker, D1, R2, and Durable Object demonstrations
  • REST/Swagger 2.0, GraphQL, signed webhooks, and controlled MCP
  • identity boundary, i18n/RTL, accessibility, operations, admin/offline, and governance evidence
  • 63 documented routes and 46 automated tests

Deployment is performed from this exact tag. WCAG and ISO references remain aligned — uncertified.