Browse documentation
Developer documentation

Release Notes

qvtm-sdk-v0.1.0-rc1

QVTM SDK v0.1.0-rc1 is the first coordinated developer-platform release candidate.

Added

  • TypeScript SDK packages for Control Plane, Runtime Protocol, and Trust Verifier boundaries.
  • Swift Control Plane package with executable tests.
  • Rust client-core readiness and request-planning helpers.
  • OpenAPI-backed API catalog.
  • Standalone Developer Portal candidate.
  • SDK distribution manifests and dry-run release planner.
  • Customer integration E2E example.
  • Public documentation set covering authentication, trust, threats, troubleshooting, migration, hardening, and FAQ.

Validation

Release candidate validation should include:

cd sdk/typescript
npm ci
npm run validate
node scripts/validate-all.mjs

cd ../swift/control-plane
swift test

cd ../../../rust
cargo test -p qvtm-client-core
cargo test

cd ../web/qvtm-developer-portal
npm run build

Known limitations

  • Package publishing remains manual/dry-run.
  • Live E2E requires a running Control Plane and valid provisioning token.
  • The Developer Portal is static and does not yet include hosted search.