• 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
  • v2.0.0 df4303de13

    v2.0.0
    All checks were successful
    test / test (push) Successful in 25s
    Stable

    jon released this 2026-02-23 17:39:59 +00:00 | 15 commits to main since this release

    Breaking Changes

    • Multi-forge support: The library now supports Codeberg, Forgejo (self-hosted), and GitHub. The GitHub-only GitHubConfig type has been replaced with ForgeConfig
    • Error types moved: GitStoreError is now imported from git_store/errors (previously git_store/internal/errors).
    • Response types moved: PlatformResponse and supporting types are now imported from git_store/types (previously git_store/internal/types).

    New Features

    • Codeberg support
    • Forgejo support for self-hosted instances (requires base URL)
    • Integration tests against Codeberg
    Downloads