Skip to content

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

v6.6.0

13 Sep 15:08
b3b36d0
Compare
Choose a tag to compare

6.6.0 (2022-09-13)

Features

  • typescript: add support for filtering the "List repository collaborators" API (GET /repos/{owner}/{repo}/collaborators) by permission using a query param (#554) (b3b36d0)

v6.5.3

13 Sep 12:39
e683fc0
Compare
Choose a tag to compare

6.5.3 (2022-09-13)

Bug Fixes

  • update in-code documentation and generated Markdown documentation to reflect the latest API changes (#553) (e683fc0)

v6.5.2

09 Sep 13:26
0dbe5b4
Compare
Choose a tag to compare

6.5.2 (2022-09-09)

Bug Fixes

  • deps: bump @octokit/types to latest (v7.3.1) (#551) (0dbe5b4)

v6.5.1

09 Sep 12:33
f835e0a
Compare
Choose a tag to compare

6.5.1 (2022-09-09)

Bug Fixes

  • tweak documentation for git.getTree (GET /repos/{owner}/{repo}/git/trees/{tree_sha}) to clarify maximum limits on size and number of entries (#550) (f835e0a)

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)