Skip to content

Airlock 0.1.0

Choose a tag to compare

@Dawsson Dawsson released this 18 Feb 17:55

Initial Release

  • Expo Updates protocol v1 manifest endpoint (multipart/mixed)
  • Admin API: publish, promote, rollback, rollout, list updates
  • Bearer token authentication for admin endpoints
  • CLI: publish, promote, rollback, rollout, list, keygen, init
  • Deterministic hash-based rollout (SHA-256, percentage-based)
  • Channel support (default, staging, production, etc.)
  • resolveUpdate hook for custom update logic (A/B testing, feature flags)
  • onEvent hook for analytics and logging
  • Critical update flag (critical: true in manifest extra)
  • Update messages for human-readable history
  • RSA-SHA256 code signing (rsa-v1_5-sha256, Expo-compatible)
  • Asset proxy endpoint with redirect
  • In-memory adapter for tests
  • Cloudflare KV + R2 adapter for production
  • StorageAdapter interface for custom backends