Skip to content

Releases: octokit/plugin-paginate-rest.js

v13.1.1

27 Jun 22:32
8e5da25
Compare
Choose a tag to compare

13.1.1 (2025-06-27)

Bug Fixes

  • handle url in response when using pagination with compareCommits (#686) (8e5da25)

v13.1.0

16 Jun 22:10
6d8ea8a
Compare
Choose a tag to compare

13.1.0 (2025-06-16)

Features

  • add paginatantion support for compareCommits and compareCommitsWithBasehead (#678) (6d8ea8a)

v13.0.1

25 May 22:58
8ec2713
Compare
Choose a tag to compare

13.0.1 (2025-05-25)

Bug Fixes

  • deps: update @octokit/types - no new paginated endpoints (#680) (8ec2713)

v13.0.0

20 May 06:35
0b0bb9c
Compare
Choose a tag to compare

13.0.0 (2025-05-20)

Continuous Integration

BREAKING CHANGES

  • Drop support for NodeJS v18

  • build: set minimal node version in build script to v20

  • ci: stop testing against NodeJS v18

v12.0.0

10 Apr 04:53
65d3d50
Compare
Choose a tag to compare

12.0.0 (2025-04-10)

Features

  • add new org campaigns endpoints and remove deprecated endpoints (#671) (65d3d50)

BREAKING CHANGES

  • remove deprecated copilot usage endpoints

v11.6.0

18 Mar 23:40
1f44b54
Compare
Choose a tag to compare

11.6.0 (2025-03-18)

Features

  • new /orgs/{org}/issue-types, /orgs/{org}/issue-types/{issue_type_id} enpoints (#666) (1f44b54)

v11.5.0

18 Mar 20:28
ef30a05
Compare
Choose a tag to compare

11.5.0 (2025-03-18)

Features

  • new GET /orgs/{org}/actions/hosted-runners, GET /orgs/{org}/actions/runner-groups/{runner_group_id}/hosted-runners, GET /orgs/{org}/rulesets/{ruleset_id}/history, GET /orgs/{org}/settings/network-configurations, GET /repos/{owner}/{repo}/rulesets/{ruleset_id}/history endpoints (#649) (ef30a05)

v11.4.4-cjs.2

26 Feb 22:00
2c70eaf
Compare
Choose a tag to compare

11.4.4-cjs.2 (2025-02-26)

Important

This is a special release to backport newer changes to CJS and address a ReDos vulnerability

Bug Fixes

  • deps: update @octokit/plugin-rest-endpoint-methods (2c70eaf)

v11.4.4-cjs.1

26 Feb 21:38
57d0842
Compare
Choose a tag to compare

11.4.4-cjs.1 (2025-02-26)

Important

This is a special release to backport newer changes to CJS and address a ReDos vulnerability

Bug Fixes

Reverts

  • Revert "docs(README): update examples to use ESM (#611)" (1389b71)
  • Revert "feat: package is now ESM (#596)" (64ba6f4)
  • Revert "fix(pkg): add default fallback and types export (#612)" (27a8552)

v11.4.3

24 Feb 14:02
9a51aad
Compare
Choose a tag to compare

11.4.3 (2025-02-24)

Bug Fixes

  • types: correct pagination return type for data which is an array (#662) (9a51aad), closes #661