Skip to content

Releases: octokit/openapi

v7.4.0

19 Aug 17:41
cf18ac7
Compare
Choose a tag to compare

7.4.0 (2022-08-19)

Features

  • add squash_merge_commit_title, squash_merge_commit_message, merge_commit_title and merge_commit_message request body parameters in POST /orgs/{org}/repos, PATCH /repos/{owner}/{repo}, POST /user/repos
  • add squash_merge_commit_title, squash_merge_commit_message, merge_commit_title and merge_commit_message response attributes where repositories are returned in the API

v7.3.0

18 Aug 15:12
36513ec
Compare
Choose a tag to compare

7.3.0 (2022-08-18)

Features

  • add new permissions.organization_custom_roles response attribute in GET /app/installations, GET /app/installations/{installation_id}, POST /app/installations/{installation_id}/access_tokens, POST /applications/{client_id}/token, PATCH /applications/{client_id}/token, POST /applications/{client_id}/token/scoped, GET /orgs/{org}/installation, GET /orgs/{org}/installations, GET /repos/{owner}/{repo}/installation, GET /user/installations and GET /users/{username}/installation
  • add new permissions.organization_custom_roles request body parameter in POST /app/installations/{installation_id}/access_tokens and POST /applications/{client_id}/token/scoped

Bug Fixes

  • update description for manifests passed in request body to POST /repos/{owner}/{repo}/dependency-graph/snapshots

v7.2.0

16 Aug 12:28
76bde17
Compare
Choose a tag to compare

7.2.0 (2022-08-16)

Features

  • add new Enterprise licenses APIs (GET /enterprises/{enterprise}/consumed-licenses, GET /enterprises/{enterprise}/license-sync-status) (#270) (76bde17)

v7.1.0

15 Aug 01:22
d4522f9
Compare
Choose a tag to compare

7.1.0 (2022-08-15)

Features

  • new /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies, /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id} endpoints (#268) (ac6dc81)

v7.0.0

12 Aug 21:12
Compare
Choose a tag to compare

BREAKING CHANGES

  • This removes the now-defunkt OAuth Authorizations
    APIs from the OpenAPI specifications. These were disabled and cut
    off on GitHub.com at the end of 2020, but the docs were not
    updated.

Features

  • add generated OpenAPI specifications for GHES 3.6 (0c46144)
  • add new added_by and last_used attributes on Deploy Keys returned across the API (beba6f5)
  • add new GET /orgs/{org}/security-managers, PUT /orgs/{org}/security-managers/teams/{team_slug} and DELETE /orgs/{org}/security-managers/teams/{team_slug} APIs (8c840a6)
  • add new POST /repos/{owner}/{repo}/pages/deployment API (542b3af)
  • add support for build_type parameter in `POST (4b9cb09)
  • add support for build_type parameter in `PUT (32735a3)
  • add user as a possible access_level value in GET /repos/{owner}/{repo}/actions/permissions/access and PUT /repos/{owner}/{repo}/actions/permissions/access (821c290)
  • remove now-defunkt OAuth Authorizations APIs (4fbcedd)

Bug Fixes

  • add description for POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/events (21915b9)
  • add response example for POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/events (a728ac0)
  • add tag for new Merge Queue-related APIs (669a476)
  • clarify required permissions for security_and_analysis request (871283b)
  • correct docs URL on event parameter for POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews (efaad35)
  • correct duplicated description for private request body parameter (244f0ea)
  • correct incorrect request body example for POST /app/installations/{installation_id}/access_tokens (1f92f91)
  • document secondary rate limits for POST /repos/{owner}/{repo}/pulls (9db5f6c)
  • document that GET /repos/{owner}/{repo}/zipball/{ref} returns a 404 if the repo is empty (7a0ddf0)
  • document that GET /search/users only searches public email (289e9fb)
  • document that a title or an issue is required for POST /repos/{owner}/{repo}/pulls (65edab8)
  • document that commit_id, path and line are in fact required for POST (8eb734f)
  • document that the default and maximum results per_page for `GET (1e6e305)
  • document the required scopes to use GET /orgs/{org}/code-scanning/alerts with public repos (7c84224)
  • improve description and example of refs parameter in PATCH /repos/{owner}/{repo}/git/refs/{ref} (c040147)
  • improve documentation for dismissing reviews in POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews to reflect that event must be sent to DISMISS (dc59cf5)
  • mark the target_url and description request body parameters as (94da130)
  • move various APIs between categories (968ad2a)
  • remove page and per_page parameters for `GET (957b772)
  • remove tag for now-defunkt Authorizations APIs (1dd9466)
  • tidy descriptions for GET /orgs/{org}/blocks/{username} (a6c5602)
  • tweak descriptions for GET /user/blocks/{username} (1fc181c)
  • tweak summary for GET (e6e3b28)
  • update PUT /repos/{owner}/{repo}/actions/oidc/customization/sub to (af0bd51)
  • update description for `GET (c8eb4c3)
  • update description for POST /gists/{gist_id}/forks (df2176d)
  • update description for POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews (6a89486)

v6.8.0

22 Jul 12:34
036f4af
Compare
Choose a tag to compare

6.8.0 (2022-07-22)

Features

  • add GET /enterprises/{enterprise}/code-scanning/alerts API

Fixes

  • correct the description for POST /orgs/{org}/projects and /repos/{owner}/{repo}/projects to state that you will receive a 410 Gone if projects is disabled in the organization
  • update the description of POST /orgs/{org}/projects and /repos/{owner}/{repo}/projects to state that they will return a 410 Gone if you don't have classic projects already
  • add description for POST /user/projects
  • correct typo in parameter descriptions for POST /repos/{owner}/{repo}/dispatches

v6.7.1

18 Jul 12:15
5859285
Compare
Choose a tag to compare

6.7.1 (2022-07-18)

Bug Fixes

  • add example for use_squash_pr_title_as_default property when repositories are returned in the API (#248) (5859285)

v6.7.0

15 Jul 12:43
1cf3739
Compare
Choose a tag to compare

6.7.0 (2022-07-15)

  • Add new GET /repos/{owner}/{repo}/codespaces/new API
  • Update operation parameter descriptions and operation descriptions

v6.6.3

14 Jul 20:07
d4f05e0
Compare
Choose a tag to compare

6.6.3 (2022-07-14)

Bug Fixes

  • improve parameter descriptions for GET /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers (#245) (d4f05e0)

v6.6.2

13 Jul 15:04
972bff7
Compare
Choose a tag to compare

6.6.2 (2022-07-13)

Bug Fixes

  • improve examples and parameter descriptions for POST /authorizations, PUT /authorizations/clients/{client_id} and PUT /authorizations/clients/{client_id}/{fingerprint} (#243) (972bff7)