Skip to content

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

v3.15.0

04 Jun 20:12
1fbf000
Compare
Choose a tag to compare

Features

  • actions.downloadJobLogsForWorkflowRun
  • actions.getJobForWorkflowRun
  • actions.listWorkflowRunsForRepo
  • actions.createInstallationAccessToken
  • apps.listReposAccessibleToInstallation
  • apps.revokeInstallationAccessToken
  • interactions.setRestrictionsForOrg
  • interactions.setRestrictionsForRepo.

Deprecations

  • actions.downloadWorkflowJobLogs
  • actions.getWorkflowJob
  • actions.listRepoWorkflowRuns
  • actions.createInstallationToken
  • apps.listRepos
  • apps.revokeInstallationToken
  • interactions.addOrUpdateRestrictionsForOrg
  • interactions.addOrUpdateRestrictionsForRepo
  • issues.replaceAllLabels

v3.14.0

02 Jun 21:24
Compare
Choose a tag to compare

Features

  • teams.getMembershipForUserInOrg
  • teams.addOrUpdateMembershipForUserInOrg
  • teams.removeMembershipForUserInOrg
  • teams.addOrUpdateProjectPermissionsInOrg
  • teams.checkPermissionsForProjectInOrg
  • teams.checkPermissionsForRepoInOrg
  • teams.addOrUpdateRepoPermissionsInOrg
  • issues.checkUserCanBeAssigned
  • migrations.getImportStatus
  • issues.listMilestones

Bug Fixes

  • typescript: replace duplicated keys in method and parameter/response types (65cf1b8)

v3.13.3

01 Jun 22:58
1a38fd2
Compare
Choose a tag to compare

3.13.3 (2020-06-01)

Bug Fixes

  • typescript: repository_selection response key is an enum string (#117) (1a38fd2)

v3.13.2

31 May 23:20
4faf436
Compare
Choose a tag to compare

3.13.2 (2020-05-31)

Bug Fixes

  • typescript: node_id in git commit responses (#115) (4faf436)

v3.13.1

30 May 22:48
97a0031
Compare
Choose a tag to compare

3.13.1 (2020-05-30)

Bug Fixes

  • submitted_at response key for pull request endpoint methods (#114) (97a0031)

v3.13.0

29 May 18:15
88a757a
Compare
Choose a tag to compare

3.13.0 (2020-05-29)

Features

  • twitter_username property for users and organizations (#113) (88a757a)

v3.12.3

28 May 05:29
c00f839
Compare
Choose a tag to compare

3.12.3 (2020-05-28)

Bug Fixes

  • typescript: method description updates (#112) (c00f839)

v3.12.2

18 May 17:37
7248b89
Compare
Choose a tag to compare

3.12.2 (2020-05-18)

Bug Fixes

v3.12.1

18 May 17:16
5807be8
Compare
Choose a tag to compare

3.12.1 (2020-05-18)

Bug Fixes

  • recover deprecated octokit.actions.deleteSecretFromRepo() method, send correct request for octokit.actions.createOrUpdateSecretForRepo() (#86) (5807be8)

v3.12.0

17 May 22:55
d245c54
Compare
Choose a tag to compare

3.12.0 (2020-05-17)

Features

  • organization secrets endpoint methods (#85) (d245c54)