Skip to content

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

v12.1.0

03 Apr 19:01
1138da0
Compare
Choose a tag to compare

12.1.0 (2024-04-03)

Features

v12.0.0

03 Apr 17:48
4a9125f
Compare
Choose a tag to compare

12.0.0 (2024-04-03)

Features

  • Environment(all endpoints have been updated from scheme repositories/{repository_id} to /repos/{owner}/{repo}), adds field repository.security.advisory (checkPrivateVulnerabilityReporting), docs(various resource docs have been updated and added) (#721) (4a9125f)

BREAKING CHANGES

  • Updates multiple endpoints to use owner + repo in place of repository_id

v10.4.1

01 Mar 18:44
8ea26f4
Compare
Choose a tag to compare

10.4.1 (2024-03-01)

Bug Fixes

  • deps: pin @octokit/core peerDependency to v5 (#720) (8ea26f4)

v11.0.1

27 Feb 22:01
2a72627
Compare
Choose a tag to compare

11.0.1 (2024-02-27)

Bug Fixes

v11.0.0

25 Feb 21:58
6c5bafb
Compare
Choose a tag to compare

11.0.0 (2024-02-25)

Features

BREAKING CHANGES

  • package is now ESM

  • build: remove bundle, package is already small

v10.4.0

22 Feb 22:23
2a7fce7
Compare
Choose a tag to compare

10.4.0 (2024-02-22)

Features

v10.3.0

15 Feb 20:36
fd96c32
Compare
Choose a tag to compare

10.3.0 (2024-02-15)

Features

  • .actions.{getCustomOidcSubClaimForRepo,setCustomOidcSubClaimForRepo}, .oidc.{getOidcCustomSubTemplateForOrg,updateOidcCustomSubTemplateForOrg} (#714) (fd96c32)

v10.2.0

28 Nov 17:14
56bab3e
Compare
Choose a tag to compare

10.2.0 (2023-11-28)

Features

  • new octokit.rest.apps.permissions.organization_custom_properties(), octokit.rest.codespaces.deleteFromOrganization(), octokit.rest.codespaces.getCodespacesForUserInOrg(), octokit.rest.codespaces.listInOrganization(), octokit.rest.codespaces.stopInOrganization() auth, octokit.rest.orgs.listCustomPropertiesValuesForRepos(), octokit.rest.repos.createInOrg() description, octokit.rest.secretScanning.listAlertsForEnterprise.validity, octokit.rest.secretScanning.listAlertsForOrg.validity, octokit.rest.secretScanning.listAlertsForRepo.validity parameter (#697) (56bab3e)

v10.1.5

14 Nov 15:16
a8c5a10
Compare
Choose a tag to compare

10.1.5 (2023-11-14)

Bug Fixes

  • types: remove the Omit from generated endpoint parameter types (#694) (a8c5a10), closes #441

v10.1.4

12 Nov 22:22
755f26c
Compare
Choose a tag to compare

10.1.4 (2023-11-12)

Bug Fixes