Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 17:12
· 98 commits to main since this release
84e6569

3.0.0 (2023-07-11)

Features

BREAKING CHANGES

  • Drop support for NodeJS v14, v16
  • Remove previews support for the REST API
  • remove agent option from octokit.request()
  • Replace support for Node.js http(s) Agents with documentation on using fetch dispatchers instead (via @octokit/request)
  • Remove ability to pass custom request options, except for method, headers, body, signal (via @octokit/request)