Skip to content

v7.10.0

Compare
Choose a tag to compare
@octokitbot octokitbot released this 07 Sep 12:33
· 171 commits to main since this release
161e014

7.10.0 (2022-09-07)

  • Add new public beta APIs for creating, reading, updating and deleting custom repo roles (POST /orgs/{org}/custom_roles, PATCH /orgs/{org}/custom_roles/{role_id}, DELETE /orgs/{org}/custom_roles/{role_id}, GET /orgs/{org}/fine_grained_permissions)
  • Add new description, base_role, permissions, organization, created_at and updated_attributes where custom repo roles are returned in the API
  • Rename APIs for listing package versions (e.g. GET /orgs/{org}/packages/{package_type}/{package_name}/versions) to clarify that they returned paginated lists ("Get all..." -> "List...")
  • Mark use_squash_pr_title_as_default attribute on repos as deprecated in favour of squash_merge_commit_title
  • Rename "List workflow runs" (GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs) API to the more indicative "List workflow runs for a workflow"
  • Correct description of sha request body parameter in the "Delete a file" API (DELETE /repos/{owner}/{repo}/contents/{path})