Probot Versions Save

🤖 A framework for building GitHub Apps to automate and improve your workflow

v13.0.1

5 months ago

13.0.1 (2024-01-26)

Bug Fixes

v13.0.0

5 months ago

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.

v13.0.0-beta.17

5 months ago

13.0.0-beta.17 (2024-01-18)

Bug Fixes

v13.0.0-beta.16

7 months ago

13.0.0-beta.16 (2023-12-04)

Bug Fixes

  • deps: update @octokit/webhooks to v12.0.10 (#1937) (4228573)

v13.0.0-beta.15

7 months ago

13.0.0-beta.15 (2023-12-04)

Bug Fixes

  • auth-app expects for options.request an object of type RequestInterface (#1935) (ce520b0)

v13.0.0-beta.14

7 months ago

13.0.0-beta.14 (2023-11-25)

Bug Fixes

v13.0.0-beta.13

7 months ago

13.0.0-beta.13 (2023-11-25)

Bug Fixes

v13.0.0-beta.12

7 months ago

13.0.0-beta.12 (2023-11-22)

Bug Fixes

v13.0.0-beta.11

7 months ago

13.0.0-beta.11 (2023-11-18)

Bug Fixes

v13.0.0-beta.10

7 months ago

13.0.0-beta.10 (2023-11-16)

Bug Fixes