Release Notes¶
This repo ships the public SDK. The native enclave runtime is distributed separately and is not part of this repository.
v1.0 (Current)¶
- Stable public API for local semantic transformation
- Deterministic pipeline with explicit boundary enforcement
- Attested tier preview with evidence emission and verification tools
- Simulator fallback for attested development environments
Roadmap (future work)¶
- ZKP/zkML verification for transformation correctness
- Broader integration hooks for compliance systems
Migration from v0.x¶
- Replace v0.x references to experimental features with v1.0 tiered execution
- Ensure
policyVersion: "v1"is set (no defaults) - Update verification flows to use
AttestationVerifier
Release checklist¶
- Update public SDK version
- Run tests
- Update documentation if APIs or behavior change