Skip to content

Amber v0.4.0

Choose a tag to compare

@oyg123less oyg123less released this 18 Jul 04:03

Amber v0.4.0

  • Redesigned Amber Cloud workspace with unified account access, profile, friends, sharing, received shares, and device relay views.
  • Added friend relationships and multi-account share groups with independent recipient Guest Keys, key rotation, revocation, quotas, RPM, and concurrency controls.
  • Added encrypted owner-device WebSocket relay for OAuth accounts and local network egress, while preserving Worker-direct routing for eligible API accounts.
  • Added X25519 credential envelopes, Ed25519 relay proofs, replay-safe challenges, and Durable Object quota/concurrency coordination.
  • Removed legacy single-account QR sharing from the account details page.
  • Reduced Cloud workspace load time with aggregate concurrent reads plus an owner-isolated two-minute in-memory cache and background refresh.

Owner-device shared routes require the account owner's Amber Agent to remain online.

Verification

  • Frontend production build passed.
  • 35 frontend unit tests passed.
  • 48 Playwright desktop/compact E2E tests passed.
  • 22 Cloud Worker tests and Worker typecheck passed.
  • Full Go test suite and focused race tests passed.