Skip to content

v14.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jul 21:56
· 96 commits to main since this release
b329da2

14.0.0 (2023-07-10)

Features

BREAKING CHANGES

  • onUnhandledRequest middleware option is removed
  • Drop support for NodeJS v14, v16
  • 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 from method, headers, body, signal (via @octokit/request)