Skip to content

Releases: octokit/plugin-paginate-rest.js

v4.1.0

21 Aug 07:57
14a46a0
Compare
Choose a tag to compare

4.1.0 (2022-08-21)

Features

  • add support for 'squash_merge_commit_title', 'web_commit_signoff_required' and 'organization_custom_roles' (#433) (14a46a0)

v4.0.0

15 Aug 11:47
Compare
Choose a tag to compare

4.0.0 (2022-08-15)

Bug Fixes

  • drop pagination support for GET /repos/{owner}/{repo}/git/matching-refs/{ref} and `GET (c955398)
  • remove now-defunkt OAuth Authorizations APIs (79d6ba1)

Features

  • add pagination support for new GET /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies API (f429efb)

BREAKING CHANGES

  • This removes the now-defunkt OAuth Authorizations
    APIs from the OpenAPI specifications. These were disabled and cut
    off on GitHub.com at the end of 2020, but the docs were not
    updated.

v3.1.0

28 Jul 14:59
da450cb
Compare
Choose a tag to compare

3.1.0 (2022-07-28)

Features

  • add support for pagination in new GET /enterprises/{enterprise}/code-scanning/alerts API (#421) (da450cb)

v2.21.3

21 Jul 22:29
b638bab
Compare
Choose a tag to compare

2.21.3 (2022-07-21)

Bug Fixes

  • revert change to @octokit/core peer dependency (#420) (b638bab), closes #418

v3.0.0

08 Jul 17:41
d551b08
Compare
Choose a tag to compare

3.0.0 (2022-07-08)

Continuous Integration

  • stop testing against NodeJS v10, v12 (#403) (d551b08)

BREAKING CHANGES

  • Drop support for NodeJS v10, v12

v2.21.2

08 Jul 16:34
7b25d72
Compare
Choose a tag to compare

2.21.2 (2022-07-08)

Bug Fixes

  • deps: update dependency @octokit/core to v4 (7b25d72)

v2.21.1

02 Jul 17:52
Compare
Choose a tag to compare

2.21.1 (2022-07-02)

Bug Fixes

  • rename org_id path parameter for GET /orgs/{org_id}/codespaces to org (1ae2a09)

v2.21.0

30 Jun 10:11
Compare
Choose a tag to compare

2.21.0 (2022-06-30)

Features

  • add pagination support for 2 new APIs and 10 omitted existing ones (4c6b596)

v2.20.0

28 Jun 19:57
3e38fbf
Compare
Choose a tag to compare

2.20.0 (2022-06-28)

Features

  • add support for pagination in GET /orgs/{org_id}/codespaces (#397) (3e38fbf)

v2.19.0

20 Jun 11:39
2537cce
Compare
Choose a tag to compare

2.19.0 (2022-06-20)

Features

  • POST /repos/{owner}/{repo}/dependency-graph/snapshots (2537cce)