Skip to content

v9.0.0

Choose a tag to compare

@octokitbot octokitbot released this 29 Sep 06:03

Bug Fixes

  • scenarios: pass ?page=1 to first request of paginate issues (3c395e8)

BREAKING CHANGES

  • scenarios: before the first request to issues was without the ?page=1 query. It is optional, we added it for simpler testing of pagination APIs in Octokit clients, such as https://github.com/octokit/rest.js/pull/910