Skip to content

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

v6.5.0

07 Sep 13:23
b3ec08a
Compare
Choose a tag to compare

6.5.0 (2022-09-07)

Features

  • 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) (#549) (b3ec08a)

v6.4.1

02 Sep 12:53
169375d
Compare
Choose a tag to compare

6.4.1 (2022-09-02)

Bug Fixes

  • update docs for repos.createUsingTemplate to clarify that it doesn't require special permissions with a public repo
  • document new is_alphnumeric attribute accepted by repos.createAutolink
  • update docs for repos.createAutolink so the English reads better

v6.4.0

31 Aug 13:44
2532b7f
Compare
Choose a tag to compare

6.4.0 (2022-08-31)

Features

  • add support for new "Enable or disable a security feature for an organization" API (POST /orgs/{org}/{security_product}/{enablement})
  • add support for new SSH signing keys APIs (GET /user/ssh_signing_keys, POST /user/ssh_signing_keys, GET /user/ssh_signing_keys/{ssh_signing_key_id}, DELETE /user/ssh_signing_keys/{ssh_signing_key_id}, GET /users/{username}/ssh_signing_keys)

v6.3.1

30 Aug 13:16
33f2e49
Compare
Choose a tag to compare

6.3.1 (2022-08-30)

Bug Fixes

  • update docs to reflect new request parameters in 3 APIs and updated API descriptions (#541) (33f2e49)

v6.3.0

15 Aug 11:46
Compare
Choose a tag to compare

6.3.0 (2022-08-15)

Features

  • add support for new "create Pages deployment" API (createPagesDeployment) (0ead9cc)
  • add support for new deployment branch policy APIs (createDeploymentBranchPolicy, deleteDeploymentBranchPolicy, getDeploymentBranchPolicy, (b4ce9a1)
  • add support for new Security Managers APIs (addSecurityManagerTeam, listSecurityManagerTeams, removeSecurityManagerTeam) (3b3da2b)

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)