v0.2.0-pre.1 — at-* family graduation
Pre-release
Pre-release
Opt-in early-adopter channel: pnpm add @noy-db/hub@next. Minor bump (0.1 → 0.2) earned by the breaking change in #211.
⚠️ Breaking
@noy-db/hub no longer re-exports the Shamir share codecs, and Shamir recovery (incl. managed-passphrase mode) now requires shamirRecovery: shamirRecoveryProvider() from @noy-db/on-shamir. See MIGRATING.md.
at-* family graduation
- hub ↔ on-shamir decouple (#211) — injected
ShamirRecoveryProvider; no static plugin import. - Cloud-KMS provider trio (first publishes):
@noy-db/at-aws-kms(#188),@noy-db/at-gcp-kms(#189),@noy-db/at-azure-keyvault(#190). - Generalized bundle auto-unlock (#215) —
autoCredentials/sealedCredentialscarry{ kind: passphrase|password|pin, value }; old options deprecated-but-working; back-compatible reads. - Catalog (#214) —
at-*registered infeatures.yaml(sealers:) +docs/packages/at-hosts.md; README names the two trust boundaries (zero-knowledgeto-*/by-*vs trusted-computeat-*).
latest is unaffected; staged promotion of 0.2.0 to latest comes after this bakes.