Skip to content

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

v5.12.1

08 Oct 17:54
5b5e5f6
Compare
Choose a tag to compare

5.12.1 (2021-10-08)

Bug Fixes

  • typescript: exclude_pull_requests parameter for action runs endpoints (#464) (5b5e5f6)

v5.12.0

07 Oct 19:24
5d2de25
Compare
Choose a tag to compare

5.12.0 (2021-10-07)

Features

  • GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_num}, GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_num}/logs, POST /repos/{owner}/{repo}/releases/generate-notes, POST /repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest. Graduate nebula, zzzax, switcheroo, baptiste previews. Removes defunkt /repos/{owner}/{repo}/actions/runs/{run_id}/retry endpoint. Renames methods to have consistent AuthenticatedUser() suffix, deprecates previous method names (#462) (5d2de25)

v5.11.4

30 Sep 19:32
5f230f3
Compare
Choose a tag to compare

5.11.4 (2021-09-30)

Bug Fixes

  • removes defunkt endpoints: GET /repos/{owner}/{repo}/community/code_of_conduct, DELETE /reactions/{reaction_id}. encrypted_value and key_id parameters are required for .rest.actions.{createOrUpdateEnvironmentSecret,setSelectedReposForOrgSecret}(). access_token parameter is required for .rest.apps.deleteAuthorization(). Previews graduated: ant-man, flash, scarlet-witch, squirrel-girl (#458) (5f230f3)

v5.11.3

27 Sep 19:35
cd2b8c3
Compare
Choose a tag to compare

5.11.3 (2021-09-27)

Bug Fixes

v5.11.2

24 Sep 16:48
f8ca400
Compare
Choose a tag to compare

5.11.2 (2021-09-24)

Bug Fixes

  • graduate previews dorian, inertia, london, lydian, wyandotte (#455) (f8ca400)

v5.11.1

22 Sep 18:20
f94bb13
Compare
Choose a tag to compare

(should have been a feature release)

Features

  • octokit.rest.repos.disableLfsForRepo()
  • octokit.rest.repos.enableLfsForRepo()

Bug Fixes

  • octokit.rest.packages.listPackagesForUser uses correct route (GET /user/{username}/packages -> GET /users/{username}/packages) (#454) (f94bb13)

v5.11.0

22 Sep 00:54
2e41527
Compare
Choose a tag to compare

5.11.0 (2021-09-22)

Features

  • octokit.rest.actions.retryWorkflow(). Deprecates octokit.rest.actions.reRunWorkflow() (#453) (2e41527)

v5.10.4

14 Sep 18:30
22fe5e9
Compare
Choose a tag to compare

5.10.4 (2021-09-14)

Bug Fixes

  • type updates (allow_forking in repositories, diff item status now has an enum) (#447) (22fe5e9)

v5.10.3

13 Sep 18:26
27aa8ba
Compare
Choose a tag to compare

5.10.3 (2021-09-13)

Bug Fixes

v5.10.2

12 Sep 22:35
7b1c7dd
Compare
Choose a tag to compare

5.10.2 (2021-09-12)

Bug Fixes

  • typescript: do not mark .user and other response properties as nullable where it does not apply (#444) (7b1c7dd)