Skip to content

connectors 0.5.11

Choose a tag to compare

@github-actions github-actions released this 04 Sep 04:18
· 134 commits to main since this release
c4e8ea4

Fixed

  • Keep delegated GitLab repository reads alive after the two-hour OAuth access token expires.
    GitLab refresh responses may omit scope; Connectors now accepts that documented response shape
    and continues to verify the refreshed token's exact scopes through /oauth/token/info before
    committing the rotated access and refresh credentials.
  • Make the CLI credential-store test create the owner-only state root required by the runtime,
    instead of depending on the hosted runner's /tmp permissions and blocking releases in CI.

What's Changed

Full Changelog: v0.5.10...v0.5.11