Skip to content

v0.2.0-pre.1 — at-* family graduation

Pre-release
Pre-release

Choose a tag to compare

@vLannaAi vLannaAi released this 24 May 14:01
e51481d

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/sealedCredentials carry { kind: passphrase|password|pin, value }; old options deprecated-but-working; back-compatible reads.
  • Catalog (#214) — at-* registered in features.yaml (sealers:) + docs/packages/at-hosts.md; README names the two trust boundaries (zero-knowledge to-*/by-* vs trusted-compute at-*).

latest is unaffected; staged promotion of 0.2.0 to latest comes after this bakes.