Skip to content

Releases: octokit/rest.js

v19.0.3

08 Jul 19:17
670f477
Compare
Choose a tag to compare

19.0.3 (2022-07-08)

Bug Fixes

  • deps: update dependency @octokit/plugin-paginate-rest to v3 (#161) (670f477)

v19.0.2

08 Jul 19:12
310c738
Compare
Choose a tag to compare

19.0.2 (2022-07-08)

Bug Fixes

  • deps: update dependency @octokit/plugin-rest-endpoint-methods to v6 (#162) (310c738)

v19.0.1

07 Jul 22:37
0b8f202
Compare
Choose a tag to compare

19.0.1 (2022-07-07)

Bug Fixes

  • deps: update dependency @octokit/core to v4 (#160) (0b8f202)

v19.0.0

07 Jul 22:30
5217679
Compare
Choose a tag to compare

19.0.0 (2022-07-07)

Continuous Integration

  • stop testing against NodeJS v10, v12 (#157) (526eb2b)

BREAKING CHANGES

  • Drop support for NodeJS v10, v12

v18.12.0

07 Oct 19:45
4daa9f3
Compare
Choose a tag to compare

18.12.0 (2021-10-07)

Features

  • .actions.downloadWorkflowRunAttemptLogs(), .actions.getWorkflowRunAttempt(), .repos.generateReleaseNotes(), .checks.rerequestRun(). 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 (#125) (4daa9f3)

v18.11.4

30 Sep 21:25
9c02e7d
Compare
Choose a tag to compare

18.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 (#122) (9c02e7d)

v18.11.3

30 Sep 00:24
fca1907
Compare
Choose a tag to compare

18.11.3 (2021-09-30)

Bug Fixes

  • deps: bump minimal version of @octokit/plugin-paginate-rest to v2.16.4 to prevent typescript compile errors (#120) (fca1907)

v18.11.2

27 Sep 20:57
38a823f
Compare
Choose a tag to compare

18.11.2 (2021-09-27)

Bug Fixes

v18.11.1

24 Sep 20:22
f1e2416
Compare
Choose a tag to compare

18.11.1 (2021-09-24)

Bug Fixes

  • typescript: graduate previews dorian, inertia, london, lydian, wyandotte (#116) (f1e2416)

v18.11.0

22 Sep 18:35
Compare
Choose a tag to compare

18.11.0 (2021-09-22)

Features

  • octokit.rest.repos.{enable,disable}LfsForRepo(), octokit.rest.repos.mergeUpstream({ owner, repo, branch }) (916a8bb)