Skip to content

v13.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jan 21:04
· 42 commits to master since this release
948a1b7

13.0.0 (2024-01-25)

Features

  • v13 (#1874) (948a1b7), closes #1643
  • Upgrade Octokit libraries to their latest major version

BREAKING CHANGES

  • Drop support for NodeJS < 18
  • replace聽node-fetch聽with the Fetch API
  • default webhookPath is now聽/api/github/webhooks
  • probot receive聽now only supports payloads in JSON format, previously also (unintionally) allowed JS.
  • Probot now requires that payloads be passed as string to the .verify(), .verifyAndReceive() methods. Passing objects is no longer supported
  • The middleware no longer accepts parsed payloads. You will have to pass it as a string

Note on Vercel deployments:

Set NODEJS_HELPERS environment variable to 0 in order to prevent Vercel from parsing the response body.
See Disable Helpers for detail.