Skip to content

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

v5.3.2

23 Jun 18:24
da703b4

Choose a tag to compare

5.3.2 (2021-06-23)

Bug Fixes

  • typescript: lots of type improvements via @octokit/types@6.16.5 (#404) (da703b4)

v5.3.1

28 May 06:04
5a25a42

Choose a tag to compare

5.3.1 (2021-05-28)

Bug Fixes

  • deps: bump @octokit/types to v6.16.2 (#393) (5a25a42)

v5.3.0

22 May 00:05
2f1e82f

Choose a tag to compare

5.3.0 (2021-05-22)

Features

  • apps.createContentAttachmentForRepo(), reactions.createForRelease(), repos.compareCommitsWithBasehead() (#390) (2f1e82f)

v5.2.0

21 May 20:52
e8087b4

Choose a tag to compare

5.2.0 (2021-05-21)

Features

  • codeScanning.listAlertInstances(), actions.approveWorkflowRun(). Deprecates codeScanning.listAlertsInstances() (#384) (e8087b4)

v5.1.1

28 Apr 17:24
88a246d

Choose a tag to compare

5.1.1 (2021-04-28)

Bug Fixes

  • POST /repos/{owner}/{repo}/deployments (repos/create-deployment) does not accept a created_at parameter (#383) (88a246d)

v5.1.0

27 Apr 19:28
39f4f14

Choose a tag to compare

5.1.0 (2021-04-27)

Features

  • octokit.rest.repos.getPagesHealthCheck() (#382) (39f4f14)

v5.0.1

21 Apr 00:59
072a195

Choose a tag to compare

5.0.1 (2021-04-21)

Bug Fixes

  • remove legacy parameters from octokit.repos.createFork() again (#375) (072a195)

v4.15.1

21 Apr 19:41
af0c2fe

Choose a tag to compare

4.15.1 (2021-04-21)

Bug Fixes

  • remove legacy org and organization parameters from octokit.repos.createFork() again (#378) (af0c2fe)

v5.0.0

26 Mar 22:46
734d7a3

Choose a tag to compare

5.0.0 (2021-03-26)

Features

BREAKING CHANGES

  • No methods are set on octokit.* any more, only on octokit.rest.*. You can use Octokit.plugin(legacyRestEndpointMethods) to recover the previous behavior for the forseeable time, but eventually it will be deprecated and removed

v4.15.0

25 Mar 23:47
6cb8fa8

Choose a tag to compare

4.15.0 (2021-03-25)

Features

  • set endpoint methods on octokit.rest.*. octokit.* is still set, but no longer documented, and will be deprecated in future (#365) (6cb8fa8)