Experimental 0.x Release: GOWDK v0.12.2
GOWDK v0.12.2 is an experimental 0.x compiler/runtime release.
Not production-ready. Public syntax, generated output, runtime packages, and tooling contracts may change before 1.0.
0.12.2 (2026-06-27)
Bug Fixes
- app: do not trust Host alone for local trace viewer access (#783) (0492260)
- app: skip csrf injection for off-origin post forms (#785) (7adb9ef)
- compiler: align generated apps and typed IR (#787) (c2cf66c)
- realtime: scope sse streams by authorized route (#786) (419ed3f)
- trace: redact browser trace URL query data (#784) (ab24801)
Artifact Verification
Download the CLI artifact for your platform and checksums.txt from this GitHub release.
grep ' <artifact>$' checksums.txt | sha256sum -c -On macOS, use:
shasum -a 256 <artifact>Verify GitHub artifact attestations:
gh attestation verify <artifact> -R cssbruno/GOWDK