• v0.2.5 85181f0be6

    MyFSIO v0.2.5 Beta Pre-Release

    kqjy released this 2026-02-02 05:37:22 +00:00 | 119 commits to main since this release

    Security

    • Replace unsafe @lru_cache on signing key with TTL-based cache (60s) + invalidation
    • Add cache invalidation in rotate_secret() and delete_user() for immediate revocation

    Added

    • Make IAM cache TTL configurable via IAM_CACHE_TTL_SECONDS (default: 5s)
    • Add lru_cache for compiled regex patterns in bucket policy evaluation

    Changed

    • Reduce ThreadPoolExecutor workers to prevent CPU saturation
    Downloads