Skip to content

Releases: probot/probot

v13.2.0

03 Apr 13:30
3f20320
Compare
Choose a tag to compare

13.2.0 (2024-04-03)

Features

v13.1.2

26 Mar 19:59
b1d3ac3
Compare
Choose a tag to compare

13.1.2 (2024-03-26)

Bug Fixes

  • deps: update dependency express to v4.19.2 [security] (b1d3ac3)

v13.1.1

26 Mar 16:11
52de532
Compare
Choose a tag to compare

13.1.1 (2024-03-26)

Bug Fixes

v13.1.0

12 Mar 17:00
d195264
Compare
Choose a tag to compare

13.1.0 (2024-03-12)

Features

v13.0.2

03 Feb 19:08
737835f
Compare
Choose a tag to compare

13.0.2 (2024-02-03)

Bug Fixes

  • deps: update dependency commander to v12 (737835f)

v13.0.1

26 Jan 05:19
5d95b73
Compare
Choose a tag to compare

13.0.1 (2024-01-26)

Bug Fixes

v13.0.0

25 Jan 21:04
948a1b7
Compare
Choose a tag to compare

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

18 Jan 03:01
e25f1ae
Compare
Choose a tag to compare
v13.0.0-beta.17 Pre-release
Pre-release

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

Bug Fixes

v13.0.0-beta.16

04 Dec 01:25
4228573
Compare
Choose a tag to compare
v13.0.0-beta.16 Pre-release
Pre-release

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

04 Dec 00:40
ce520b0
Compare
Choose a tag to compare
v13.0.0-beta.15 Pre-release
Pre-release

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

Bug Fixes

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