Skip to content

v0.34.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 20:08

[0.34.0] - 2026-07-17

Bug Fixes

  • (forge) Read every page of GitHub check-runs and statuses
  • (forge) Size the connection pool to the request fan-out
  • (deps) Bump rustls-webpki for RUSTSEC-2026-0104

Refactor

  • (forge) Move the checks-ref rule onto PullRequest
  • (forge) Give status, merge, and watch one way to read PR state

Documentation

  • Explain how status talks to the forge; bump to 0.34.0
  • Cover how merge and watch read forge state

Performance

  • (forge) Add bounded parallel map for independent forge calls
  • (forge) Batch GitHub PR status into one GraphQL query
  • (merge,watch) Batch the PR state they read

Testing

  • (forge) E2E-check the >100-context batch refill against real data