Skip to content

v13.7.0

Compare
Choose a tag to compare
@octokitbot octokitbot released this 02 Sep 12:50
· 197 commits to main since this release
01faa14

13.7.0 (2022-09-02)

  • Add support for is_alphanumeric boolean attribute for autolinks, accepted in the request body of the "Create an autolink reference for a repository" (POST /repos/{owner}/{repo}/autolinks) API and returned on autolinks across the API
  • Add support for rule.help_uri attribute returned on code scanning alerts across the API (GET /enterprises/{enterprise}/code-scanning/alerts, GET /orgs/{org}/code-scanning/alerts, GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}, PATCH /repos/{owner}/{repo}/code-scanning/alerts/{alert_number})
  • Add support for long-standing anonymous_access_enabled boolean attribute returned on repos across the API
  • Tweak documentation for "Create an autolink reference for a repository" (POST /repos/{owner}/{repo}/autolinks) to read more smoothly
  • Clarify in documentation that the "Create a repository using a template" (POST /repos/{template_owner}/{template_repo}/generate) doesn't require any special permissions with a public repo
  • Drop 302 as a potential response status code for GET /orgs/{org}/members, which hasn't been returned for nearly 8 years
  • Add 503 as a potential response status code across various API operations