Skip to content

v2.0.0

Choose a tag to compare

@Alpaq92 Alpaq92 released this 04 Jul 23:49
297d320

2.0.0 (2026-07-04)

⚠ BREAKING CHANGES

  • security: KeyAtRestProtectorFactory now performs a destructive (generate-and-discard) availability probe on Android the first time KeyAtRestProtection.HardwareBackedRequired or HardwareBackedPreferred is used and no external provider is registered, mirroring the existing Apple behavior. Also, protectors built under earlier 1.x releases wrapped their master key under a single fixed Keystore alias; that alias is now superseded (swept on next construction) and no attempt is made to migrate a key wrapped under it — restart any long-lived process holding a 1.x Android hardware-tier protector across the upgrade.

Features

  • security: fix Android Keystore rotation bug, harden SEP key generation (f95219c)

Bug Fixes

  • demo: paint the first loading dot immediately, tighten cadence to 150ms (9b3d11c)