• v3.0.0 6775799e7f

    v3.0.0
    All checks were successful
    test / test (push) Successful in 19s
    Stable

    jon released this 2026-02-28 14:49:27 +00:00 | 6 commits to main since this release

    Significant refactor to create stronger typing for platform responses.

    Breaking Changes Summary

    Users upgrading will need to update:

    • GetFileResponse → FileResponse
    • GetDirResponse → DirResponse
    • CreateFileResponse → FileCreateResponse
    • UpdateFileResponse → FileUpdateResponse
    • DeleteFileResponse → FileDeleteResponse
    • Remove any PlatformResponse type annotations
    • Remove runtime checks for response types
    Downloads