Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 31 May 16:21
· 31 commits to main since this release
v0.3.0
df307dc

0.3.0 - 2026-05-31

Changes

  • Pool safe reads for public repositories from any GitHub owner by default, using explicitly broad --scope '*' PAT identities after the public-repo guard while keeping scoped PAT/App identities on their configured owners.
  • Fetch public PR diffs, commit/compare diff and patch media, and explicit-ref content files through token-free GitHub web/raw endpoints before spending pooled GitHub API budget, while still writing the shared D1 cache.
  • Serve bounded stale cache entries when pooled identities are depleted, cooling down, or rate-limited, and count those responses as saved GitHub requests in stats and dashboard aggregates.
  • Route GitHub release list/view reads through Octopool for REST paths and top-level gh release JSON commands.
  • Raise gh shim cache coverage with repo-scoped cached gh search issues|prs, hydrated PR detail fields (files, commits, comments, reviews), cacheable default gh pr checks, and extra PR/issue subresource routes.

Fixes

  • Fall back to the real GitHub CLI when a safe gh shim read finds a stale or invalid Octopool caller token.