Skip to content

Releases: octokit/plugin-rest-endpoint-methods.js

v6.2.0

29 Jul 14:45
ce99936
Compare
Choose a tag to compare

6.2.0 (2022-07-29)

Features

  • add support for GET /enterprises/{enterprise}/code-scanning/alerts endpoint via octokit.rest.codeScanning.listAlertsForEnterprise() function (and description updates for other endpoints) (#523) (ce99936)

v6.1.2

19 Jul 11:35
08111ff
Compare
Choose a tag to compare

6.1.2 (2022-07-19)

Bug Fixes

  • don't pin to an exact version of @octokit/types, use ^ (#521) (08111ff)

v6.1.1

18 Jul 14:07
Compare
Choose a tag to compare

6.1.1 (2022-07-18)

Bug Fixes

  • ci: pin to a specific version of @octokit/types when running the update task (3ac9251)
  • deps: pin to a specific version of @octokit/types (cdd8fb5)

v6.1.0

15 Jul 13:14
9fdd02e
Compare
Choose a tag to compare

6.1.0 (2022-07-15)

  • Add support for new GET /repos/{owner}/{repo}/codespaces/new API with octokit.rest.codespaces.preFlightWithRepoForAuthenticatedUser function
  • Auto-update in-code documentation using latest operation descriptions
  • Auto-update docs using latest operation and parameter descriptions
  • Auto-generate scripts/update-endpoints/generated/endpoints.json

v6.0.2

14 Jul 20:31
adc25ec
Compare
Choose a tag to compare

6.0.2 (2022-07-14)

Bug Fixes

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

v6.0.1

12 Jul 17:18
f33ab78
Compare
Choose a tag to compare

6.0.1 (2022-07-12)

Bug Fixes

  • update documentation for POST /orgs/{org}/migrations (#512) (f33ab78)

v6.0.0

08 Jul 17:40
a141d5f
Compare
Choose a tag to compare

6.0.0 (2022-07-08)

Continuous Integration

  • stop testing against NodeJS v10, v12 (#507) (a141d5f)

BREAKING CHANGES

  • Drop support for NodeJS v10, v12

v5.16.2

05 Jul 16:41
015cabe
Compare
Choose a tag to compare

5.16.2 (2022-07-05)

Bug Fixes

  • clarify docs to make it clear that POST /repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments is only available to required reviewers (#506) (015cabe)

v5.16.1

02 Jul 17:56
Compare
Choose a tag to compare

5.16.1 (2022-07-02)

Bug Fixes

  • gracefully rename org_id path parameter for GET /orgs/{org_id}/codespaces to org (f11c732)
  • mark PUT /enterprises/{enterprise}/actions/oidc/customization/issuer as GitHub Enterprise (b3451de)
  • update operation docs to reflect current API (c6d49a5)

v5.16.0

28 Jun 13:10
6397ec7
Compare
Choose a tag to compare

5.16.0 (2022-06-28)

Features

  • feat: PUT /enterprises/{enterprise}/actions/oidc/customization/issuer
  • feat: GET /orgs/{org_id}/codespaces
  • feat: POST /orgs/{org}/members/{username}/codespaces/{codespace_name}/stop
  • feat: GET /orgs/{org}/actions/oidc/customization/sub
  • feat: PUT /orgs/{org}/actions/oidc/customization/sub
  • feat: DELETE /orgs/{org}/members/{username}/codespaces/{codespace_name}
  • feat: GET /repos/{owner}/{repo}/actions/caches
  • feat: DELETE /repos/{owner}/{repo}/actions/caches
  • feat: DELETE /repos/{owner}/{repo}/actions/caches/{cache_id}
  • feat: GET /repos/{owner}/{repo}/actions/oidc/customization/sub
  • feat: PUT /repos/{owner}/{repo}/actions/oidc/customization/sub
  • feat POST /repos/{owner}/{repo}/dependency-graph/snapshots