Skip to content

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

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

v10.1.3

09 Nov 02:03
51ea414
Compare
Choose a tag to compare

10.1.3 (2023-11-09)

Bug Fixes

v10.1.2

26 Oct 18:23
da7daee
Compare
Choose a tag to compare

10.1.2 (2023-10-26)

Bug Fixes

v10.1.1

25 Oct 21:30
fc6ee84
Compare
Choose a tag to compare

10.1.1 (2023-10-25)

Bug Fixes

v10.1.0

24 Oct 21:38
212e1e9
Compare
Choose a tag to compare

10.1.0 (2023-10-24)

Features

  • deprecate import endpoints, new octokit.rest.orgs.createOrUpdateCustomProperties(), octokit.rest.orgs.createOrUpdateCustomProperty(), octokit.rest.orgs.createOrUpdateCustomPropertiesValuesForRepos(), octokit.rest.actions.forceCancelWorkflowRun(), octokit.rest.orgs.getAllCustomProperties(), octokit.rest.orgs.getCustomProperty(), octokit.rest.orgs.listCustomPropertiesValuesForRepos(), octokit.rest.orgs.removeCustomProperty() methods, octokit.rest.orgs.removeCustomProperty()description updates (#687) (212e1e9)

v10.0.1

11 Oct 14:16
a1dcf83
Compare
Choose a tag to compare

10.0.1 (2023-10-11)

Bug Fixes

v10.0.0

23 Sep 01:27
73e91b2
Compare
Choose a tag to compare

10.0.0 (2023-09-23)

Features

  • remove required workflow endpoint methods, new copilot endpoint methods, new repos.checkAutomatedSecurityFixes({ owner, repo }), repos.disablePrivateVulnerabilityReporting({ owner, repo }), repos.enablePrivateVulnerabilityReporting({ owner, repo }), repos.listActivities({ owner, repo }), security advisories methods (#679) (73e91b2)

BREAKING CHANGES

  • remove required workflow endpoint methods

v9.0.0

10 Jul 21:28
b1b6ad3
Compare
Choose a tag to compare

9.0.0 (2023-07-10)

Bug Fixes

  • deps: update octokit monorepo (major) (#658) (b1b6ad3)

BREAKING CHANGES

  • deps: require @octokit/core > 5
  • deps: bump @octokit/types to v11

v8.0.0

20 Jun 20:06
ecf360f
Compare
Choose a tag to compare

8.0.0 (2023-06-20)

Features

BREAKING CHANGES

  • Drop support for NodeJS v14, v16